paper-with-me

Papers

Online Learning for Stochastic Shortest Path Model via Posterior Sampling

2021-06-09 · Mehdi Jafarnia-Jahromi, Liyu Chen, Rahul Jain, Haipeng Luo

We consider the problem of online reinforcement learning for the Stochastic Shortest Path (SSP) problem modeled as an unknown MDP with an absorbing state. We propose PSRL-SSP, a simple posterior sampling-based reinforcement learning algorithm for the SSP problem. The algorithm operates in epochs. At the beginning of each epoch, a sample is drawn from the posterior distribution on the unknown model dynamics, and the optimal policy with respect to the drawn sample is followed during that epoch. An epoch completes if either the number of visits to the goal state in the current epoch exceeds that of the previous epoch, or the number of visits to any of the state-action pairs is doubled. We establish a Bayesian regret bound of $O(B_\star S\sqrt{AK})$, where $B_\star$ is an upper bound on the expected cost of the optimal policy, $S$ is the size of the state space, $A$ is the size of the action space, and $K$ is the number of episodes. The algorithm only requires the knowledge of the prior distribution, and has no hyper-parameters to tune. It is the first such posterior sampling algorithm and outperforms numerically previously proposed optimism-based algorithms.

📄 PDF Abstract BibTeX arXiv:2106.05335

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Sampling Social Networks Using Shortest Paths

2020-05-13 · ‏‏‎ ‎ 2020 5 · Alireza Rezvanian, Mohammad Reza Meybodi

In recent years, online social networks (OSN) have emerged as a platform of sharing variety of information about people, and their interests, activities, events and news from real worlds. Due to the large scale and acces…

A Stabilized Path-Space Approach to Diffusion-Based Posterior Sampling

2026-06-10 · Evan Scope Crafts, Umberto Villa, Saviz Mowlavi, Yanting Ma 외 arxiv

Diffusion models provide expressive data-driven priors for Bayesian inverse problems, but many diffusion posterior samplers rely on heuristic guidance approximations that can fail for nonlinear operators and multimodal p…

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…

Dijkstra as an Oracle for Online Stochastic Shortest Path Navigation with Provable Guarantees

2026-08-18 · Mansur M. Arief, Ali Akarma, Ahmad Alfan Alfian Irfan arxiv

Mobile robots that operate in side by side with humans and critical facilities must reach their goals at low cost, despite often unknown true traversal costs of the map apriori and imperfect actuation. Planners that solv…

Robot Navigation

Bayesian learning for the stochastic shortest path problem

2026-06-03 · Chon Wai Ho, Sumeetpal S. Singh, Jiaqi Guo arxiv

Sequential decision-making problems are often modelled as a Markov decision process (MDP). We focus on the stochastic shortest path (SSP) problem, which is an infinite-horizon undiscounted MDP with absorbing terminal sta…