Releases: google-deepmind/dm_control
Releases · google-deepmind/dm_control
1.0.9: Upgrade to MuJoCo 2.3.1
Bump version number to 1.0.9 for MuJoCo 2.3.1. PiperOrigin-RevId: 493553165 Change-Id: If47cde9503b6453814a8f08458d0632b359183ff
1.0.8: Upgrade to MuJoCo 2.3.0
Bump version number to 1.0.8 for MuJoCo 2.3.0. PiperOrigin-RevId: 481885969 Change-Id: I5030c6daef18afcc7367200531ed7a68207cad8b
1.0.7: Fix viewer bug
Enable back face culling in `dm_control.viewer`. The viewer has its own set of default renderer flags, and when the `mjRND_CULL_FACE` flag was introduced in MuJoCo (https://github.com/deepmind/mujoco/commit/396fdf00c36b571cae2d4faee18dcca694919b8f) the viewer's default was not updated. Fixes https://github.com/deepmind/dm_control/issues/346. PiperOrigin-RevId: 472753294 Change-Id: I33e6f48ff1ea887d07765ae851651f6c106cb08b
1.0.6: Fix rendering bugs and upgrade to MuJoCo 2.2.2
Bump version number to 1.0.6. PiperOrigin-RevId: 472678116 Change-Id: I754ae8817c41bebbaab41c5e439dfd1d6518a822
1.0.5: Speed up warning checks
In commit ac6d2cd, we sped up the warning checks that occur at each physics step. Since these checks are called very often, the performance boost can be considerable in many use cases.
1.0.4: Accept the same values of `MUJOCO_GL` as the `mujoco` package.
The `mujoco` package also makes use of the `MUJOCO_GL` environment variable to switch between rendering backends, which are implemented separately from the ones currently used in `dm_control`. However, `mujoco` accepts a wider range of `MUJOCO_GL` values, in particular it allows `off` to be specified to disable rendering entirely. Before this change, specifying `MUJOCO_GL=off` will result in `dm_control` complaining that it is an invalid value. This change eliminates the conflicting `MUJOCO_GL` values expected by the two libraries. Fixes #324. PiperOrigin-RevId: 461577872 Change-Id: Ie962040395b766affc8342ab9d9fd09a0afe15cb
1.0.3.post1: Increase `protobuf` version in setup.py.
This release is identical to 1.0.3 other than in setup.py
.