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.
 
 
 
 
Jove fdeadc7620 更新 'README.md' 1 year ago
.idea DDPG 2 years ago
ascend_310_infer DDPG 2 years ago
scripts DDPG 2 years ago
src DDPG 2 years ago
README.md 更新 'README.md' 1 year ago
default_paras.yaml DDPG 2 years ago
export.py DDPG 2 years ago
train.py DDPG 2 years ago
verify.py DDPG 2 years ago
verify_310.py DDPG 2 years ago

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

Python C++ Shell Text

Contributors (2)