DQN example (#33)
* add DQN example, add Agent unittest * refine readme * refine code * simplify code
Showing
examples/DQN/README.md
0 → 100644
examples/DQN/atari.py
0 → 100644
examples/DQN/atari_agent.py
0 → 100644
examples/DQN/atari_model.py
0 → 100644
examples/DQN/atari_wrapper.py
0 → 100644
examples/DQN/expreplay.py
0 → 100644
文件已添加
examples/DQN/rom_files/pong.bin
0 → 100644
文件已添加
examples/DQN/train.py
0 → 100644
parl/algorithms/__init__.py
0 → 100644
parl/algorithms/dqn_algorithm.py
0 → 100644
想要评论请 注册 或 登录