Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atainter authored Dec 23, 2016
1 parent 011163f commit 40791d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 40791d2

Please sign in to comment.