Release Notes
Many small fixes and upgrades. Notably fixed rendering in certain environments, upgraded gym wrapper to gymnasium and upgraded from python 3.8-3.9 to python 3.10-3.12. Additionally added a fully jittable version of the Level Based Foraging environment.
What's Changed
- fix: pacman ghost valid action calculations result in NaNs by @taodav in #241
- fix: remove num agents from cleaner init in docs by @sash-a in #249
- fix: binpack docs by @sash-a in #250
- chore: fix setup.py for windows by @sash-a in #252
- Refactor: Minor code style improvements by @helpingstar in #246
- Feat: Full Level-Based Foraging(LBF) environment by @WiemKhlifi in #218
- fix: rendering in cvrp and tsp by @sash-a in #251
- chore: upgrade python by @sash-a in #254
- feat: switch to ruff and upgrade pre-commit hooks by @sash-a in #260
- feat: return individual rewards in Connector env by @WiemKhlifi in #263
- Add dtype choice in step type/functions by @thomashirtz in #262
- feat: upgrade gym wrapper to gymnasium by @sash-a in #264
New Contributors
- @taodav made their first contribution in #241
- @helpingstar made their first contribution in #246
- @WiemKhlifi made their first contribution in #218
- @thomashirtz made their first contribution in #262
Full Changelog: v1.0.1...v1.1.0