From 40791d2e12b7a9e07e4c2012cb25c11e422ccc1e Mon Sep 17 00:00:00 2001 From: Aaron Tainter Date: Thu, 22 Dec 2016 18:50:22 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57fa00b..9f4c15e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Gym Setup Guide +# OpenAI-Neat + +Watch the original video [here](https://youtu.be/o1_SkiEAjmA) + +## Gym Setup Guide ### Installation Guide First, make sure to follow the install instructions for OpenAI Gym at this [link](https://gym.openai.com/docs). @@ -97,7 +101,7 @@ python gym_solver.py --episodes=3 --generations=100 --num-cores=8 --max-steps=10 ``` to simulate another 100 generations. At the end of this simulation, another checkpoint file will be generated. -# Universe Setup Guide +## Universe Setup Guide First, make sure to follow the installation guide for gym (above).