@@ -10,7 +10,8 @@ A python implementation of symbolic policy for interpretable reinforcement learn
### Installing dependencies
- clone this repo
- install with ` python -m pip install -r requirement.txt ` for base installation (no pygraphiz)
- install with ` python -m pip install -r requirement_with_pygrphivz.txt ` if you want to visualize program easily
- install with ` python -m pip install -r requirement_with_pygrphivz.txt ` if you want to visualize program easily
- install with `conda env create -f environment.yml` if you want to create a separate python environment with all the dependencies
## How to use
### Core functions
...
...
@@ -73,3 +74,18 @@ seed: #set seed for random
## See the result
Once an experiment is finished, you can see inspect results like in `tutorial.ipynb`. This notebook show how to see and run an individual from a saved population.