paper-with-me

홈 › Papers

Task-Error Residual Learning for Real-Robot Five-Ball Juggling

2026-06-15 · Kai Ploeger, Jan Peters arxiv

For residual learning that refines existing behavior, sample efficiency depends on two things: how much information each rollout returns, and how efficiently the learner uses that information. Reinforcement learning's standard scalar reward carries far less information than the directional task error that defines the task. Random exploration further discards whatever information each rollout returns. Through residual learning with directional task-error supervision and a task error model that drives sample selection, we achieve stable three-, four-, and five-ball juggling on anthropomorphic Barrett WAM arms. Despite planning and controlling through a simple, idealized stack, the system converges from the second attempt. The first attempt drops, after which task error decreases monotonically without further failures. In comparison, five-ball juggling typically takes humans years of practice. We compare residual learners across two ternary axes, the directional information in the learning feedback and the commitment of the analytic prior, spanning Newton-style Jacobian updates, Composite Bayesian Optimization, and stochastic search methods. Both axes prove necessary: neither directional feedback nor an informative prior suffices alone, and the simplest method that combines them, a fixed-Jacobian Newton update, is the most reliable. The learned residual tolerates substantial prior misalignment and degraded joint tracking, affecting mainly convergence speed. The bottleneck for residual learning on real robots is therefore the information content of the supervision signal and how the learner uses it, not the accuracy of the surrounding stack. Video documentation of all experiments is available at https://kai-ploeger.com/residual-juggling.

📄 PDF Abstract BibTeX arXiv:2606.16978

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Object-Centric Residual RL for Zero-Shot Sim-to-Real VLA Enhancement

2026-06-17 · Kinam Kim, Namiko Saito, Heecheol Kim, Katsushi Ikeuchi 외 arxiv

Vision-Language-Action (VLA) models can generalize across diverse manipulation tasks, but their imitation-learning-based policies remain brittle in precise physical interactions due to compounding execution errors; Can a…

Reinforcement Learning

Real-to-Sim: Predicting Residual Errors of Robotic Systems with Sparse Data using a Learning-based Unscented Kalman Filter

2022-09-07 · Alexander Schperberg, Yusuke Tanaka, Feng Xu, Marcel Menner 외

Achieving highly accurate dynamic or simulator models that are close to the real robot can facilitate model-based controls (e.g., model predictive control or linear-quadradic regulators), model-based trajectory planning …

Model Predictive ControlTrajectory Planning

DexSynRefine: Synthesizing and Refining Human-Object Interaction Motion for Physically Feasible Dexterous Robot Actions

2026-05-07 · Hyesung Lee, Hyunwoo Jung, Si-Hwan Heo, Sungwook Yang arxiv

Learning dexterous manipulation from human-object interaction (HOI) data offers a scalable alternative to robot teleoperation, but HOI demonstrations are typically sparse and purely kinematic, making direct retargeting u…

Reinforcement Learning

Continual Robot Policy Learning via Variational Neural Dynamics

2026-06-25 · Jiaxu Xing, Zhiyuan Zhu, Yunfan Ren, Ismail Geles 외 arxiv

Robots deployed in the real world rarely operate under a single fixed dynamics model: wind changes, payloads vary, batteries drain, contacts shift, and hardware wears. Yet most learning-based controllers are trained once…

Continual Learning

DR-MPC: Deep Residual Model Predictive Control for Real-world Social Navigation

2024-10-14 · James R. Han, Hugues Thomas, Jian Zhang, Nicholas Rhinehart 외

How can a robot safely navigate around people with complex motion patterns? Deep Reinforcement Learning (DRL) in simulation holds some promise, but much prior work relies on simulators that fail to capture the nuances of…

Deep Reinforcement LearningModel Predictive ControlNavigateReinforcement Learning (RL)+1