浏览代码

Fix typo in door key env description (#409)

mschweizer 1 年之前
父节点
当前提交
9ed3681654
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      minigrid/envs/doorkey.py

+ 1 - 1
minigrid/envs/doorkey.py

@@ -12,7 +12,7 @@ class DoorKeyEnv(MiniGridEnv):
     ## Description
     ## Description
 
 
     This environment has a key that the agent must pick up in order to unlock a
     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
     because of the sparse reward, to solve using classical RL algorithms. It is
     useful to experiment with curiosity or curriculum learning.
     useful to experiment with curiosity or curriculum learning.