I implemented PPO to solidify and apply my RL concepts.
Prerequisites:
- Python 3.9
- Poetry
Dependencies:
poetry install
Train script:
bash run.sh
- You can modify the train command in run.sh with arguments from args.py
- Videos are captured to assess performance
Code referenced from here