Jumanji v1.0.0
Jumanji v1
This release accompanies the ICLR 2024 paper. The library now includes 22 environments!
What's Changed
- docs: fix typo in mmst.md by @eltociear in #178
- fix: latest chex and jax by @clement-bonnet in #181
- fix bugs in specs test by @George-Ogden in #184
- docs: fix links at top of README by @George-Ogden in #196
- fix(maze): fixed row and col in _compute_action_mask function. by @danielpalen in #194
- fix(roboticWarehouse): goal conditional by @arnupretorius in #191
- Tetris docs by @George-Ogden in #200
- fix: mention to rware in rendering code by @clement-bonnet in #198
- feat: Toggle logo in dark mode by @callumtilbury in #205
- fix: reward and discount spec not in wrapper by @sash-a in #206
- fix: timestep extras default value by @sash-a in #207
- chore: fix matplotlib and jax typing issues by @sash-a in #216
- Refactoring/type hints by @dantp-ai in #215
- Revert "feat: Toggle logo in dark mode" by @callumtilbury in #209
- Fix: issue in dtype of grid in cleaner env by @raphaelavalos in #217
- feat: pacman environment by @siddarthsingh1 in #186
- feat: adding sokoban environment by @mvmacfarlane in #185
- ci: fix tests in pipeline by @clement-bonnet in #225
- fix: requirements by @sash-a in #224
- Fix/packages data not included in sokoban by @coyettev in #227
- fix: autoreset wrappers by @sash-a in #223
- fix: default value for obs in extras by @clement-bonnet in #228
- feat: FlatPack environment by @RuanJohn in #188
- feat: implement the sliding tile puzzle env by @ElshadaiK in #189
- ci: increment version by @clement-bonnet in #230
- fix: pypi deployment by @clement-bonnet in #231
- ci: pypi deployment replace setuptools with hatch by @clement-bonnet in #232
New Contributors
- @eltociear made their first contribution in #178
- @George-Ogden made their first contribution in #184
- @danielpalen made their first contribution in #194
- @callumtilbury made their first contribution in #205
- @dantp-ai made their first contribution in #215
- @raphaelavalos made their first contribution in #217
- @siddarthsingh1 made their first contribution in #186
- @mvmacfarlane made their first contribution in #185
- @RuanJohn made their first contribution in #188
Full Changelog: v0.3.1...v1.0.0