Skip to content

Commit

Permalink
register babyai-text
Browse files Browse the repository at this point in the history
  • Loading branch information
BartekCupial committed Oct 31, 2024
1 parent a021837 commit 34d3feb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions minigrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,3 +1133,16 @@ def register_minigrid_envs():
id="BabyAI-BossLevelNoUnlock-v0",
entry_point="minigrid.envs.babyai:BossLevelNoUnlock",
)

# BabyAI - Language based levels - Level_MixedTrainLocal and Level_MixedTestLocal
# ----------------------------------------

register(
id="BabyAI-MixedTrainLocal-v0",
entry_point="minigrid.envs.babyai:Level_MixedTrainLocal",
)

register(
id="BabyAI-MixedTestLocal-v0",
entry_point="minigrid.envs.babyai:Level_MixedTestLocal",
)

0 comments on commit 34d3feb

Please sign in to comment.