LGApr 22, 2021

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

arXiv:2104.11186v238 citations
AI Analysis

This work addresses efficient reinforcement learning in SSP problems for agents, providing a near-optimal and practical algorithm with potential applications in robotics and planning.

The paper tackles the problem of learning in stochastic shortest path (SSP) settings by designing a model-based algorithm called EB-SSP that achieves minimax regret rate O(B_* sqrt(S A K)), closing the gap with the lower bound, and it is parameter-free, not requiring prior knowledge of B_* or T_*.

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 that carefully skews the empirical transitions and perturbs the empirical costs with an exploration bonus to induce an optimistic SSP problem whose associated value iteration scheme is guaranteed to converge. We prove that EB-SSP achieves the minimax regret rate $\tilde{O}(B_{\star} \sqrt{S A K})$, where $K$ is the number of episodes, $S$ is the number of states, $A$ is the number of actions, and $B_{\star}$ bounds the expected cumulative cost of the optimal policy from any state, thus closing the gap with the lower bound. Interestingly, EB-SSP obtains this result while being parameter-free, i.e., it does not require any prior knowledge of $B_{\star}$, nor of $T_{\star}$, which bounds the expected time-to-goal of the optimal policy from any state. Furthermore, we illustrate various cases (e.g., positive costs, or general costs when an order-accurate estimate of $T_{\star}$ is available) where the regret only contains a logarithmic dependence on $T_{\star}$, thus yielding the first (nearly) horizon-free regret bound beyond the finite-horizon MDP setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes