pip install -r requirements.txt
python ppo.py --track --capture-video
python ppo_continous.py --track --capture-video
Use Wanb library to visualise the loss functions and model performance
- Create an environment in OpenAI Gym format
- Wrap it using gym.make() function and test it for Gym compatibility
- Vectorise the environment and run the PPO code