paper-with-me

홈 › Papers

One Demonstration Is Enough for Real-World Robotic Reinforcement Learning

2026-07-02 · Yuwan Liu, Hongze Yu, Song Liu, Yuhan Wang, Junge Zhang, Yaodong Yang, Yuanpei Chen, Ceyao Zhang arxiv

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/.

📄 PDF Abstract BibTeX arXiv:2607.01651

Code (2)

Aaron617/agent-arXiv-daily ★ 10
BaiShuanghao/my_arXiv_daily ★ 192

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning for Robotic Manipulation with Asynchronous Off-Policy Updates

2016-10-03 · Shixiang Gu, Ethan Holly, Timothy Lillicrap, Sergey Levine

Reinforcement learning holds the promise of enabling autonomous robots to learn large repertoires of behavioral skills with minimal human intervention. However, robotic applications of reinforcement learning often compro…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Human-in-the-Loop Methods for Data-Driven and Reinforcement Learning Systems

2020-08-30 · Vinicius G. Goecks

Recent successes combine reinforcement learning algorithms and deep neural networks, despite reinforcement learning not being widely applied to robotics and real world scenarios. This can be attributed to the fact that c…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

SPLASH! Sample-efficient Preference-based inverse reinforcement learning for Long-horizon Adversarial tasks from Suboptimal Hierarchical demonstrations

2025-07-11 · Peter Crowley, Zachary Serlin, Tyler Paine, Makai Mann 외 arxiv

Inverse Reinforcement Learning (IRL) presents a powerful paradigm for learning complex robotic tasks from human demonstrations. However, most approaches make the assumption that expert demonstrations are available, which…

Reinforcement Learning

Solving Robotics Tasks with Prior Demonstration via Exploration-Efficient Deep Reinforcement Learning

2025-09-04 · Chengyandan Shen, Christoffer Sloth arxiv

This paper proposes an exploration-efficient Deep Reinforcement Learning with Reference policy (DRLR) framework for learning robotics tasks that incorporates demonstrations. The DRLR framework is developed based on an al…

Reinforcement Learning

Cross-Domain Transfer via Semantic Skill Imitation

2022-12-14 · Karl Pertsch, Ruta Desai, Vikash Kumar, Franziska Meier 외

We propose an approach for semantic imitation, which uses demonstrations from a source domain, e.g. human videos, to accelerate reinforcement learning (RL) in a different target domain, e.g. a robotic manipulator in a si…

Reinforcement Learning (RL)Robot Manipulation