1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-15 21:45:46 +01:00

additional benchmarks for a3c and dqn

This commit is contained in:
Itai Caspi
2018-08-16 20:01:35 +03:00
parent 1de04d6fee
commit 2d5688c737
3 changed files with 35 additions and 0 deletions

View File

@@ -11,4 +11,20 @@ python3 coach.py -p Atari_DQN -lvl breakout
<img src="breakout_dqn.png" alt="Breakout DQN" width="800"/>
### Pong DQN - single worker
```bash
python3 coach.py -p Atari_DQN -lvl pong
```
<img src="pong_dqn.png" alt="Pong DQN" width="800"/>
### Space Invaders DQN - single worker
```bash
python3 coach.py -p Atari_DQN -lvl space_invaders
```
<img src="space_invaders_dqn.png" alt="Space Invaders DQN" width="800"/>