Mirror Descent Policy Optimisation for Robust Constrained Markov Decision Processes
David M. Bossens, Atsushi Nitanda
TL;DR
<3-5 sentence high-level_summary> This paper tackles Safe Reinforcement Learning under epistemic uncertainty by formulating robust constrained MDPs (RCMDPs) and introducing Mirror Descent Policy Optimisation (MDPO) that jointly optimises the policy and an adversarial transition kernel via a robust Lagrangian. It develops Robust_Sample-based_PMD-PD with Transition_Mirror_Ascent (TMA) inner optimization, along with Approximate_TMA, achieving the state-of-the-art sample-based convergence rates: $\tilde{\mathcal{O}}(1/T^{1/3})$ for rectangular RCMDPs and $\tilde{\mathcal{O}}(1/T^{1/5})$ for non-rectangular cases, and provides a practical MDPO_Robust_Lagrangian_-based implementation. The work also extends to continuous spaces using a continuous pseudo-KL divergence of occupancy and demonstrates strong empirical gains across Cartpole and Inventory Management domains, highlighting improved robustness and constrained performance. Overall, the approach offers scalable, theoretically grounded, single-simulator RCMDP optimization with practical deep-RL integrations.
Abstract
Safety is an essential requirement for reinforcement learning systems. The newly emerging framework of robust constrained Markov decision processes allows learning policies that satisfy long-term constraints while providing guarantees under epistemic uncertainty. This paper presents mirror descent policy optimisation for robust constrained Markov decision processes, making use of policy gradient techniques to optimise both the policy (as a maximiser) and the transition kernel (as an adversarial minimiser) on the Lagrangian representing a constrained Markov decision process. Our proposed algorithm obtains an $\tilde{\mathcal{O}}\left(1/T^{1/3}\right)$ convergence rate in the sample-based robust constrained Markov decision process setting. The paper also contributes an algorithm for approximate gradient descent in the space of transition kernels, which is of independent interest for designing adversarial environments in general Markov decision processes. Experiments confirm the benefits of mirror descent policy optimisation in constrained and unconstrained optimisation, and significant improvements are observed in robustness tests when compared to baseline policy optimisation algorithms.
