Skip to content

Latest commit

 

History

History
 
 

DDPG

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

Please see here to know more about Mujoco games.

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-v1 game
# python train.py

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