mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
pre-release 0.10.0
This commit is contained in:
31
benchmarks/dueling_ddqn_with_per/README.md
Normal file
31
benchmarks/dueling_ddqn_with_per/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Dueling DDQN with Prioritized Experience Replay
|
||||
|
||||
Each experiment uses 3 seeds and is trained for 10k environment steps.
|
||||
The parameters used for Dueling DDQN with PER are the same parameters as described in the [following paper](https://arxiv.org/abs/1511.05952).
|
||||
|
||||
### Breakout Dueling DDQN with PER - single worker
|
||||
|
||||
```bash
|
||||
python3 coach.py -p Atari_Dueling_DDQN_with_PER_OpenAI -lvl breakout
|
||||
```
|
||||
|
||||
<img src="breakout_dueling_ddqn_with_per.png" alt="Breakout Dueling DDQN with PER" width="800"/>
|
||||
|
||||
|
||||
### Pong Dueling DDQN with PER - single worker
|
||||
|
||||
```bash
|
||||
python3 coach.py -p Atari_Dueling_DDQN_with_PER_OpenAI -lvl pong
|
||||
```
|
||||
|
||||
<img src="pong_dueling_ddqn_with_per.png" alt="Pong Dueling DDQN with PER" width="800"/>
|
||||
|
||||
|
||||
### Space Invaders Dueling DDQN with PER - single worker
|
||||
|
||||
```bash
|
||||
python3 coach.py -p Atari_Dueling_DDQN_with_PER_OpenAI -lvl space_invaders
|
||||
```
|
||||
|
||||
<img src="space_invaders_dueling_ddqn_with_per.png" alt="Space Invaders Dueling DDQN with PER" width="800"/>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
BIN
benchmarks/dueling_ddqn_with_per/pong_dueling_ddqn_with_per.png
Normal file
BIN
benchmarks/dueling_ddqn_with_per/pong_dueling_ddqn_with_per.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
Reference in New Issue
Block a user