/nengo_rl

RL Tutorial in Nengo

Primary LanguagePython

To easily run this notebook, an Anaconda environment is included here to ensure all dependencies are satisfied. To create the environment, do the following from within this repository once you've cloned it:

conda create -n yourenv --file=environment.yml
conda activate yourenv
jupyter notebook

You may need to install Anaconda beforehand.