A Minimalist Retargeting-Guided Reinforcement Learning Recipe for Dexterous Manipulation

2026-07-13Robotics

RoboticsArtificial IntelligenceMachine Learning
AI summary

The authors developed REGRIND, a simple method that teaches robots how to do tricky hand tasks by copying one human demonstration. They turn human hand movements into robot actions while keeping the important hand-object contacts, then use reinforcement learning to fine-tune the robot's control in simulation. Finally, they successfully apply these learned skills directly to real multi-fingered robot hands doing tasks like using scissors and screwdrivers. Their experiments also highlight what makes it easier or harder to transfer learned skills from simulation to real robots in contact-heavy tasks.

humanoid whole-body controldexterous manipulationretargetingreinforcement learningsim-to-real transfercontact-rich dynamicsmulti-fingered robot handssystem identificationobject-centric keypointstool-use tasks
Authors
Yunhai Feng, Natalie Leung, Jiaxuan Wang, Lujie Yang, Haozhi Qi, Preston Culbertson
Abstract
Recent work in humanoid whole-body control has found success with a simple recipe: retarget human motion to robot kinematic references, then train policies via reinforcement learning (RL) to track them. But how does this recipe transfer to dexterous manipulation? The answer is not obvious, as manipulation involves complex, contact-rich dynamics and requires delicate regulation of contact modes and forces. We present REGRIND, a minimalist retargeting-guided RL pipeline that learns dexterous manipulation policies from a single human demonstration. REGRIND retargets human hand-object motion to a robot reference that preserves hand-object spatial and contact relationships, trains a residual RL policy in simulation to track object-centric keypoints along that reference, and transfers the resulting policy zero-shot to hardware with careful system identification. The resulting policies produce fluid, human-like behavior on two different multi-fingered hands across contact-rich tool-use tasks, including operating a pair of scissors and turning a screwdriver. Through systematic hardware experiments, we identify and analyze the key factors that govern sim-to-real transfer in dexterous manipulation, offering practical guidance for retargeting-based learning in contact-rich settings. Videos and code are available at https://yunhaifeng.com/REGRIND.