paper-with-me

Papers

Sample Complexity of Distributionally Robust Average-Reward Reinforcement Learning

2025-05-15 · Zijun Chen, Shengbo Wang, Nian Si

Motivated by practical applications where stable long-term performance is critical-such as robotics, operations research, and healthcare-we study the problem of distributionally robust (DR) average-reward reinforcement learning. We propose two algorithms that achieve near-optimal sample complexity. The first reduces the problem to a DR discounted Markov decision process (MDP), while the second, Anchored DR Average-Reward MDP, introduces an anchoring state to stabilize the controlled transition kernels within the uncertainty set. Assuming the nominal MDP is uniformly ergodic, we prove that both algorithms attain a sample complexity of $\widetilde{O}\left(|\mathbf{S}||\mathbf{A}| t_{\mathrm{mix}}^2\varepsilon^{-2}\right)$ for estimating the optimal policy as well as the robust average reward under KL and $f_k$-divergence-based uncertainty sets, provided the uncertainty radius is sufficiently small. Here, $\varepsilon$ is the target accuracy, $|\mathbf{S}|$ and $|\mathbf{A}|$ denote the sizes of the state and action spaces, and $t_{\mathrm{mix}}$ is the mixing time of the nominal MDP. This represents the first finite-sample convergence guarantee for DR average-reward reinforcement learning. We further validate the convergence rates of our algorithms through numerical experiments.

📄 PDF Abstract BibTeX arXiv:2505.10007

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

A Finite-Sample Analysis of Distributionally Robust Average-Reward Reinforcement Learning

2025-05-18 · Zachary Roch, Chi Zhang, George Atia, Yue Wang

Robust reinforcement learning (RL) under the average-reward criterion is crucial for long-term decision making under potential environment mismatches, yet its finite-sample complexity study remains largely unexplored. Ex…

Reinforcement Learning (RL)

Finite-Time Convergence and Sample Complexity of Multi-Agent Actor-Critic Reinforcement Learning with Average Reward

2021-09-29 · ICLR 2022 4 · FNU Hairi, Jia Liu, Songtao Lu

In this paper, we establish the first finite-time convergence result of the actor-critic algorithm for fully decentralized multi-agent reinforcement learning (MARL) problems with average reward. In this problem, a set o…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Sample Complexity of Average-Reward Q-Learning: From Single-agent to Federated Reinforcement Learning

2026-01-20 · Yuchen Jiao, Jiin Woo, Gen Li, Gauri Joshi 외 arxiv

Average-reward reinforcement learning offers a principled framework for long-term decision-making by maximizing the mean reward per time step. Although Q-learning is a widely used model-free algorithm with established sa…

Reinforcement Learning

Finite-Sample Analysis of Policy Evaluation for Robust Average Reward Reinforcement Learning

2025-02-24 · Yang Xu, Washim Uddin Mondal, Vaneet Aggarwal

We present the first finite-sample analysis for policy evaluation in robust average-reward Markov Decision Processes (MDPs). Prior works in this setting have established only asymptotic convergence guarantees, leaving op…

Learning Theory

Wasserstein Distributionally Robust Regret Optimization for Reinforcement Learning from Human Feedback

2026-04-30 · Yikai Wang, Shang Liu, Jose Blanchet arxiv

Reinforcement learning from human feedback (RLHF) is a central post-training tool for aligning large language models, but its training reward is only a learned proxy for true human utility. This creates a decision proble…

Reinforcement Learning