Skip to content

Commit

Permalink
Fix typo in door key env description (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschweizer authored Nov 10, 2023
1 parent e726259 commit 9ed3681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigrid/envs/doorkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ed3681

Please sign in to comment.