Skip to content

Releases: Farama-Foundation/Gymnasium

v0.26.2

05 Oct 17:02
f6489c3
Compare
Choose a tag to compare

This Release is an upstreamed version of Gym v26.2

Bugs Fixes

  • As reset now returns (obs, info) then in the vector environments, this caused the final 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

v0.26.1

16 Sep 22:48
5674a52
Compare
Choose a tag to compare

This Release is an upstreamed version of Gym v26.1

In addition, the gym docs repo has been merged in with the new website https://gymnasium.farama.org/

Initial Release

13 Sep 13:56
b48e162
Compare
Choose a tag to compare

This is the first release of Gymnasium, a maintained fork of OpenAI Gym

This release is identical to the Gym v0.26.0 except for the project name (Gymnasium) and Code of Conduct

Read #12 for the roadmap of changes