mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
15 lines
320 B
Markdown
15 lines
320 B
Markdown
# DQN
|
|
|
|
Each experiment uses 3 seeds.
|
|
The parameters used for DQN are the same parameters as described in the [original paper](https://arxiv.org/abs/1607.05077.pdf).
|
|
|
|
### Breakout DQN - single worker
|
|
|
|
```bash
|
|
python3 coach.py -p Atari_DQN -lvl breakout
|
|
```
|
|
|
|
<img src="breakout_dqn.png" alt="Breakout DQN" width="800"/>
|
|
|
|
|