Skip to content

Commit f5574cc

Browse files
DeepMindcopybara-github
authored andcommitted
Adding CMU humanoid walker to __init__.py.
PiperOrigin-RevId: 305010918 Change-Id: I005411f6cd805480d602bd0bd4e28de894919983
1 parent 5b6ef2d commit f5574cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dm_control/locomotion/walkers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
"""Walkers for Locomotion tasks."""
1616

1717
from dm_control.locomotion.walkers.ant import Ant
18+
from dm_control.locomotion.walkers.cmu_humanoid import CMUHumanoidPositionControlled
1819
from dm_control.locomotion.walkers.rodent import Rat

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def find_data_files(package_dir, patterns):
166166

167167
setup(
168168
name='dm_control',
169-
version='0.0.304382332',
169+
version='0.0.305010918',
170170
description='Continuous control environments and MuJoCo Python bindings.',
171171
author='DeepMind',
172172
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)