paper-with-me

홈 › Papers

Support-Constrained RL Enables Real-World Policy Improvement without Real-World Experience

2026-06-25 · Raymond Yu, William Huey, Mustafa Mukadam, Anusha Nagabandi, Abhishek Gupta arxiv

Robots trained on real world data tend to be imprecise, slow, and brittle to perturbations. Improving these policies with reinforcement learning (RL) is an appealing alternative, but this process often requires expensive training in the real world. Performing policy improvement in simulation instead provides a far cheaper alternative, but unconstrained RL in simulation can exploit contact and dynamics mismatches, resulting in unsafe behaviors that do not transfer to hardware. Common forms of regularization can furthermore limit improvement by overconstraining to an imperfect behavior prior. In this work, we propose Support-Constrained Off-Domain REinforcement (SCORE), a real-to-sim-to-real framework that constrains RL in simulation to the support of a generative policy pretrained on real data. We instantiate this constraint through flow steering, restricting SCORE to actions the base policy can already produce, which ensures transferable behaviors while maximizing policy improvement. Improving a policy with SCORE requires minimal effort: it learns from sparse rewards, avoids distillation, and leaves the base policy untouched. Across eight real-world dexterous multi-fingered robotic manipulation tasks, SCORE improves average success rate from 37.8% to 89.9%, compared to 59.5% for the best baseline, and reaches success in 36.8% fewer steps than the base policy. Ultimately, through extensive experiments and ablations, we show that simulation can substantially improve real-world manipulation policies when policy optimization is appropriately constrained, introducing a new paradigm for real-to-sim-to-real policy improvement. Videos and code are available at https://weirdlabuw.github.io/score/.

📄 PDF Abstract BibTeX arXiv:2606.27475

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

LadderMan: Learning Humanoid Perceptive Ladder Climbing

2026-06-04 · Siheng Zhao, Yuanhang Zhang, Ziqi Lu, Pieter Abbeel 외 arxiv

Humanoid robots hold great promise for operating in human-centered environments, yet ladder climbing remains one of the most challenging tasks due to sparse footholds and handholds, complex whole-body coordination, and s…

Reinforcement Learning

Latent Policy Steering through One-Step Flow Policies

2026-03-05 · Hokyun Im, Andrey Kolobov, Jianlong Fu, Youngwoon Lee arxiv

Offline reinforcement learning (RL) allows robots to learn from offline datasets without risky exploration. Yet, offline RL's performance often hinges on a brittle trade-off between (1) return maximization, which can pus…

Reinforcement LearningOffline RL

Welfare Maximization Algorithm for Solving Budget-Constrained Multi-Component POMDPs

2023-03-18 · Manav Vora, Pranay Thangeda, Michael N. Grussing, Melkior Ornik

Partially Observable Markov Decision Processes (POMDPs) provide an efficient way to model real-world sequential decision making processes. Motivated by the problem of maintenance and inspection of a group of infrastructu…

Decision MakingSequential Decision Making

Structured Reinforcement Learning for Media Streaming at the Wireless Edge

2024-04-10 · Archana Bura, Sarat Chandra Bobbili, Shreyas Rameshkumar, Desik Rengarajan 외

Media streaming is the dominant application over wireless edge (access) networks. The increasing softwarization of such networks has led to efforts at intelligent control, wherein application-specific actions may be dyna…

reinforcement-learningReinforcement Learning

Successive Convex Approximation Based Off-Policy Optimization for Constrained Reinforcement Learning

2021-05-26 · Chang Tian, An Liu, Guang Huang, Wu Luo

We propose a successive convex approximation based off-policy optimization (SCAOPO) algorithm to solve the general constrained reinforcement learning problem, which is formulated as a constrained Markov decision process …

reinforcement-learningReinforcement Learning (RL)