ReleaseOpenAIOpenAIpublished Sep 16, 2022seen 5d

openai/gym 0.26.1

openai/gym

Open original ↗

Captured source

source ↗
published Sep 16, 2022seen 5dcaptured 9hhttp 200method plain

0.26.1

Repository: openai/gym

Tag: 0.26.1

Published: 2022-09-16T20:40:27Z

Prerelease: no

Release notes:

Release Notes

This is a very minor bug fix release for 0.26.0

Bug Fixes

  • #3072 - Previously mujoco was a necessary module even if only mujoco-py was used. This has been fixed to allow only mujoco-py to be installed and used. @YouJiacheng
  • #3076 - PixelObservationWrapper raises an exception if the env.render_mode is not specified. @vmoens
  • #3080 - Fixed bug in CarRacing where the colour of the wheels were not correct @foxik
  • #3083 - Fixed BipedalWalker where if the agent moved backwards then the rendered arrays would be a different size. @younik

Spelling

  • Fixed truncation typo in readme API example @rdnfn
  • Updated pendulum observation space from angle to theta to make more consistent @ikamensh