Skip to content

Commit 2bb45ec

Browse files
DeepMindalimuldal
authored andcommitted
Typo fix.
PiperOrigin-RevId: 311497959 Change-Id: I553b4bf37007a43f7b32c94022dd21275e6006ec
1 parent 8ef2a37 commit 2bb45ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dm_control/suite/cartpole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def swingup(time_limit=_DEFAULT_TIME_LIMIT, random=None,
7777
@SUITE.add('benchmarking')
7878
def swingup_sparse(time_limit=_DEFAULT_TIME_LIMIT, random=None,
7979
environment_kwargs=None):
80-
"""Returns the sparse reward variant of teh Cartpole Swing-Up task."""
80+
"""Returns the sparse reward variant of the Cartpole Swing-Up task."""
8181
physics = Physics.from_xml_string(*get_model_and_assets())
8282
task = Balance(swing_up=True, sparse=True, random=random)
8383
environment_kwargs = environment_kwargs or {}

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.310965000',
169+
version='0.0.311497959',
170170
description='Continuous control environments and MuJoCo Python bindings.',
171171
author='DeepMind',
172172
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)