Policy Gradient in Robust MDPs with Global Convergence Guarantee
Qiuhao Wang, Chin Pang Ho, Marek Petrik
TL;DR
This work tackles robust MDPs by introducing the Double-Loop Robust Policy Gradient (DRPG), a generic policy-gradient scheme with a guaranteed global optimum for tabular $s$-rectangular RMDPs. DRPG employs two nested loops: an outer loop performing projected policy-gradient updates and an inner loop approximately solving the worst-case transition maximization over a compact ambiguity set, with a decreasing tolerance sequence to ensure stability. The analysis leverages the Moreau envelope to obtain a differentiable surrogate and proves a gradient-dominance-type condition that yields convergence to an $\epsilon$-global optimum in $\mathcal{O}(\epsilon^{-4})$ steps; a parametric transition representation enhances inner-loop scalability. Empirical results on Garnet benchmarks and an inventory-management example confirm DRPG’s global convergence and its robustness advantage over non-robust policy gradients, illustrating practical applicability to larger domains.
Abstract
Robust Markov decision processes (RMDPs) provide a promising framework for computing reliable policies in the face of model errors. Many successful reinforcement learning algorithms build on variations of policy-gradient methods, but adapting these methods to RMDPs has been challenging. As a result, the applicability of RMDPs to large, practical domains remains limited. This paper proposes a new Double-Loop Robust Policy Gradient (DRPG), the first generic policy gradient method for RMDPs. In contrast with prior robust policy gradient algorithms, DRPG monotonically reduces approximation errors to guarantee convergence to a globally optimal policy in tabular RMDPs. We introduce a novel parametric transition kernel and solve the inner loop robust policy via a gradient-based method. Finally, our numerical results demonstrate the utility of our new algorithm and confirm its global convergence properties.
