Paper Overview
- Field: Machine Learning / Robotics
- Authors: Jayjun Lee, Jessica Yin, Asif Rana, Nicholas Blauch, Sam Mady, Mohak Bhardwaj, Nima Fazeli, Nathan Ratliff, Karl Van Wyk, Ankur Handa
- Published: 2026-08-19
- arXiv: 2608.19182
- Enables learning new behaviors that are otherwise difficult to discover from scratch on multi-fingered robots
- Avoids relearning the same set of skills for every new downstream task
- Behavior cloning distillation
- Critic warm-starting
- Conservative on-policy updates
- A 23-DoF Kuka-Allegro with two RGB cameras
- A 29-DoF Flexiv-Sharpa with two RGB cameras and five vision-based tactile sensors
Introduction
The authors introduce ADEPT (Accelerating Dexterity via Pre-Training), a large-scale reinforcement learning (RL) framework for learning sim-to-real transferable dexterity across high degree-of-freedom (DoF) robot embodiments. ADEPT-trained robots can solve long-horizon tasks directly from raw visuo-tactile perception.
Approach
Pre-Training as a Prior
ADEPT pretrains a dexterous policy on a generic object reposing task, then post-trains downstream policies using this pretrained behavior as a prior. This:
Stable Post-Training
The pretrained policy zero-shots the reposing phase of downstream tasks, but naive RL fine-tuning rapidly degrades this capability during transfer. The authors address this with a stable post-training scheme combining:
Joint-Space Geometric Fabric
To safely exploit the robot's full kinematic dexterity, ADEPT introduces a joint-space geometric fabric that mediates between the RL policy and the robot.
Sim-to-Real Results
Post-trained teachers are distilled into perception-based students, achieving zero-shot sim-to-real transfer on two embodiments:
---
*Auto-collected on 2026-08-21. Source: arXiv:2608.19182*