maze-world#
Random maze environments with different size and complexity for reinforcement learning and planning research. This is in-particular to investigate generalization and planning ability in dynamically changing environment.
Disclaimer: This project is largely a amalgam of references mentioned here.
Installation#
- Using PyPI:
pip install maze-world
- Directly from source (recommended):
git clone https://github.com/koulanurag/maze-world.git cd maze-world pip install -e .
Contents#
References#
Contact#
If you have any questions or suggestions , please open an issue on this GitHub repository.