Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 804 Bytes

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