Wegfawefgawefg's Quickie's

AI Gym

Going in 5 Minutes

Prerequisites

Hope you know some python.

A World For Bots

AI Gym is a collection of mini world's for training bots/agents. The mini worlds are called environments. Some of them are really simple. But, there are some really complicated ones too like the starcraft one.

First Day Of School

Go read this.

...They Grow Up So Fast

Also not all the environments are included with the base install. You'll need something along the lines of

pip install gym[all]
Different gym[thingsHere] have different environments. There are some other pip installs for box2d and py-atari and whatnot you will need.