Implementation of Proximal Policy Optimization, a state-of-the-art reinforcement learning algorithm. This implementation uses PyTorch and Gym. Some implementation details from this paper are also added.
To install package and run PPO:
pip install . # Installs package
run_ppo # Run PPO