LGAIJul 13, 2025

An Analysis of Action-Value Temporal-Difference Methods That Learn State Values

arXiv:2507.09523v2h-index: 22
Originality Incremental advance
AI Analysis

This work addresses the problem of improving sample efficiency in reinforcement learning for researchers and practitioners, but it is incremental as it builds on existing algorithmic families.

The paper analyzed action-value temporal-difference methods that learn state values, finding that AV-learning methods offer major benefits over Q-learning in control settings, with their new algorithm RDQ outperforming Dueling DQN in the MinAtar benchmark.

The hallmark feature of temporal-difference (TD) learning is bootstrapping: using value predictions to generate new value predictions. The vast majority of TD methods for control learn a policy by bootstrapping from a single action-value function (e.g., Q-learning and Sarsa). Significantly less attention has been given to methods that bootstrap from two asymmetric value functions: i.e., methods that learn state values as an intermediate step in learning action values. Existing algorithms in this vein can be categorized as either QV-learning or AV-learning. Though these algorithms have been investigated to some degree in prior work, it remains unclear if and when it is advantageous to learn two value functions instead of just one -- and whether such approaches are theoretically sound in general. In this paper, we analyze these algorithmic families in terms of convergence and sample efficiency. We find that while both families are more efficient than Expected Sarsa in the prediction setting, only AV-learning methods offer any major benefit over Q-learning in the control setting. Finally, we introduce a new AV-learning algorithm called Regularized Dueling Q-learning (RDQ), which significantly outperforms Dueling DQN in the MinAtar benchmark.

Foundations

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

Your Notes