paper-with-me

Papers

Reducing Blackwell and Average Optimality to Discounted MDPs via the Blackwell Discount Factor

2023-01-31 · NeurIPS 2023 11

We introduce the Blackwell discount factor for Markov Decision Processes (MDPs). Classical objectives for MDPs include discounted, average, and Blackwell optimality. Many existing approaches to computing average-optimal policies solve for discounted optimal policies with a discount factor close to $1$, but they only work under strong or hard-to-verify assumptions such as ergodicity or weakly communicating MDPs. In this paper, we show that when the discount factor is larger than the Blackwell discount factor $\gamma_{\mathrm{bw}}$, all discounted optimal policies become Blackwell- and average-optimal, and we derive a general upper bound on $\gamma_{\mathrm{bw}}$. The upper bound on $\gamma_{\mathrm{bw}}$ provides the first reduction from average and Blackwell optimality to discounted optimality, without any assumptions, and new polynomial-time algorithms for average- and Blackwell-optimal policies. Our work brings new ideas from the study of polynomials and algebraic numbers to the analysis of MDPs. Our results also apply to robust MDPs, enabling the first algorithms to compute robust Blackwell-optimal policies.

📄 PDF Abstract BibTeX arXiv:2302.00036

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Computation of Blackwell Optimal Policies using Rational Functions

2025-08-25 · Dibyangshu Mukherjee, Shivaram Kalyanakrishnan arxiv

Markov Decision Problems (MDPs) provide a foundational framework for modelling sequential decision-making across diverse domains, guided by optimality criteria such as discounted and average rewards. However, these crite…

Towards Blackwell Optimality: Bellman Optimality Is All You Can Get

2025-10-15 · Victor Boone, Adrienne Tuynman arxiv

Although average gain optimality is a commonly adopted performance measure in Markov Decision Processes (MDPs), it is often too asymptotic. Further incorporating measures of immediate losses leads to the hierarchy of bia…

Issues concerning realizability of Blackwell optimal policies in reinforcement learning

2019-05-20 · Nicholas Denis

N-discount optimality was introduced as a hierarchical form of policy- and value-function optimality, with Blackwell optimality lying at the top level of the hierarchy Veinott (1969); Blackwell (1962). We formalize notio…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Span-Based Optimal Sample Complexity for Average Reward MDPs

2023-11-22 · Matthew Zurek, Yudong Chen

We study the sample complexity of learning an $\varepsilon$-optimal policy in an average-reward Markov decision process (MDP) under a generative model. We establish the complexity bound $\widetilde{O}\left(SA\frac{H}{\va…

Faster Fixed-Point Methods for Multichain MDPs

2025-06-26 · Matthew Zurek, Yudong Chen

We study value-iteration (VI) algorithms for solving general (a.k.a. multichain) Markov decision processes (MDPs) under the average-reward criterion, a fundamental but theoretically challenging setting. Beyond the diffic…