From ccf3ba869e0cf78caf1471fb6e1abbfba22e4960 Mon Sep 17 00:00:00 2001 From: Anurag Koul Date: Wed, 14 Feb 2024 12:40:42 -0500 Subject: [PATCH] docs: added references --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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