Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
28 lines (21 loc) · 1.11 KB

Reproduce DDPG with PARL

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

Paper: DDPG in Continuous control with deep reinforcement learning

Mujoco games introduction

PARL currently supports the open-source version of Mujoco provided by DeepMind, so users do not need to download binaries of Mujoco as well as install mujoco-py and get license. For more details, please visit Mujoco.

Benchmark result

DDPG_results

+ Each experiment was run three times with different seeds

How to use

Dependencies:

Start Training:

# To train an agent for HalfCheetah-v4 game
# python train.py

# To train for other game
# python train.py --env [ENV_NAME]