mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
1.1 KiB
1.1 KiB
layout, title
layout | title |
---|---|
contents | Gym v0.23.1 |
v0.23.1 Release Notes
This release contains a few small bug fixes and no breaking changes.
- Make
VideoRecorder
backward-compatible togym<0.23
by @vwxyzjn in #2678 - Fix issues with pygame event handling (which should fix support on windows and in jupyter notebooks) by @andrewtanJS in #2684
- Add py.typed to package_data by @micimize in #2683
- Fixes around 1500 warnings in CI @pseudo-rnd-thoughts
- Deprecation warnings correctly display now @vwxyzjn
- Fix removing striker and thrower @RushivArora
- Fix small dependency warning error @ZhiqingXiao
Full Changelog: https://github.com/openai/gym/compare/0.23.0...0.23.1
Github Release: https://github.com/openai/gym/releases/tag/0.23.1