Skip to content

Latest commit

 

History

History
 
 

PPO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Reproduce PPO with PARL

Based on PARL, the PPO algorithm of deep reinforcement learning has been reproduced, reaching the same level of indicators as the paper in mujoco benchmarks.

Paper: PPO in Proximal Policy Optimization Algorithms

Mujoco games introduction

Please see here to know more about Mujoco games.

Benchmark result

result

How to use

Dependencies:

Start Training:

# To train an agent for Hopper-v1 game
python train.py

# For more customized arguments
# python train.py --help