One Demonstration Is Enough for Real-World Robotic Reinforcement Learning
About
Learning effective robot control policies on physical hardware is challenging due to costly data collection and the difficulty of reward specification. Prior work has incorporated demonstrations into reinforcement learning (RL), yet existing approaches either require large numbers of demonstrations or depend on continuous human intervention during training. To address these limitations, we present AutoSERL, a framework that leverages a single demonstration to fully automate the intervention process in real-world robot RL. The framework includes three complementary mechanisms to accomplish certain tasks: a sliding window intervention mechanism that continuously guides exploration to prevent local optima and unsafe deviations, a safety recovery mechanism that detects and corrects failure states via predefined trajectory recovery points, and an intervention termination criterion that automatically disables guidance once the policy can independently complete the task, preserving its exploration advantage. We evaluate AutoSERL on six contact-intensive manipulation tasks across two robot platforms, spanning insertion, hanging, and hinge-based tasks. AutoSERL consistently outperforms SERL initialized with 20 demonstrations, behavior cloning, and MILES -- a dedicated one-shot imitation learning baseline -- across all tasks while matching HIL-SERL, achieves 100% success rate on insertion tasks, and demonstrates improved robustness to positional variations, all from a single demonstration. Code and videos are available on our project website: https://autoserl.github.io/.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| USB Insertion | USB Insertion | Success Rate50 | 19 | |
| open drawer | Open Drawer | Success Rate50 | 13 | |
| Correction Tape Suspension | Correction Tape Suspension | Success Rate100 | 5 | |
| Hanger Suspension | Hanger Suspension | Success Rate50 | 5 | |
| Plug Insertion | Plug Insertion | Success Rate50 | 5 | |
| Spoon Suspension | Spoon Suspension | Success Rate50 | 5 | |
| Correction Tape Suspension | Correction Tape Suspension | Training Time (min)25 | 2 | |
| Drawer Opening | Drawer Opening | Success Rate100 | 2 | |
| Drawer Opening | Drawer Opening | Training Time (min)45 | 2 | |
| Hanger Suspension | Hanger Suspension | Training Time (min)33 | 2 |