1
0
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:
Gal Novik
2018-08-13 17:11:34 +03:00
parent d44c329bb8
commit 19ca5c24b1
485 changed files with 33292 additions and 16770 deletions

31
benchmarks/dfp/README.md Normal file
View File

@@ -0,0 +1,31 @@
# DFP
Each experiment uses 3 seeds.
The parameters used for DFP are the same parameters as described in the [original paper](https://arxiv.org/abs/1611.01779).
### Doom Basic DFP - 8 workers
```bash
python3 coach.py -p Doom_Basic_DFP -n 8
```
<img src="doom_basic_dfp_8_workers.png" alt="Doom Basic DFP 8 workers" width="800"/>
### Doom Health (D1: Basic) DFP - 8 workers
```bash
python3 coach.py -p Doom_Health_DFP -n 8
```
<img src="doom_health_dfp_8_workers.png" alt="Doom Health DFP 8 workers" width="800"/>
### Doom Health Supreme (D2: Navigation) DFP - 8 workers
```bash
python3 coach.py -p Doom_Health_Supreme_DFP -n 8
```
<img src="doom_health_supreme_dfp_8_workers.png" alt="Doom Health Supreme DFP 8 workers" width="800"/>