contact: [email protected]
This code is available on GitHub at
https://github.com/dangeloandrea14/RL_practice_univaq
In this directory you fill find the file "environment.yml".
In order to set the environment, make sure you have some version of Conda installed and running on your terminal.
Then, on your terminal, run:
conda env create --name rl23 --file=environment.yml
You should now be ready to go!