def normalize_puppet_gripper_velocity()

in gym_aloha/constants.py [0:0]


def normalize_puppet_gripper_velocity(x):
    return x / (PUPPET_GRIPPER_POSITION_OPEN - PUPPET_GRIPPER_POSITION_CLOSE)