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

411 B

Dueling DDQN

Each experiment uses 3 seeds and is trained for 10k environment steps. The parameters used for Dueling DDQN are the same parameters as described in the original paper.

Breakout Dueling DDQN - single worker

python3 coach.py -p Atari_Dueling_DDQN -lvl breakout
Breakout Dueling DDQN