paper-with-me

Papers

Online Learning in MDPs with Partially Adversarial Transitions and Losses

2026-02-10 · Ofir Schlisselberg, Tal Lancewicki, Yishay Mansour arxiv

We study reinforcement learning in MDPs whose transition function is stochastic at most steps but may behave adversarially at a fixed subset of $Λ$ steps per episode. This model captures environments that are stable except at a few vulnerable points. We introduce \emph{conditioned occupancy measures}, which remain stable across episodes even with adversarial transitions, and use them to design two algorithms. The first handles arbitrary adversarial steps and achieves regret $\tilde{O}(H S^Λ\sqrt{K S A^{Λ+1}})$, where $K$ is the number of episodes, $S$ is the number of state, $A$ is the number of actions and $H$ is the episode's horizon. The second, assuming the adversarial steps are consecutive, improves the dependence on $S$ to $\tilde{O}(H\sqrt{K S^{3} A^{Λ+1}})$. We further give a $K^{2/3}$-regret reduction that removes the need to know which steps are the $Λ$ adversarial steps. We also characterize the regret of adversarial MDPs in the \emph{fully adversarial} setting ($Λ=H-1$) both for full-information and bandit feedback, and provide almost matching upper and lower bounds (slightly strengthen existing lower bounds, and clarify how different feedback structures affect the hardness of learning).

📄 PDF Abstract BibTeX arXiv:2602.09474

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Learning from Adversarial Preferences in Tabular MDPs

2025-07-15 · Taira Tsuchiya, Shinji Ito, Haipeng Luo arxiv

We introduce a new framework of episodic tabular Markov decision processes (MDPs) with adversarial preferences, which we refer to as preference-based MDPs (PbMDPs). Unlike standard episodic MDPs with adversarial losses, …

Reinforcement Learning

Adapting to Stochastic and Adversarial Losses in Episodic MDPs with Aggregate Bandit Feedback

2025-10-20 · Shinji Ito, Kevin Jamieson, Haipeng Luo, Arnab Maiti 외 arxiv

We study online learning in finite-horizon episodic Markov decision processes (MDPs) under the challenging aggregate bandit feedback model, where the learner observes only the cumulative loss incurred in each episode, ra…

MetaCURL: Non-stationary Concave Utility Reinforcement Learning

2024-05-30 · Bianca Marin Moreno, Margaux Brégère, Pierre Gaillard, Nadia Oudjane

We explore online learning in episodic loop-free Markov decision processes on non-stationary environments (changing losses and probability transitions). Our focus is on the Concave Utility Reinforcement Learning problem …

reinforcement-learningReinforcement Learning

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

Follow-the-Perturbed-Leader for Adversarial Markov Decision Processes with Bandit Feedback

2022-05-26 · Yan Dai, Haipeng Luo, Liyu Chen

We consider regret minimization for Adversarial Markov Decision Processes (AMDPs), where the loss functions are changing over time and adversarially chosen, and the learner only observes the losses for the visited state-…