Skip to content

Commit 543ea26

Browse files
alimuldalcopybara-github
authored andcommitted
Fix some irreversible copybara transformations
PiperOrigin-RevId: 345485644 Change-Id: I166eb031f28100adbda7bedfb5c8f2a7b637b351
1 parent 87e046b commit 543ea26

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

dm_control/locomotion/tasks/reference_pose/tracking.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
from dm_control.composer.observation import observable as base_observable
2626
from dm_control.locomotion.mocap import loader
2727

28-
29-
3028
from dm_control.locomotion.tasks.reference_pose import datasets
3129
from dm_control.locomotion.tasks.reference_pose import types
3230
from dm_control.locomotion.tasks.reference_pose import utils

dm_control/mujoco/wrapper/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _maybe_load_linux_dynamic_deps(library_dir):
102102
else:
103103
libglew_path = ctypes.util.find_library("GLEW")
104104
ctypes.CDLL(libglew_path, ctypes.RTLD_GLOBAL) # Also loads GL implicitly.
105-
105+
# Google-internal libstdc++ loading.
106106

107107
def get_mjlib():
108108
"""Loads `libmujoco.so` and returns it as a `ctypes.CDLL` object."""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def is_excluded(s):
177177

178178
setup(
179179
name='dm_control',
180-
version='0.0.344511996',
180+
version='0.0.345485644',
181181
description='Continuous control environments and MuJoCo Python bindings.',
182182
author='DeepMind',
183183
license='Apache License, Version 2.0',

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"\n",
4141
"It is adjunct to this [tech report](http://arxiv.org/abs/2006.12983)."
4242
]
43-
},
43+
},# Internal installation instructions.
4444
{
4545
"cell_type": "markdown",
4646
"metadata": {

0 commit comments

Comments
 (0)