OpenAI Gym

#artificialintelligence 

OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms. It makes no assumptions about the structure of your agent, and is compatible with any numerical computation library, such as TensorFlow or Theano. You can use it from Python code, and soon from other languages. To get started, you'll need to have Python 2.7 or Python 3.5. You can later run pip install -e .[all] to do a full install (this requires cmake and a recent pip version).