Releases: google-deepmind/dm_control
Releases · google-deepmind/dm_control
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
.