paper-with-me

홈 › Papers

Narrowing the Gap between Adversarial and Stochastic MDPs via Policy Optimization

2024-07-08 · Daniil Tiapkin, Evgenii Chzhen, Gilles Stoltz

In this paper, we consider the problem of learning in adversarial Markov decision processes [MDPs] with an oblivious adversary in a full-information setting. The agent interacts with an environment during $T$ episodes, each of which consists of $H$ stages, and each episode is evaluated with respect to a reward function that will be revealed only at the end of the episode. We propose an algorithm, called APO-MVP, that achieves a regret bound of order $\tilde{\mathcal{O}}(\mathrm{poly}(H)\sqrt{SAT})$, where $S$ and $A$ are sizes of the state and action spaces, respectively. This result improves upon the best-known regret bound by a factor of $\sqrt{S}$, bridging the gap between adversarial and stochastic MDPs, and matching the minimax lower bound $\Omega(\sqrt{H^3SAT})$ as far as the dependencies in $S,A,T$ are concerned. The proposed algorithm and analysis completely avoid the typical tool given by occupancy measures; instead, it performs policy optimization based only on dynamic programming and on a black-box online linear optimization strategy run over estimated advantage functions, making it easy to implement. The analysis leverages two recent techniques: policy optimization based on online linear optimization strategies (Jonckheere et al., 2023) and a refined martingale analysis of the impact on values of estimating transitions kernels (Zhang et al., 2023).

📄 PDF Abstract BibTeX arXiv:2407.05704

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Best-of-Both-Worlds Policy Optimization for CMDPs with Bandit Feedback

2024-10-03 · Francesco Emanuele Stradi, Anna Lunghi, Matteo Castiglioni, Alberto Marchesi 외

We study online learning in constrained Markov decision processes (CMDPs) in which rewards and constraints may be either stochastic or adversarial. In such settings, Stradi et al.(2024) proposed the first best-of-both-wo…

Primal-Dual Policy Optimization for Linear CMDPs with Adversarial Losses

2026-05-12 · Kihyun Yu, Seoungbin Bae, Dabeen Lee arxiv

Existing work on linear constrained Markov decision processes (CMDPs) has primarily focused on stochastic settings, where the losses and costs are either fixed or drawn from fixed distributions. However, such formulation…

A Theoretical Analysis of Optimistic Proximal Policy Optimization in Linear Markov Decision Processes

2023-05-15 · NeurIPS 2023 11

The proximal policy optimization (PPO) algorithm stands as one of the most prosperous methods in the field of reinforcement learning (RL). Despite its success, the theoretical understanding of PPO remains deficient. Spec…

2kReinforcement Learning (RL)

An Improved Model-Free Decision-Estimation Coefficient with Applications in Adversarial MDPs

2025-10-10 · Haolin Liu, Chen-Yu Wei, Julian Zimmert arxiv

We study decision making with structured observation (DMSO). Previous work (Foster et al., 2021b, 2023a) has characterized the complexity of DMSO via the decision-estimation coefficient (DEC), but left a gap between the …

Decision Making

Learning Adversarial MDPs with Stochastic Hard Constraints

2024-03-06 · Francesco Emanuele Stradi, Matteo Castiglioni, Alberto Marchesi, Nicola Gatti

We study online learning problems in constrained Markov decision processes (CMDPs) with adversarial losses and stochastic hard constraints. We consider two different scenarios. In the first one, we address general CMDPs,…

Autonomous DrivingRecommendation Systems