def normalize_master_gripper_velocity()

in gym_aloha/constants.py [0:0]


def normalize_master_gripper_velocity(x):
    return x / (MASTER_GRIPPER_POSITION_OPEN - MASTER_GRIPPER_POSITION_CLOSE)