Files
easy-rl/codes/Logs.md
johnjim0816 89abbc5ebb update
2021-12-29 15:06:20 +08:00

7 lines
573 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 记录笔者更新的日志
**2021.12.28-1**:将```task.py```中的两个Config类合并为一个并加以注释便于阅读从DQN算法开始更新
**2021.12.22-3**:将```agent.py```更改为对应的算法名称,便于区分如```dqn```与```dqn_cnn```的情况
**2021.12.22-2**:简化了代码结构,将原来的```train.py```和```task.py```等合并到```task.py```中
**2021.12.22-1**:简化了代码结构,将原来的```model.py```和```memory.py```等合并到```agent.py```中,```plot.py```的内容合并到```common.utils.py```中