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 model of deep reinforcement learning is reproduced, and the same level of indicators of the paper is reproduced in the classic Mujoco game.

Mujoco games introduction

Please see here to know more about Mujoco game.

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]