update DQN link

This commit is contained in:
qiwang067
2021-05-16 20:05:19 +08:00
parent 06eaa8a85b
commit f574b6c3a1

View File

@@ -86,4 +86,4 @@ for i_episode in range(1, cfg.max_episodes+1): # cfg.max_episodes为最大训练
**plot.py**:保存相关绘制函数,可选
[参考代码](https://github.com/datawhalechina/leedeeprl-notes/tree/master/codes/dqn)
[参考代码](https://github.com/datawhalechina/easy-rl/tree/master/codes/DQN)