LGAug 5, 2021

An Elementary Proof that Q-learning Converges Almost Surely

arXiv:2108.02827v111 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of making Q-learning convergence proofs more accessible to learners in reinforcement learning, though it is incremental as it reproduces existing results with a simplified approach.

The paper provides a complete and self-contained proof that Q-learning converges almost surely, using only one external result from stochastic approximation to simplify understanding for students.

Watkins' and Dayan's Q-learning is a model-free reinforcement learning algorithm that iteratively refines an estimate for the optimal action-value function of an MDP by stochastically "visiting" many state-ation pairs [Watkins and Dayan, 1992]. Variants of the algorithm lie at the heart of numerous recent state-of-the-art achievements in reinforcement learning, including the superhuman Atari-playing deep Q-network [Mnih et al., 2015]. The goal of this paper is to reproduce a precise and (nearly) self-contained proof that Q-learning converges. Much of the available literature leverages powerful theory to obtain highly generalizable results in this vein. However, this approach requires the reader to be familiar with and make many deep connections to different research areas. A student seeking to deepen their understand of Q-learning risks becoming caught in a vicious cycle of "RL-learning Hell". For this reason, we give a complete proof from start to finish using only one external result from the field of stochastic approximation, despite the fact that this minimal dependence on other results comes at the expense of some "shininess".

Foundations

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

Your Notes