/gym_roos

A collection of environments for use with OpenAI Gym

Primary LanguagePython

gym_roos

A (currently sparse) collection of environments for use with OpenAI Gym.

Installation

From the top directory:

pip install -e .

Usage

For example, in python...

install gym
install gym_roos
env = gym.make('SaccadeDigit-v0')