Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

0.26.1

Choose a tag to compare

@jkterry1 jkterry1 released this 16 Sep 20:40
53d784e

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