You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During my attempt to reproduce the DP3 tasks using HumanoidGen, I encountered the following two issues:
Unnatural Shaking/Trembling Leading to Object Dropping:
The robot exhibits unnatural shaking and trembling during task execution, which frequently causes it to drop objects. This shaking often manifests as oscillatory movements back and forth along the intended trajectory. I have thoroughly investigated but haven't found a solution.
Inability to Accurately Grasp Small Cubic Objects:
The model struggles to reliably grasp small cube-shaped objects. The expert demonstrations perform this task smoothly and successfully. I attempted to address this by increasing the point cloud sampling scale in the configuration (from 1048 to 4096 points). However, the robot's fingers still tend to pinch adjacent faces of the cube rather than the intended opposite faces, ultimately leading to the object slipping away.
For both scenarios, the provided expert actions demonstrate smooth and fluent task completion, suggesting the issues lie with the policy learning or execution rather than the task definition itself.