# Bootstrapped DQN Each experiment uses 3 seeds. The parameters used for Bootstrapped DQN are the same parameters as described in the [original paper](https://arxiv.org/abs/1602.04621.pdf). ### Breakout Bootstrapped DQN - single worker ```bash python3 coach.py -p Atari_Bootstrapped_DQN -lvl breakout ``` Breakout Bootstrapped DQN ### Pong Bootstrapped DQN - single worker ```bash python3 coach.py -p Atari_Bootstrapped_DQN -lvl pong ``` Pong Bootstrapped DQN ### Space Invaders Bootstrapped DQN - single worker ```bash python3 coach.py -p Atari_Bootstrapped_DQN -lvl space_invaders ``` Space Invaders Bootstrapped DQN