1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

benchmarks and pip package updates

This commit is contained in:
Itai Caspi
2018-08-19 14:23:20 +03:00
parent 23d2945bf8
commit c5165cd7d6
14 changed files with 69 additions and 48 deletions

View File

@@ -6,11 +6,11 @@ The parameters used for Clipped PPO are the same parameters as described in the
### Inverted Pendulum A3C - 1/2/4/8/16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 1
python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 2
python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 4
python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 8
python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 16
coach -p Mujoco_A3C -lvl inverted_pendulum -n 1
coach -p Mujoco_A3C -lvl inverted_pendulum -n 2
coach -p Mujoco_A3C -lvl inverted_pendulum -n 4
coach -p Mujoco_A3C -lvl inverted_pendulum -n 8
coach -p Mujoco_A3C -lvl inverted_pendulum -n 16
```
<img src="inverted_pendulum_a3c.png" alt="Inverted Pendulum A3C" width="800"/>
@@ -19,7 +19,7 @@ python3 coach.py -p Mujoco_A3C -lvl inverted_pendulum -n 16
### Hopper A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl hopper -n 16
coach -p Mujoco_A3C -lvl hopper -n 16
```
<img src="hopper_a3c_16_workers.png" alt="Hopper A3C 16 workers" width="800"/>
@@ -28,7 +28,7 @@ python3 coach.py -p Mujoco_A3C -lvl hopper -n 16
### Walker2D A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl walker2d -n 16
coach -p Mujoco_A3C -lvl walker2d -n 16
```
<img src="walker2d_a3c_16_workers.png" alt="Walker2D A3C 16 workers" width="800"/>
@@ -37,7 +37,7 @@ python3 coach.py -p Mujoco_A3C -lvl walker2d -n 16
### Half Cheetah A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl half_cheetah -n 16
coach -p Mujoco_A3C -lvl half_cheetah -n 16
```
<img src="half_cheetah_a3c_16_workers.png" alt="Half Cheetah A3C 16 workers" width="800"/>
@@ -46,7 +46,7 @@ python3 coach.py -p Mujoco_A3C -lvl half_cheetah -n 16
### Ant A3C - 16 workers
```bash
python3 coach.py -p Mujoco_A3C -lvl ant -n 16
coach -p Mujoco_A3C -lvl ant -n 16
```
<img src="ant_a3c_16_workers.png" alt="Ant A3C 16 workers" width="800"/>
@@ -56,7 +56,7 @@ python3 coach.py -p Mujoco_A3C -lvl ant -n 16
### Space Invaders A3C - 16 workers
```bash
python3 coach.py -p Atari_A3C -lvl space_invaders -n 16
coach -p Atari_A3C -lvl space_invaders -n 16
```
<img src="space_invaders_a3c_16_workers.png" alt="Space Invaders A3C 16 workers" width="800"/>