Minigrid 2.5.0 Release Notes
In this release, we added support for Gymnasium 1.0.0 and NumPy 2.0.0+ and made many bug fixes.
New Features
- Allow custom goal colors by @m-barker in #451
- Added support of Gymnasium to 1.0.0 and NumPy to 2.0.0+ by @BolunDai0216 in #453
Bug Fixes
- Fixed the issue when generating non-square DoorKey environments by @rbankosegger in #429
- Fixed the documentation
env-id
parameter by @turbotimon in #430 - Corrected the registered configuration for UnlockPickupEnv by @MarcSpeckmann in #437
- Fixed
FlatObsWrapper
observationdtype
by @pseudo-rnd-thoughts in #435 - Swapped the width and height in RGBImgObsWrapper @catanzaromj in #445
Contributors
This release includes contributions from @VioIchigo, @rbankosegger, @turbotimon, @SimonOuellette35, @MarcSpeckmann, @pseudo-rnd-thoughts, @RaghuSpaceRajan, @jysdoran, @BolunDai0216, @catanzaromj, @m-barker