Solving Non-Rectangular Reward-Robust MDPs via Frequency Regularization
Uri Gadot, Esther Derman, Navdeep Kumar, Maxence Mohamed Elfatihi, Kfir Levy, Shie Mannor
TL;DR
The paper tackles reward-robust MDPs with coupled reward uncertainty by focusing on $L_p$ norm balls around a nominal reward, while keeping the transition kernel fixed. It derives the worst-case reward in closed form and shows the robust return reduces to a regularized objective with a policy-visitation-frequency term, enabling a direct link to frequency regularization and enabling a convergent policy-gradient method. The authors prove convergence of the proposed robust policy gradient, provide an online actor-critic algorithm, and demonstrate through experiments that coupling rewards yields robustness with less conservatism than traditional rectangular uncertainty. This work broadens robust RL by removing rectangularity constraints, offering scalable, interpretable approaches for high-dimensional settings where reward misspecification is a concern.
Abstract
In robust Markov decision processes (RMDPs), it is assumed that the reward and the transition dynamics lie in a given uncertainty set. By targeting maximal return under the most adversarial model from that set, RMDPs address performance sensitivity to misspecified environments. Yet, to preserve computational tractability, the uncertainty set is traditionally independently structured for each state. This so-called rectangularity condition is solely motivated by computational concerns. As a result, it lacks a practical incentive and may lead to overly conservative behavior. In this work, we study coupled reward RMDPs where the transition kernel is fixed, but the reward function lies within an $α$-radius from a nominal one. We draw a direct connection between this type of non-rectangular reward-RMDPs and applying policy visitation frequency regularization. We introduce a policy-gradient method and prove its convergence. Numerical experiments illustrate the learned policy's robustness and its less conservative behavior when compared to rectangular uncertainty.
