From Pretraining to Proficiency: Real-World Subtask RL for Long-Horizon Manipulation with Minimal Human Intervention
Summary
The paper presents PARTS, a real-world subtask reinforcement learning framework that improves long-horizon manipulation tasks by focusing on bottleneck subtasks with minimal human intervention, achieving higher success rates in experiments.
View Cached Full Text
Cached at: 09/21/26, 07:22 PM
Paper page - From Pretraining to Proficiency: Real-World Subtask RL for Long-Horizon Manipulation with Minimal Human Intervention
Source: https://huggingface.co/papers/2609.21788
Abstract
Apretrainedrobotfoundationpolicymayexecutemostofalong-horizontaskyetrepeatedlyfailatafewcriticalsubtasks.Collectingadditionalfull-taskdemonstrationsforsupervisedfine-tuning(SFT)requiresoperatorstorepeatbehaviorsthepolicyalreadyperformswell.Reinforcementlearning(RL)fine-tuningoffersapromisingpathtobridgethisgap,butexistingapproachesstruggletosolvelong-horizontasksusingonlysparserewards.WepresentPARTS(PolicyAdaptationwithRLonTargetedSubtasks),areal-worldsubtaskRLframeworkthatconcentratespracticeatthesebottleneckswhileallowingtrainingrolloutstoproceedwithminimalhumanintervention.Thefrozenpretrainedpolicysuppliesnominalactionsthroughoutexecution,whileagent-generatedselectorsandsuccessverifiersactivateresidualcorrectionsandprovidelocaloutcomerewards.Theserewardssupportlearningfromsuccessfulsubtasksevenwhencomplete-tasksuccessesarescarce.TrainingcombinesonlineRLwithsuccess-reweightedretraining,andeachretrainedresidualpolicyisredeployedtocollectfurtherexperience.Humansidentifybottlenecksduringsetupandperformphysicalresetswhenneeded.OnbimanualYAMandsingle-armFrankatasks,PARTSimprovescomplete-tasksuccessfrom32%to61%andfrom50%to95%,respectively,usingtensofminutesofreal-worldRLrolloutspertaskonaverage.Comparedwithexistingreal-worldRLfine-tuningmethods,PARTSraisesfull-tasksuccessbymorethan25%underthesamerobot-rolloutbudgetwhilerequiringlesshumaninvolvement.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2609\.21788
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.21788 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.21788 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.21788 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Efficient Reinforcement Learning for Long-Horizon Tool-Use Agentic Tasks
This paper introduces SinkFlex-RL, a modular training system for memory-feasible reinforcement learning in long-horizon tool-use agentic tasks. It combines a Gymnasium-compatible environment wrapper, GRPO-based policy optimization, and a sink-aware FlexAttention path, reducing peak VRAM by 19.7% at 4096 tokens and enabling 8192-token runs where eager attention runs out of memory.
ContextPilot: Teaching Agents for Proactive Context Management via Fine-grained RL
ContextPilot introduces a proactive context management framework for long-horizon agentic reasoning, using fine-grained reinforcement learning with branch sampling to improve performance and efficiency in maintaining compact working contexts.
Putting Task Expertise into RL Achieves State-of-the-Art Performance on Text-to-SQL (18 minute read)
The article describes a reinforcement learning method with verifiable rewards to fine-tune AI models for text-to-SQL, achieving human-level accuracy on the BIRD benchmark without scaffolding.
GoLongRL: Capability-Oriented Long Context Reinforcement Learning with Multitask Alignment
GoLongRL presents an open-source approach for long-context reinforcement learning with diverse reward optimization through capability-oriented data construction and TMN-Reweight methodology.
GE-Act 2.0: Pretraining and Scaling a World-Action Model for Robotic Manipulation
This paper introduces GE-Act 2.0, a world-action model pretrained from scratch to enable scalable zero-shot robotic manipulation with improved success rates across diverse tasks and conditions.