mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 19:50:17 +01:00
pre-release 0.10.0
This commit is contained in:
31
benchmarks/dfp/README.md
Normal file
31
benchmarks/dfp/README.md
Normal 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"/>
|
||||
BIN
benchmarks/dfp/doom_basic_dfp_8_workers.png
Normal file
BIN
benchmarks/dfp/doom_basic_dfp_8_workers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
benchmarks/dfp/doom_health_dfp_8_workers.png
Normal file
BIN
benchmarks/dfp/doom_health_dfp_8_workers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
benchmarks/dfp/doom_health_supreme_dfp_8_workers.png
Normal file
BIN
benchmarks/dfp/doom_health_supreme_dfp_8_workers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user