paper-with-me

Papers

Residual Policy Learning

2018-12-15 · Tom Silver, Kelsey Allen, Josh Tenenbaum, Leslie Kaelbling

We present Residual Policy Learning (RPL): a simple method for improving nondifferentiable policies using model-free deep reinforcement learning. RPL thrives in complex robotic manipulation tasks where good but imperfect controllers are available. In these tasks, reinforcement learning from scratch remains data-inefficient or intractable, but learning a residual on top of the initial controller can yield substantial improvements. We study RPL in six challenging MuJoCo tasks involving partial observability, sensor noise, model misspecification, and controller miscalibration. For initial controllers, we consider both hand-designed policies and model-predictive controllers with known or learned transition models. By combining learning with control algorithms, RPL can perform long-horizon, sparse-reward tasks for which reinforcement learning alone fails. Moreover, we find that RPL consistently and substantially improves on the initial controllers. We argue that RPL is a promising approach for combining the complementary strengths of deep reinforcement learning and robotic control, pushing the boundaries of what either can achieve independently. Video and code at https://k-r-allen.github.io/residual-policy-learning/.

📄 PDF Abstract BibTeX arXiv:1812.06298

Code (1)

k-r-allen/residual-policy-learning tf

Tasks

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Residual Deep Reinforcement Learning for Inverter-based Volt-Var Control

2024-08-13 · Qiong Liu, Ye Guo, Lirong Deng, Haotian Liu 외

A residual deep reinforcement learning (RDRL) approach is proposed by integrating DRL with model-based optimization for inverter-based volt-var control in active distribution networks when the accurate power flow model i…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Accelerating Residual Reinforcement Learning with Uncertainty Estimation

2025-06-21 · Lakshita Dodeja, Karl Schmeckpeper, Shivam Vats, Thomas Weng 외

Residual Reinforcement Learning (RL) is a popular approach for adapting pretrained policies by learning a lightweight residual policy that provides corrective actions. While Residual RL is more sample-efficient than fine…

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

MEReQ: Max-Ent Residual-Q Inverse RL for Sample-Efficient Alignment from Intervention

2024-06-24 · Yuxin Chen, Chen Tang, Chenran Li, Ran Tian 외

Aligning robot behavior with human preferences is crucial for deploying embodied AI agents in human-centered environments. A promising solution is interactive imitation learning from human intervention, where a human exp…

Imitation LearningQ-Learning

Bellman Residual Minimization for Control: Geometry, Stationarity, and Convergence

2026-01-26 · Donghwan Lee, Hyukjun Yang arxiv

Markov decision problems are most commonly solved via dynamic programming. Another approach is Bellman residual minimization, which directly minimizes the squared Bellman residual objective function. However, compared to…

Reinforcement Learning

Residual Policy Gradient: A Reward View of KL-regularized Objective

2025-03-14 · Pengcheng Wang, Xinghao Zhu, Yuxin Chen, Chenfeng Xu 외

Reinforcement Learning and Imitation Learning have achieved widespread success in many domains but remain constrained during real-world deployment. One of the main issues is the additional requirements that were not cons…

Imitation LearningMuJoCoPolicy Gradient MethodsQ-Learning