1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-02 14:15:45 +01:00
Files
coach/benchmarks/dqn

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

Pong DQN - single worker

python3 coach.py -p Atari_DQN -lvl pong
Pong DQN

Space Invaders DQN - single worker

python3 coach.py -p Atari_DQN -lvl space_invaders
Space Invaders DQN