Skip to content

Releases: google-deepmind/dm_control

1.0.9: Upgrade to MuJoCo 2.3.1

09 Dec 13:21
Compare
Choose a tag to compare
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

18 Oct 17:15
Compare
Choose a tag to compare
Bump version number to 1.0.8 for MuJoCo 2.3.0.

PiperOrigin-RevId: 481885969
Change-Id: I5030c6daef18afcc7367200531ed7a68207cad8b

1.0.7: Fix viewer bug

07 Sep 17:18
Compare
Choose a tag to compare
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

07 Sep 12:33
Compare
Choose a tag to compare
Bump version number to 1.0.6.

PiperOrigin-RevId: 472678116
Change-Id: I754ae8817c41bebbaab41c5e439dfd1d6518a822

1.0.5: Speed up warning checks

04 Aug 12:23
Compare
Choose a tag to compare

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.

18 Jul 11:38
Compare
Choose a tag to compare
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.

23 May 13:11
Compare
Choose a tag to compare

This release is identical to 1.0.3 other than in setup.py.

1.0.3

23 May 12:36
Compare
Choose a tag to compare
Bump dm_control version number to 1.0.3.

PiperOrigin-RevId: 449725211
Change-Id: Iee30cfc1530d1e43e034c9aff9b6cf9aa34ef39c

1.0.2

13 Apr 18:24
Compare
Choose a tag to compare
Bump dm_control version to 1.0.2.

PiperOrigin-RevId: 441527665
Change-Id: I05d7261f3e531f4d100154baeedc568c303c2ac6

1.0.1

13 Apr 18:24
Compare
Choose a tag to compare
Update mujoco requirement to version 2.1.3.

PiperOrigin-RevId: 436776327
Change-Id: I45e84899d1c715d265f4a895097e69ba093e2088