Hey guys, thanks for sharing your amazing work!
I was wondering, do you have any suggestions for training with the mujoco_menagerie/universal_robots_ur5e_robotiq?
I'm using the default data generation and training hyper-params as given in the repo for UR5e, and observe a blurry behavior at the gripper region

I've also noticed that the total number of joints here compared to the 6 of just the UR5e arm are 14:
# kinematic_chain.get_joint_parameter_names()
['ur5e_0_shoulder_pan_joint', 'ur5e_0_shoulder_lift_joint', 'ur5e_0_elbow_joint', 'ur5e_0_wrist_1_joint', 'ur5e_0_wrist_2_joint', 'ur5e_0_wrist_3_joint', 'right_driver_joint', 'right_coupler_joint', 'right_spring_link_joint', 'right_follower_joint', 'left_driver_joint', 'left_coupler_joint', 'left_spring_link_joint', 'left_follower_joint']
which means 8 just for the gripper. I guess that makes sense when considering the mesh files for the different parts, but intuitively I would expect just one degree of freedom that determines gripper closure, similar to how we would control the EE.
Is this maybe the issue of blurry gripper rendering? Or it's not really relevant?
Any tips / suggestions for modifying the data-gen script, training params, robot XMLs etc. would be very much appreciated :)
Hey guys, thanks for sharing your amazing work!
I was wondering, do you have any suggestions for training with the
mujoco_menagerie/universal_robots_ur5e_robotiq?I'm using the default data generation and training hyper-params as given in the repo for UR5e, and observe a blurry behavior at the gripper region
I've also noticed that the total number of joints here compared to the 6 of just the UR5e arm are 14:
which means 8 just for the gripper. I guess that makes sense when considering the mesh files for the different parts, but intuitively I would expect just one degree of freedom that determines gripper closure, similar to how we would control the EE.
Is this maybe the issue of blurry gripper rendering? Or it's not really relevant?
Any tips / suggestions for modifying the data-gen script, training params, robot XMLs etc. would be very much appreciated :)