Notes: https://shivamshakti.dev/posts/ppo
-
Create a virtual environment for Python (I use this setup)
-
Install the dependencies
pip install -r requirements.txt
-
Run the training script
cd src python main.py # Uses `MountainCarContinuous-v0` by default
-
Run the evaluation script
python play.py --model_name <PATH_TO_SAVED_MODEL>