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.