Code for the RL lectures of the Advanced Deep Learning lecture series.
Create a virtual environment, activate it, and install the dependencies:
pip install swig
and
pip install -r requirements.txt
Run the algorithm of your choice directly from the root directory. For example, PPO with continuous actions:
python algos/ppo_continuous.py