diff --git a/docs/chapter7/project2.md b/docs/chapter7/project2.md index 4fadcd4..70f8347 100644 --- a/docs/chapter7/project2.md +++ b/docs/chapter7/project2.md @@ -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) \ No newline at end of file +[参考代码](https://github.com/datawhalechina/easy-rl/tree/master/codes/DQN) \ No newline at end of file