mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 14:10:30 +00:00
1.9 KiB
1.9 KiB
layout, title
layout | title |
---|---|
contents | Gym v0.19.0 |
v0.19.0 Release Notes
Gym 0.19.0 is a large maintenance release, and the first since @jkterry1 became the maintainer. There should be no breaking changes in this release.
New features
- Added custom datatype argument to multidiscrete space (@m-orsini)
- API compliance test added based on SB3 and PettingZoo tests (@amtamasi)
- RecordEpisodeStatics works with VectorEnv (@vwxyzjn)
Bug fixes
- Removed unused dependencies, removed unnecessary dependency version requirements that caused installation issues on newer machines, added full requirements.txt and moved general dependencies to extras. Notably, "toy_text" is not a used extra. atari-py is now pegged to a precise working version pending the switch to ale-py (@jkterry1)
- Bug fixes to rewards in FrozenLake and FrozenLake8x8; versions bumped to v1 (@ZhiqingXiao)
- Removed remaining numpy depreciation warnings (@super-pirata)
- Fixes to video recording (@mahiuchun, @zlig)
- EZ pickle argument fixes (@zzyunzhi, @jamesborg46)
- Other very minor (nonbreaking) fixes
Other
- Removed small bits of dead code (@jkterry1)
- Numerous typo, CI and documentation fixes (mostly @cclauss)
- New readme and updated third party env list (@jkterry1)
- Code is now all flake8 compliant through black (@cclauss)
Full Changelog: https://github.com/openai/gym/compare/0.18.3...0.19.0
Github Release: https://github.com/openai/gym/releases/tag/0.19.0