We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug MiniGrid-MultiRoom-N4-S5-v0 is configured to produce 6 rooms and not 4 as the documentation suggests
Code example The kwargs for the following code needs to be adjusted to use minNumRooms = 4 and maxNumRooms = 4
register( id="MiniGrid-MultiRoom-N4-S5-v0", entry_point="minigrid.envs:MultiRoomEnv", kwargs={"minNumRooms": 6, "maxNumRooms": 6, "maxRoomSize": 5}, )
System Info Minigrid installed via pip Ubuntu 22.04.5 LTS Python 3.9.13
Additional context None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
MiniGrid-MultiRoom-N4-S5-v0 is configured to produce 6 rooms and not 4 as the documentation suggests
Code example
The kwargs for the following code needs to be adjusted to use minNumRooms = 4 and maxNumRooms = 4
register(
id="MiniGrid-MultiRoom-N4-S5-v0",
entry_point="minigrid.envs:MultiRoomEnv",
kwargs={"minNumRooms": 6, "maxNumRooms": 6, "maxRoomSize": 5},
)
System Info
Minigrid installed via pip
Ubuntu 22.04.5 LTS
Python 3.9.13
Additional context
None
Checklist
The text was updated successfully, but these errors were encountered: