Solving Robust MDPs through No-Regret Dynamics
Etash Kumar Guha
TL;DR
The paper tackles robustness in reinforcement learning by formulating Robust MDPs as a two‑player no‑regret minimax game between a policy player and an environment player. It develops a flexible online‑learning framework that leverages gradient‑dominance to use a projected gradient descent oracle, achieving an overall robustness convergence rate of $O\left(\frac{1}{\sqrt{T}}\right)$ in the direct parameterization setting. The approach generalizes to faster rates under smoothness or strong gradient‑dominance and is validated empirically on GridWorld, showing competitive convergence with existing methods under various uncertainty shapes. By marrying no‑regret dynamics with robust MDPs, the work offers scalable, broadly applicable algorithms with concrete convergence guarantees.
Abstract
Reinforcement Learning is a powerful framework for training agents to navigate different situations, but it is susceptible to changes in environmental dynamics. However, solving Markov Decision Processes that are robust to changes is difficult due to nonconvexity and size of action or state spaces. While most works have analyzed this problem by taking different assumptions on the problem, a general and efficient theoretical analysis is still missing. However, we generate a simple framework for improving robustness by solving a minimax iterative optimization problem where a policy player and an environmental dynamics player are playing against each other. Leveraging recent results in online nonconvex learning and techniques from improving policy gradient methods, we yield an algorithm that maximizes the robustness of the Value Function on the order of $\mathcal{O}\left(\frac{1}{T^{\frac{1}{2}}}\right)$ where $T$ is the number of iterations of the algorithm.
