1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +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

@@ -34,6 +34,25 @@ python3 coach.py -p Mujoco_A3C -lvl walker2d -n 16
<img src="walker2d_a3c_16_workers.png" alt="Walker2D A3C 16 workers" width="800"/>
### Half Cheetah A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl half_cheetah -n 16
```
<img src="half_cheetah_a3c_16_workers.png" alt="Half Cheetah A3C 16 workers" width="800"/>
### Ant A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl ant -n 16
```
<img src="ant_a3c_16_workers.png" alt="Ant A3C 16 workers" width="800"/>
### Space Invaders A3C - 16 workers
```bash

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB