This commit is contained in:
JohnJim0816
2020-09-11 23:05:57 +08:00
parent 43fd017f0a
commit bb0aa7d50d
2 changed files with 4 additions and 1 deletions

View File

@@ -68,3 +68,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)