paper-with-me

홈 › Papers

Reductive MDPs: A Perspective Beyond Temporal Horizons

2022-05-15 · Thomas Spooner, Rui Silva, Joshua Lockhart, Jason Long, Vacslav Glukhov

Solving general Markov decision processes (MDPs) is a computationally hard problem. Solving finite-horizon MDPs, on the other hand, is highly tractable with well known polynomial-time algorithms. What drives this extreme disparity, and do problems exist that lie between these diametrically opposed complexities? In this paper we identify and analyse a sub-class of stochastic shortest path problems (SSPs) for general state-action spaces whose dynamics satisfy a particular drift condition. This construction generalises the traditional, temporal notion of a horizon via decreasing reachability: a property called reductivity. It is shown that optimal policies can be recovered in polynomial-time for reductive SSPs -- via an extension of backwards induction -- with an efficient analogue in reductive MDPs. The practical considerations of the proposed approach are discussed, and numerical verification provided on a canonical optimal liquidation problem.

📄 PDF Abstract BibTeX arXiv:2205.07338

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Importance of Multistability for Horizon Generalization in Reinforcement Learning

2026-05-12 · Asad Bakija, Florent De Geeter, Julien Brandoit, Pierre Sacré 외 arxiv

In reinforcement learning (RL), agents acting in partially observable Markov decision processes (POMDPs) must rely on memory, typically encoded in a recurrent neural network (RNN), to integrate information from past obse…

Reinforcement Learning

Monte Carlo Value Iteration with Macro-Actions

2011-12-01 · NeurIPS 2011 12 · Zhan Lim, Lee Sun, David Hsu

POMDP planning faces two major computational challenges: large state spaces and long planning horizons. The recently introduced Monte Carlo Value Iteration (MCVI) can tackle POMDPs with very large discrete state spaces o…

RL in Latent MDPs is Tractable: Online Guarantees via Off-Policy Evaluation

2024-06-03 · Jeongyeol Kwon, Shie Mannor, Constantine Caramanis, Yonathan Efroni

In many real-world decision problems there is partially observed, hidden or latent information that remains fixed throughout an interaction. Such decision problems can be modeled as Latent Markov Decision Processes (LMDP…

LEMMAOff-policy evaluation

Beyond Stationarity: Convergence Analysis of Stochastic Softmax Policy Gradient Methods

2023-10-04 · Sara Klein, Simon Weissmann, Leif Döring

Markov Decision Processes (MDPs) are a formal framework for modeling and solving sequential decision-making problems. In finite-time horizons such problems are relevant for instance for optimal stopping or specific suppl…

Decision MakingPolicy Gradient MethodsSequential Decision Making

rho-POMDPs have Lipschitz-Continuous epsilon-Optimal Value Functions

2018-12-01 · NeurIPS 2018 12 · Mathieu Fehr, Olivier Buffet, Vincent Thomas, Jilles Dibangoye

Many state-of-the-art algorithms for solving Partially Observable Markov Decision Processes (POMDPs) rely on turning the problem into a “fully observable” problem—a belief MDP—and exploiting the piece-wise linearity and …