Robust Constrained Reinforcement Learning for Continuous Control with Model Misspecification
Daniel J. Mankowitz, Dan A. Calian, Rae Jeong, Cosmin Paduraru, Nicolas Heess, Sumanth Dathathri, Martin Riedmiller, Timothy Mann
TL;DR
<3-5 sentence high-level summary> The paper tackles constrained reinforcement learning under model misspecification, where real-world perturbations can degrade both return and constraint satisfaction. It introduces two robust objective families, R3C and RC, within a Robust Constrained MDP (RC-MDP) framework and defines corresponding Bellman operators that converge to fixed points. These ideas are integrated into state-of-the-art continuous control learners (D4PG and DMPO) and evaluated on six Real-World RL Mujoco tasks, showing improved robustness to unseen perturbations and better constraint satisfaction, with some cases of conservatism. The work advances practical robust RL for constrained continuous control by formalizing the RC-MDP, providing stable evaluation updates, and demonstrating empirical gains across diverse perturbed environments.</p>
Abstract
Many real-world physical control systems are required to satisfy constraints upon deployment. Furthermore, real-world systems are often subject to effects such as non-stationarity, wear-and-tear, uncalibrated sensors and so on. Such effects effectively perturb the system dynamics and can cause a policy trained successfully in one domain to perform poorly when deployed to a perturbed version of the same domain. This can affect a policy's ability to maximize future rewards as well as the extent to which it satisfies constraints. We refer to this as constrained model misspecification. We present an algorithm that mitigates this form of misspecification, and showcase its performance in multiple simulated Mujoco tasks from the Real World Reinforcement Learning (RWRL) suite.
