mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Bootstrapped DQN
Each experiment uses 3 seeds. The parameters used for Bootstrapped DQN are the same parameters as described in the original paper.
Breakout Bootstrapped DQN - single worker
python3 coach.py -p Atari_Bootstrapped_DQN -lvl breakout
Pong Bootstrapped DQN - single worker
python3 coach.py -p Atari_Bootstrapped_DQN -lvl pong
Space Invaders Bootstrapped DQN - single worker
python3 coach.py -p Atari_Bootstrapped_DQN -lvl space_invaders