| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Minigrid 2.4.0 source code.tar.gz | 2024-01-16 | 9.7 MB | |
| Minigrid 2.4.0 source code.zip | 2024-01-16 | 9.8 MB | |
| README.md | 2024-01-16 | 1.3 kB | |
| Totals: 3 Items | 19.5 MB | 0 | |
Minigrid 2.4.0 Release Notes
In this release, we added new procedurally generated environments using the wave function collapse environment, the original BabyAI bot, and dynamically determined highlighting in RGBImgObsWrapper.
New Features
- Added procedural generation of environments using the Wave Function Collapse algorithm (adapted from this python implementation). By @jysdoran in https://github.com/Farama-Foundation/Minigrid/pull/371
- Changes the
observationmethod ofRGBImgObsWrappersuch that the agent field-of-view (FOV) highlight is rendered only when the underlying environment has this enabled with thehighlightbool, by default is True. By @thesofakillers in https://github.com/Farama-Foundation/Minigrid/pull/388 - Added the BabyAI bot from the original BabyAI repo: https://github.com/mila-iqia/babyai/blob/master/babyai/bot.py This bot can be used to generate expert demonstrations in all BabyAI environments. By @thesofakillers in https://github.com/Farama-Foundation/Minigrid/pull/381
Contributors
This release includes contributions from @ thesofakillers, @pseudo-rnd-thoughts, @BolunDai0216, @mansicer, @JupiLogy, @AdamJelley, @timoklein, @jysdoran, @mschweizer, and @Camel-light.