From 57968cacd06e302d623ca7960fe93e1108b288ac Mon Sep 17 00:00:00 2001 From: Adwait Naik Date: Sat, 24 Oct 2020 02:17:06 +0530 Subject: [PATCH] updated Gridworld: A simple 2D grid environment (#2073) --- docs/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environments.md b/docs/environments.md index fdee6f62c74..80949a651fa 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -288,7 +288,7 @@ Learn more here: https://github.com/hardmaru/slimevolleygym ### Gridworld: A simple 2D grid environment -The Gridworld package provides grid-based environments to help simulate the results for model-based reinforcement learning algorithms. Initial release supports single agent system only. +The Gridworld package provides grid-based environments to help simulate the results for model-based reinforcement learning algorithms. Initial release supports single agent system only. Some features in this version of software have become obsolete. New features are being added in the software like windygrid environment. Learn more here: https://github.com/addy1997/Gridworld