From 9ed36816547fd54a58b395d91c5f8c8180ede690 Mon Sep 17 00:00:00 2001 From: mschweizer Date: Fri, 10 Nov 2023 15:16:32 +0100 Subject: [PATCH] Fix typo in door key env description (#409) --- minigrid/envs/doorkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minigrid/envs/doorkey.py b/minigrid/envs/doorkey.py index d26af623e..39724968f 100644 --- a/minigrid/envs/doorkey.py +++ b/minigrid/envs/doorkey.py @@ -12,7 +12,7 @@ class DoorKeyEnv(MiniGridEnv): ## Description This environment has a key that the agent must pick up in order to unlock a - goal and then get to the green goal square. This environment is difficult, + door and then get to the green goal square. This environment is difficult, because of the sparse reward, to solve using classical RL algorithms. It is useful to experiment with curiosity or curriculum learning.