You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
NanYuexing 0098a42392 DDPG 2 years ago
..
inspectionProfiles DDPG 2 years ago
.gitignore DDPG 2 years ago
DDPG.iml DDPG 2 years ago
modules.xml DDPG 2 years ago
vcs.xml DDPG 2 years ago
workspace.xml DDPG 2 years ago

DDPG是google DeepMind团队提出的一种用于输出确定性动作的算法,它解决了Actor-Critic 神经网络每次参数更新前后都存在相关性,导致神经网络只能片面的看待问题这一缺点。同时也解决了DQN不能用于连续性动作的缺点。

Python C++ Shell Text

Contributors (2)