1
0
mirror of https://github.com/gryf/coach.git synced 2026-04-23 09:01:28 +02:00
Files
coach/benchmarks/dqn/README.md
T
2018-08-13 17:11:34 +03:00

320 B

DQN

Each experiment uses 3 seeds. The parameters used for DQN are the same parameters as described in the original paper.

Breakout DQN - single worker

python3 coach.py -p Atari_DQN -lvl breakout
Breakout DQN