mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-28 01:07:11 +00:00
1015 B
1015 B
layout, title
layout | title |
---|---|
contents | Gym v0.26.2 |
v0.26.2 Release Notes
This is another very minor bug release.
Bugs Fixes
- As
Env.reset
returns(obs, info)
then in the vector environments, this caused the finalEnv.step
's info to be overwritten. Now, the final observation and info are contained within the info as"final_observation"
and"final_info"
@pseudo-rnd-thoughts - Adds warnings when trying to render without specifying the render_mode @younik
- Updates Atari Preprocessing such that the wrapper can be pickled @vermouth1992
- Github CI was hardened to such that the CI just has read permissions @sashashura
- Clarify and fix typo in
GraphInstance
@ekalosak
Full Changelog: https://github.com/openai/gym/compare/0.26.2...0.26.2
Github Release: https://github.com/openai/gym/releases/tag/0.26.2