paper-with-me

홈 › Papers

Near-optimal Regret Bounds for Stochastic Shortest Path

2020-02-23 · ICML 2020 1 · Alon Cohen, Haim Kaplan, Yishay Mansour, Aviv Rosenberg

Stochastic shortest path (SSP) is a well-known problem in planning and control, in which an agent has to reach a goal state in minimum total expected cost. In the learning formulation of the problem, the agent is unaware of the environment dynamics (i.e., the transition function) and has to repeatedly play for a given number of episodes while reasoning about the problem's optimal solution. Unlike other well-studied models in reinforcement learning (RL), the length of an episode is not predetermined (or bounded) and is influenced by the agent's actions. Recently, Tarbouriech et al. (2019) studied this problem in the context of regret minimization and provided an algorithm whose regret bound is inversely proportional to the square root of the minimum instantaneous cost. In this work we remove this dependence on the minimum cost---we give an algorithm that guarantees a regret bound of $\widetilde{O}(B_\star |S| \sqrt{|A| K})$, where $B_\star$ is an upper bound on the expected cost of the optimal policy, $S$ is the set of states, $A$ is the set of actions and $K$ is the number of episodes. We additionally show that any learning algorithm must have at least $\Omega(B_\star \sqrt{|S| |A| K})$ regret in the worst case.

📄 PDF Abstract BibTeX arXiv:2002.09869

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Finding the Stochastic Shortest Path with Low Regret: The Adversarial Cost and Unknown Transition Case

2021-02-10 · Liyu Chen, Haipeng Luo

We make significant progress toward the stochastic shortest path problem with adversarial costs and unknown transition. Specifically, we develop algorithms that achieve $\widetilde{O}(\sqrt{S^2ADT_\star K})$ regret for t…

Learning Stochastic Shortest Path with Linear Function Approximation

2021-10-25 · Yifei Min, Jiafan He, Tianhao Wang, Quanquan Gu

We study the stochastic shortest path (SSP) problem in reinforcement learning with linear function approximation, where the transition kernel is represented as a linear mixture of unknown models. We call this class of SS…

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…

Regret Guarantees for Linear Contextual Stochastic Shortest Path

2025-11-16 · Dor Polikar, Alon Cohen arxiv

We define the problem of linear Contextual Stochastic Shortest Path (CSSP), where at the beginning of each episode, the learner observes an adversarially chosen context that determines the MDP through a fixed but unknown…

Stochastic Shortest Path: Minimax, Parameter-Free and Towards Horizon-Free Regret

2021-04-22 · NeurIPS 2021 12 · Jean Tarbouriech, Runlong Zhou, Simon S. Du, Matteo Pirotta 외

We study the problem of learning in the stochastic shortest path (SSP) setting, where an agent seeks to minimize the expected cost accumulated before reaching a goal state. We design a novel model-based algorithm EB-SSP …