LGAINov 1, 2019

Generalized Speedy Q-learning

arXiv:1911.00397v220 citations
Originality Incremental advance
AI Analysis

This work addresses convergence issues in reinforcement learning algorithms, offering an incremental improvement for researchers and practitioners in the field.

The paper tackles the slow convergence of Watkins' Q-learning in reinforcement learning by proposing Generalized Speedy Q-learning (GSQL-w), a family of algorithms derived from a generalized Bellman operator, which shows improved finite-time performance bounds compared to Speedy Q-learning for relaxation parameters greater than 1, as supported by numerical experiments.

In this paper, we derive a generalization of the Speedy Q-learning (SQL) algorithm that was proposed in the Reinforcement Learning (RL) literature to handle slow convergence of Watkins' Q-learning. In most RL algorithms such as Q-learning, the Bellman equation and the Bellman operator play an important role. It is possible to generalize the Bellman operator using the technique of successive relaxation. We use the generalized Bellman operator to derive a simple and efficient family of algorithms called Generalized Speedy Q-learning (GSQL-w) and analyze its finite time performance. We show that GSQL-w has an improved finite time performance bound compared to SQL for the case when the relaxation parameter w is greater than 1. This improvement is a consequence of the contraction factor of the generalized Bellman operator being less than that of the standard Bellman operator. Numerical experiments are provided to demonstrate the empirical performance of the GSQL-w algorithm.

Code Implementations1 repo
Foundations

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

Your Notes