Convergent Reinforcement Learning Algorithms for Stochastic Shortest Path Problem
Soumyajit Guin, Shalabh Bhatnagar
TL;DR
The paper tackles stochastic shortest path problems by introducing two convergent tabular two-timescale algorithms (AC and CA) and one function-approximation-based AC algorithm (AC-FA). It provides rigorous convergence guarantees for all variants via two-timescale stochastic approximation, ODE/DI analyses, and Lyapunov arguments. Empirical results show the tabular methods outperform common convergent baselines (Q-Learning, SARSA), while the FA method demonstrates reliable convergence where alternatives may diverge or chatter. Overall, the work delivers principled, model-free SSP solutions with convergence guarantees and practical performance, and points to extensions like constrained optimization and Natural Actor-Critic approaches for broader applicability.
Abstract
In this paper we propose two algorithms in the tabular setting and an algorithm for the function approximation setting for the Stochastic Shortest Path (SSP) problem. SSP problems form an important class of problems in Reinforcement Learning (RL), as other types of cost-criteria in RL can be formulated in the setting of SSP. We show asymptotic almost-sure convergence for all our algorithms. We observe superior performance of our tabular algorithms compared to other well-known convergent RL algorithms. We further observe reliable performance of our function approximation algorithm compared to other algorithms in the function approximation setting.
