eugeneteoh / ppo

Implementation of Proximal Policy Optimization
0 stars 0 forks source link

Proximal Policy Optimization

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.

Usage

To install package and run PPO:

pip install .   # Installs package
run_ppo         # Run PPO