Add DDPG example (#36)
* add DDPG example, fix some tiny bug * add license * unify code structure * unify code structure * refine gputils, fix seed in QuickStart * use white noise in DDPG * fix codestyle
Showing
examples/DDPG/README.md
0 → 100644
examples/DDPG/mujoco_agent.py
0 → 100644
examples/DDPG/mujoco_model.py
0 → 100644
examples/DDPG/replay_memory.py
0 → 100644
examples/DDPG/train.py
0 → 100644
examples/DQN/utils.py
0 → 100644
examples/QuickStart/utils.py
0 → 100644
parl/algorithms/ddpg.py
0 → 100644
想要评论请 注册 或 登录