paper-with-me

홈 › Papers

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 bias optimalities, all the way up to Blackwell optimality. In this paper, we investigate the problem of identifying policies of such optimality orders. To that end, for each order, we construct a learning algorithm with vanishing probability of error. Furthermore, we characterize the class of MDPs for which identification algorithms can stop in finite time. That class corresponds to the MDPs with a unique Bellman optimal policy, and does not depend on the optimality order considered. Lastly, we provide a tractable stopping rule that when coupled to our learning algorithm triggers in finite time whenever it is possible to do so.

📄 PDF Abstract BibTeX arXiv:2510.13476

Code (0)

등록된 구현이 없습니다.

Similar 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 …

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)

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…

Gradual Transition from Bellman Optimality Operator to Bellman Operator in Online Reinforcement Learning

2025-06-06 · Motoki Omura, Kazuki Ota, Takayuki Osa, Yusuke Mukuta 외

For continuous action spaces, actor-critic methods are widely used in online reinforcement learning (RL). However, unlike RL algorithms for discrete actions, which generally model the optimal value function using the Bel…

Reinforcement Learning (RL)

Classical Policy Gradient: Preserving Bellman's Principle of Optimality

2019-06-06 · Philip S. Thomas, Scott M. Jordan, Yash Chandak, Chris Nota 외

We propose a new objective function for finite-horizon episodic Markov decision processes that better captures Bellman's principle of optimality, and provide an expression for the gradient of the objective.