diff --git a/README.md b/README.md index 680b826..157b968 100644 --- a/README.md +++ b/README.md @@ -68,18 +68,32 @@ ACKTR requires some modifications to be made specifically for MuJoCo. But at the ### A2C -![BreakoutNoFrameskip-v4](imgs/breakout.png) +![BreakoutNoFrameskip-v4](imgs/a2c_breakout.png) -![SeaquestNoFrameskip-v4](imgs/seaquest.png) +![SeaquestNoFrameskip-v4](imgs/a2c_seaquest.png) -![QbertNoFrameskip-v4](imgs/qbert.png) +![QbertNoFrameskip-v4](imgs/a2c_qbert.png) -![beamriderNoFrameskip-v4](imgs/beamrider.png) +![beamriderNoFrameskip-v4](imgs/a2c_beamrider.png) ### PPO -Coming soon. + +![BreakoutNoFrameskip-v4](imgs/ppo_halfcheetah.png) + +![SeaquestNoFrameskip-v4](imgs/ppo_hopper.png) + +![QbertNoFrameskip-v4](imgs/ppo_reacher.png) + +![beamriderNoFrameskip-v4](imgs/ppo_walker.png) + ### ACKTR -Coming soon. +![BreakoutNoFrameskip-v4](imgs/acktr_breakout.png) + +![SeaquestNoFrameskip-v4](imgs/acktr_seaquest.png) + +![QbertNoFrameskip-v4](imgs/acktr_qbert.png) + +![beamriderNoFrameskip-v4](imgs/acktr_beamrider.png) diff --git a/imgs/beamrider.png b/imgs/a2c_beamrider.png similarity index 100% rename from imgs/beamrider.png rename to imgs/a2c_beamrider.png diff --git a/imgs/breakout.png b/imgs/a2c_breakout.png similarity index 100% rename from imgs/breakout.png rename to imgs/a2c_breakout.png diff --git a/imgs/qbert.png b/imgs/a2c_qbert.png similarity index 100% rename from imgs/qbert.png rename to imgs/a2c_qbert.png diff --git a/imgs/seaquest.png b/imgs/a2c_seaquest.png similarity index 100% rename from imgs/seaquest.png rename to imgs/a2c_seaquest.png diff --git a/imgs/acktr_beamrider.png b/imgs/acktr_beamrider.png new file mode 100644 index 0000000..c95f3e4 Binary files /dev/null and b/imgs/acktr_beamrider.png differ diff --git a/imgs/acktr_breakout.png b/imgs/acktr_breakout.png new file mode 100644 index 0000000..d6264df Binary files /dev/null and b/imgs/acktr_breakout.png differ diff --git a/imgs/acktr_qbert.png b/imgs/acktr_qbert.png new file mode 100644 index 0000000..ef2472c Binary files /dev/null and b/imgs/acktr_qbert.png differ diff --git a/imgs/acktr_seaquest.png b/imgs/acktr_seaquest.png new file mode 100644 index 0000000..a009c88 Binary files /dev/null and b/imgs/acktr_seaquest.png differ diff --git a/imgs/ppo_halfcheetah.png b/imgs/ppo_halfcheetah.png new file mode 100644 index 0000000..0719534 Binary files /dev/null and b/imgs/ppo_halfcheetah.png differ diff --git a/imgs/ppo_hopper.png b/imgs/ppo_hopper.png new file mode 100644 index 0000000..d9075d1 Binary files /dev/null and b/imgs/ppo_hopper.png differ diff --git a/imgs/ppo_reacher.png b/imgs/ppo_reacher.png new file mode 100644 index 0000000..5927b33 Binary files /dev/null and b/imgs/ppo_reacher.png differ diff --git a/imgs/ppo_walker.png b/imgs/ppo_walker.png new file mode 100644 index 0000000..5ab33b1 Binary files /dev/null and b/imgs/ppo_walker.png differ