openai/gym 0.26.1
openai/gym
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
mujocowas a necessary module even if onlymujoco-pywas used. This has been fixed to allow onlymujoco-pyto be installed and used. @YouJiacheng - #3076 -
PixelObservationWrapperraises an exception if theenv.render_modeis not specified. @vmoens - #3080 - Fixed bug in
CarRacingwhere 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