Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.03 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 Atari benchmarks.

Mujoco games introduction

Please see here to know more about Mujoco games.

Benchmark result

DDPG_HalfCheetah-v2 DDPG_Humanoid-v2
DDPG_Hopper-v2

How to use

Dependencies:

Start Training:

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

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