paper-with-me

Papers

Policy Gradient Algorithms for Robust MDPs with Non-Rectangular Uncertainty Sets

2023-05-30 · Mengmeng Li, Daniel Kuhn, Tobias Sutter

We propose policy gradient algorithms for robust infinite-horizon Markov decision processes (MDPs) with non-rectangular uncertainty sets, thereby addressing an open challenge in the robust MDP literature. Indeed, uncertainty sets that display statistical optimality properties and make optimal use of limited data often fail to be rectangular. Unfortunately, the corresponding robust MDPs cannot be solved with dynamic programming techniques and are in fact provably intractable. We first present a randomized projected Langevin dynamics algorithm that solves the robust policy evaluation problem to global optimality but is inefficient. We also propose a deterministic policy gradient method that is efficient but solves the robust policy evaluation problem only approximately, and we prove that the approximation error scales with a new measure of non-rectangularity of the uncertainty set. Finally, we describe an actor-critic algorithm that finds an $\epsilon$-optimal solution for the robust policy improvement problem in $\mathcal{O}(1/\epsilon^4)$ iterations. We thus present the first complete solution scheme for robust MDPs with non-rectangular uncertainty sets offering global optimality guarantees. Numerical experiments show that our algorithms compare favorably against state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2305.19004

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Provably Efficient Algorithms for S- and Non-Rectangular Robust MDPs with General Parameterization

2026-02-11 · Anirudh Satheesh, Ziyi Chen, Furong Huang, Heng Huang arxiv

We study robust Markov decision processes (RMDPs) with general policy parameterization under s-rectangular and non-rectangular uncertainty sets. Prior work is largely limited to tabular policies, and hence either lacks s…

Solving Non-Rectangular Reward-Robust MDPs via Frequency Regularization

2023-09-03 · Uri Gadot, Esther Derman, Navdeep Kumar, Maxence Mohamed Elfatihi 외

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 add…

Dual Formulation for Non-Rectangular Lp Robust Markov Decision Processes

2025-02-13 · Navdeep Kumar, Adarsh Gupta, Maxence Mohamed Elfatihi, Giorgia Ramponi 외

We study robust Markov decision processes (RMDPs) with non-rectangular uncertainty sets, which capture interdependencies across states unlike traditional rectangular models. While non-rectangular robust policy evaluation…

Strongly Polynomial Time Complexity of Policy Iteration for $L_\infty$ Robust MDPs

2026-01-30 · Ali Asadi, Krishnendu Chatterjee, Ehsan Goharshady, Mehrdad Karrabi 외 arxiv

Markov decision processes (MDPs) are a fundamental model in sequential decision making. Robust MDPs (RMDPs) extend this framework by allowing uncertainty in transition probabilities and optimizing against the worst-case …

Decision Making

Policy Gradient for Rectangular Robust Markov Decision Processes

2023-01-31 · NeurIPS 2023 11 · Navdeep Kumar, Esther Derman, Matthieu Geist, Kfir Levy 외

Policy gradient methods have become a standard for training reinforcement learning agents in a scalable and efficient manner. However, they do not account for transition uncertainty, whereas learning robust policies can …

FormPolicy Gradient Methods