diff --git a/README.md b/README.md index 2a43c08..18dd647 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Random maze environments with different size and complexity for reinforcement le ![Python Version](https://img.shields.io/pypi/pyversions/maze-world) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/koulanurag/maze-world/blob/main/examples/colab_example.ipynb) +
+Disclaimer: This project is largely a amalgam of references mentioned here. +
## Installation @@ -120,4 +123,9 @@ Random maze environments with different size and complexity for reinforcement le If you would like to develop it further; begin by installing following: -```pip install -e ".[develop]" ``` \ No newline at end of file +```pip install -e ".[develop]" ``` + +## References: +1. [Gym-Maze](https://github.com/MattChanTK/gym-maze) +2. [Mazelab](https://github.com/zuoxingdong/mazelab) +3. [Custom Gym environment based out of gymnasium](https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/) \ No newline at end of file