when reading the code of voxposer, I found that the control of arm is actually done by function execute() in class Controller. And as the function shows, rlbench env complete the action by function apply_action([target_pose, target_gripper]), which has no target velocity input in. Is my understanding wrong ?
