| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Minigrid 2.5.0 source code.tar.gz | 2024-11-17 | 10.4 MB | |
| Minigrid 2.5.0 source code.zip | 2024-11-17 | 10.6 MB | |
| README.md | 2024-11-17 | 1.3 kB | |
| Totals: 3 Items | 21.0 MB | 0 | |
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 https://github.com/Farama-Foundation/Minigrid/pull/451
- Added support of Gymnasium to 1.0.0 and NumPy to 2.0.0+ by @BolunDai0216 in https://github.com/Farama-Foundation/Minigrid/pull/453
Bug Fixes
- Fixed the issue when generating non-square DoorKey environments by @rbankosegger in https://github.com/Farama-Foundation/Minigrid/pull/429
- Fixed the documentation
env-idparameter by @turbotimon in https://github.com/Farama-Foundation/Minigrid/pull/430 - Corrected the registered configuration for UnlockPickupEnv by @MarcSpeckmann in https://github.com/Farama-Foundation/Minigrid/pull/437
- Fixed
FlatObsWrapperobservationdtypeby @pseudo-rnd-thoughts in https://github.com/Farama-Foundation/Minigrid/pull/435 - Swapped the width and height in RGBImgObsWrapper @catanzaromj in https://github.com/Farama-Foundation/Minigrid/pull/445
Contributors
This release includes contributions from @VioIchigo, @rbankosegger, @turbotimon, @SimonOuellette35, @MarcSpeckmann, @pseudo-rnd-thoughts, @RaghuSpaceRajan, @jysdoran, @BolunDai0216, @catanzaromj, @m-barker