Initialization with the object already grasped #1950
-
Hi! I want to initialize a model with the object being grasped by the gripper so that the arm does not have to re-grasp each time when resetting the environment in reinforcement learning. I have tried some methods that end up with the object falling off before it was grasped. Is it feasible to realize this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Have you tried to grasp the object, then saving |
Beta Was this translation helpful? Give feedback.
-
Really appreciate the important advice! I missed the key factor of setting Thanks for your kindness! |
Beta Was this translation helpful? Give feedback.
Have you tried to grasp the object, then saving
data->qpos
, then restore it as needed? (Settingqvel
andqacc
to zero as well)