paper-with-me

홈 › Papers

Scalable First-Order Methods for Robust MDPs

2020-05-11 · Julien Grand-Clément, Christian Kroer

Robust Markov Decision Processes (MDPs) are a powerful framework for modeling sequential decision-making problems with model uncertainty. This paper proposes the first first-order framework for solving robust MDPs. Our algorithm interleaves primal-dual first-order updates with approximate Value Iteration updates. By carefully controlling the tradeoff between the accuracy and cost of Value Iteration updates, we achieve an ergodic convergence rate of $O \left( A^{2} S^{3}\log(S)\log(\epsilon^{-1}) \epsilon^{-1} \right)$ for the best choice of parameters on ellipsoidal and Kullback-Leibler $s$-rectangular uncertainty sets, where $S$ and $A$ is the number of states and actions, respectively. Our dependence on the number of states and actions is significantly better (by a factor of $O(A^{1.5}S^{1.5})$) than that of pure Value Iteration algorithms. In numerical experiments on ellipsoidal uncertainty sets we show that our algorithm is significantly more scalable than state-of-the-art approaches. Our framework is also the first one to solve robust MDPs with $s$-rectangular KL uncertainty sets.

📄 PDF Abstract BibTeX arXiv:2005.05434

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingSequential Decision Making

Similar Papers 제목 키워드 기반

Risk-Averse MDPs under Reward Ambiguity

2023-01-03 · Haolin Ruan, Zhi Chen, Chin Pang Ho

We propose a distributionally robust return-risk model for Markov decision processes (MDPs) under risk and reward ambiguity. The proposed model optimizes the weighted average of mean and percentile performances, and it c…

Scalable spectral representations for multi-agent reinforcement learning in network MDPs

2024-10-22 · Zhaolin Ren, Runyu Zhang, Bo Dai, Na Li

Network Markov Decision Processes (MDPs), a popular model for multi-agent control, pose a significant challenge to efficient learning due to the exponential growth of the global state-action space with the number of agen…

Multi-agent Reinforcement Learning

A Heuristic Search Algorithm for Solving First-Order MDPs

2014-08-09 · Eldar Karabaev, Olga Skvortsova

We present a heuristic search algorithm for solving first-order MDPs (FOMDPs). Our approach combines first-order state abstraction that avoids evaluating states individually, and heuristic search that avoids evaluating a…

Heuristic Search

A Novel MDP Decomposition Framework for Scalable UAV Mission Planning in Complex and Uncertain Environments

2025-11-30 · Md Muzakkir Quamar, Ali Nasir, Sami ELFerik arxiv

This paper presents a scalable and fault-tolerant framework for unmanned aerial vehicle (UAV) mission management in complex and uncertain environments. The proposed approach addresses the computational bottleneck inheren…

Stochastic first-order methods for average-reward Markov decision processes

2022-05-11 · Tianjiao Li, Feiyang Wu, Guanghui Lan

We study average-reward Markov decision processes (AMDPs) and develop novel first-order methods with strong theoretical guarantees for both policy optimization and policy evaluation. Compared with intensive research effo…

Policy Gradient Methods