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 onlymujoco-py
was used. This has been fixed to allow onlymujoco-py
to be installed and used. @YouJiacheng - #3076 -
PixelObservationWrapper
raises an exception if theenv.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