Skip to content

Commit 5791e77

Browse files
redwrassesaran-t
authored andcommitted
dm_control: Import of refs/pull/161/head
PiperOrigin-RevId: 350726236 Change-Id: I107a90adfb5f2ff41b5b2a61cf778506a5c2bb84
1 parent caa5500 commit 5791e77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dm_control/utils/inverse_kinematics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def qpos_from_site_pose(physics,
5656
the site, or None if the position should be unconstrained (default).
5757
One or both of `target_pos` or `target_quat` must be specified.
5858
target_quat: A (4,) numpy array specifying the desired orientation of the
59-
site as a quarternion, or None if the orientation should be unconstrained
59+
site as a quaternion, or None if the orientation should be unconstrained
6060
(default). One or both of `target_pos` or `target_quat` must be specified.
6161
joint_names: (optional) A list, tuple or numpy array specifying the names of
6262
one or more joints that can be manipulated in order to achieve the target

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.350663385',
180+
version='0.0.350726236',
181181
description='Continuous control environments and MuJoCo Python bindings.',
182182
author='DeepMind',
183183
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)