Reward Constrained Policy Optimization
Chen Tessler, Daniel J. Mankowitz, Shie Mannor
TL;DR
RCPO tackles the challenge of enforcing general constraints in reinforcement learning by embedding a penalty signal into a multi-timescale learning framework. It blends a discounted penalty-guided critic with a slower-gradient penalty updater, yielding convergence to constraint-satisfying policies under mild assumptions. The approach is validated on grid-world and six Mujoco robotics tasks, showing improved stability, sample efficiency, and feasibility compared to reward shaping and Lagrangian-dual baselines. The work highlights the benefits of adaptive penalty learning for safe, high-performance RL in complex domains.
Abstract
Solving tasks in Reinforcement Learning is no easy feat. As the goal of the agent is to maximize the accumulated reward, it often learns to exploit loopholes and misspecifications in the reward signal resulting in unwanted behavior. While constraints may solve this issue, there is no closed form solution for general constraints. In this work we present a novel multi-timescale approach for constrained policy optimization, called `Reward Constrained Policy Optimization' (RCPO), which uses an alternative penalty signal to guide the policy towards a constraint satisfying one. We prove the convergence of our approach and provide empirical evidence of its ability to train constraint satisfying policies.
