A (currently sparse) collection of environments for use with OpenAI Gym.
From the top directory:
pip install -e .
For example, in python...
install gym
install gym_roos
env = gym.make('SaccadeDigit-v0')
A (currently sparse) collection of environments for use with OpenAI Gym.
From the top directory:
pip install -e .
For example, in python...
install gym
install gym_roos
env = gym.make('SaccadeDigit-v0')