LGJun 7, 2023

Convergence of SARSA with linear function approximation: The random horizon case

arXiv:2306.04548v1
Originality Synthesis-oriented
AI Analysis

This work addresses a theoretical gap for reinforcement learning practitioners by extending convergence guarantees to random horizon MDPs, but it is incremental as it builds on prior infinite horizon results.

The paper tackles the convergence of SARSA with linear function approximation for random horizon Markov decision problems, showing that under certain conditions (ε-soft and Lipschitz continuous behavior policy with small Lipschitz constant), the algorithm converges with probability one.

The reinforcement learning algorithm SARSA combined with linear function approximation has been shown to converge for infinite horizon discounted Markov decision problems (MDPs). In this paper, we investigate the convergence of the algorithm for random horizon MDPs, which has not previously been shown. We show, similar to earlier results for infinite horizon discounted MDPs, that if the behaviour policy is $\varepsilon$-soft and Lipschitz continuous with respect to the weight vector of the linear function approximation, with small enough Lipschitz constant, then the algorithm will converge with probability one when considering a random horizon MDP.

Foundations

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

Your Notes