Metadata-Version: 2.1
Name: gym-eyesim
Version: 0.0.17
Summary: EyeSim Gym Env
Home-page: https://gitlab.com/felixwege/gym-eyesim
Author: Felix Wege
Author-email: felix.wege@tuhh.de
License: GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: gym (>=0.15.4)
Requires-Dist: numpy (>=1.17.4)
Requires-Dist: opencv-python (>=4.1.2.30)
Requires-Dist: psutil (>=5.6.7)
Requires-Dist: scikit-learn (>=0.21.3)
Requires-Dist: scipy (>=1.3.3)

# gym-eyesim

### Installation

Follow the [instructions](http://robotics.ee.uwa.edu.au/eyesim/) to install EyeSim.
Make sure `eyesim` and `eye.py` are in your path.

`
pip install gym-eyesim
`


### Usage

`
env = gym.make("gym_eyesim:eyebot-v0", path_to_sim=path_to_sim)
`

See [\_\_init\_\_.py](https://gitlab.com/felixwege/gym-eyesim/blob/master/gym_eyesim/__init__.py) for available environments.


