Skip to content
New issue

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

Add Room Size Customization to MiniGrid MultiRoom Environment #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BartekCupial
Copy link

Description

This pull request introduces the ability to customize the size of rooms within the MiniGrid MultiRoom environment. Previously, the room size was fixed, but with this change, users can now specify the width and height of the rooms when creating an environment. The default room size remains unchanged, ensuring backward compatibility for existing implementations.

Changes:

  • Added parameters width and height to allow customization of room dimensions in the MiniGrid MultiRoom environment

Motivation:

This enhancement is crucial for integrating MiniGrid environments into MiniHack, which currently encounters errors when environments exceed the dimensions of the NetHack grid. By allowing room size adjustments, this PR facilitates seamless integration and expands the usability of MiniGrid within the MiniHack framework.

Link to PR in MiniHack: #106

@BartekCupial BartekCupial force-pushed the configurable_multiroom branch from f1c9b42 to 9177e8b Compare November 30, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant