benedictflorance / gym

A toolkit for developing and comparing reinforcement learning algorithms.

Home Page:https://www.gymlibrary.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  • Don’t pip install gym directly. Do the following to build from source:
  1. git clone https://github.com/benedictflorance/gym
  2. cd gym
  3. pip install -e .
  4. `pip install -e .'[box2d]'
  • Customizations have been made in gym/envs/box2d

About

A toolkit for developing and comparing reinforcement learning algorithms.

https://www.gymlibrary.ml

License:Other


Languages

Language:Python 99.8%Language:Dockerfile 0.1%Language:Shell 0.1%