Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 442 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 442 Bytes

Gym "Simple Grid" for OpenAI Gym

Gym for simple optimal path finding training for OpenAI Gym.

Installation:

# To install in editable mode do:
git clone https://github.com/lobanov-m/gym-simple-grid.git && cd gym-simple-grid
pip install -e .

# To install like a package do:
pip install git+https://github.com/lobanov-m/gym-simple-grid.git

Example is in examples directory. You can control agent with arrows and NumPad digit keys.