MCPcopy
hub / github.com/microsoft/Magma / invert_gripper_actions

Function invert_gripper_actions

data/openx/datasets/rlds/utils/data_utils.py:138–139  ·  view source on GitHub ↗
(actions: tf.Tensor)

Source from the content-addressed store, hash-verified

136
137
138def invert_gripper_actions(actions: tf.Tensor) -> tf.Tensor:
139 return 1 - actions
140
141
142def rel2abs_gripper_actions(actions: tf.Tensor) -> tf.Tensor:

Calls

no outgoing calls

Tested by

no test coverage detected