paper-with-me

Papers

Sample Complexity Bounds for Stochastic Shortest Path with a Generative Model

2026-04-17 · Jean Tarbouriech, Matteo Pirotta, Michal Valko, Alessandro Lazaric arxiv

We study the sample complexity of learning an $ε$-optimal policy in the Stochastic Shortest Path (SSP) problem. We first derive sample complexity bounds when the learner has access to a generative model. We show that there exists a worst-case SSP instance with $S$ states, $A$ actions, minimum cost $c_{\min}$, and maximum expected cost of the optimal policy over all states $B_{\star}$, where any algorithm requires at least $Ω(SAB_{\star}^3/(c_{\min}ε^2))$ samples to return an $ε$-optimal policy with high probability. Surprisingly, this implies that whenever $c_{\min} = 0$ an SSP problem may not be learnable, thus revealing that learning in SSPs is strictly harder than in the finite-horizon and discounted settings. We complement this lower bound with an algorithm that matches it, up to logarithmic factors, in the general case, and an algorithm that matches it up to logarithmic factors even when $c_{\min} = 0$, but only under the condition that the optimal policy has a bounded hitting time to the goal state.

📄 PDF Abstract BibTeX arXiv:2604.16111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-Optimal Algorithms for Autonomous Exploration and Multi-Goal Stochastic Shortest Path

2022-05-22 · Haoyuan Cai, Tengyu Ma, Simon Du

We revisit the incremental autonomous exploration problem proposed by Lim & Auer (2012). In this setting, the agent aims to learn a set of near-optimal goal-conditioned policies to reach the $L$-controllable states: stat…

Reaching Goals is Hard: Settling the Sample Complexity of the Stochastic Shortest Path

2022-10-10 · Liyu Chen, Andrea Tirinzoni, Matteo Pirotta, Alessandro Lazaric

We study the sample complexity of learning an $\epsilon$-optimal policy in the Stochastic Shortest Path (SSP) problem. We first derive sample complexity bounds when the learner has access to a generative model. We show t…

Offline Stochastic Shortest Path: Learning, Evaluation and Towards Optimality

2022-06-10 · Ming Yin, Wenjing Chen, Mengdi Wang, Yu-Xiang Wang

Goal-oriented Reinforcement Learning, where the agent needs to reach the goal state while simultaneously minimizing the cost, has received significant attention in real-world applications. Its theoretical formulation, st…

Regret Bounds for Stochastic Shortest Path Problems with Linear Function Approximation

2021-05-04 · Daniel Vial, Advait Parulekar, Sanjay Shakkottai, R. Srikant

We propose an algorithm that uses linear function approximation (LFA) for stochastic shortest path (SSP). Under minimal assumptions, it obtains sublinear regret, is computationally efficient, and uses stationary policies…

Computational Approaches for Stochastic Shortest Path on Succinct MDPs

2018-04-24 · Krishnendu Chatterjee, Hongfei Fu, Amir Kafshdar Goharshady, Nastaran Okati

We consider the stochastic shortest path (SSP) problem for succinct Markov decision processes (MDPs), where the MDP consists of a set of variables, and a set of nondeterministic rules that update the variables. First, we…