Skip to content

Commit

Permalink
Continuation of: Add babyai bot and test (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: GilgameshD <[email protected]>
  • Loading branch information
thesofakillers and GilgameshD authored Aug 5, 2023
1 parent 7c76550 commit 9dbdf61
Show file tree
Hide file tree
Showing 4 changed files with 1,090 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minigrid/envs/babyai/putnext.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ class PutNext(RoomGridLevel):
- `BabyAI-PutNextS6N3Carrying-v0`
- `BabyAI-PutNextS7N4Carrying-v0`
## Additional Notes
The BabyAI bot is unable to solve the bonus PutNextCarrying configurations.
"""

def __init__(
Expand Down
3 changes: 3 additions & 0 deletions minigrid/envs/babyai/unlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ class KeyInBox(RoomGridLevel):
- `BabyAI-KeyInBox-v0`
## Additional Notes
The BabyAI bot is unable to solve this level.
"""

def __init__(self, **kwargs):
Expand Down
Loading

0 comments on commit 9dbdf61

Please sign in to comment.