Skip to content

Commit

Permalink
Change registry params of BabyAI-GoToObjS6-v0 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansicer authored Aug 16, 2023
1 parent 55beb58 commit 463f07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions minigrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ def register_minigrid_envs():
)

register(
id="BabyAI-GoToObjS6-v0",
id="BabyAI-GoToObjS6-v1",
entry_point="minigrid.envs.babyai:GoToObj",
kwargs={"room_size": 4},
kwargs={"room_size": 6},
)

register(
Expand Down
4 changes: 3 additions & 1 deletion minigrid/envs/babyai/goto.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ class GoToObj(RoomGridLevel):
- `BabyAI-GoToObj-v0`
- `BabyAI-GoToObjS4-v0`
- `BabyAI-GoToObjS6-v0`
- `BabyAI-GoToObjS6-v1`
Notice: `BabyAI-GoToObjS6-v0` is no longer for use due to a bug in the registry parameters.
"""

Expand Down

0 comments on commit 463f07f

Please sign in to comment.