diff --git a/benchmarks/a3c/README.md b/benchmarks/a3c/README.md
index 8fde621..3a2769a 100644
--- a/benchmarks/a3c/README.md
+++ b/benchmarks/a3c/README.md
@@ -34,6 +34,25 @@ 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
+```
+
+
+
+
+### Ant A3C - 16 workers
+
+```bash
+python3 coach.py -p Mujoco_A3C -lvl ant -n 16
+```
+
+
+
+
+
### Space Invaders A3C - 16 workers
```bash
diff --git a/benchmarks/a3c/half_cheetah_a3c_16_workers.png b/benchmarks/a3c/half_cheetah_a3c_16_workers.png
new file mode 100644
index 0000000..de931b4
Binary files /dev/null and b/benchmarks/a3c/half_cheetah_a3c_16_workers.png differ
diff --git a/benchmarks/dqn/README.md b/benchmarks/dqn/README.md
index 97f1c5c..8b28c83 100644
--- a/benchmarks/dqn/README.md
+++ b/benchmarks/dqn/README.md
@@ -11,4 +11,20 @@ python3 coach.py -p Atari_DQN -lvl breakout
+### Pong DQN - single worker
+
+```bash
+python3 coach.py -p Atari_DQN -lvl pong
+```
+
+
+
+### Space Invaders DQN - single worker
+
+```bash
+python3 coach.py -p Atari_DQN -lvl space_invaders
+```
+
+
+