Increasing the Action Gap: New Operators for Reinforcement Learning
Marc G. Bellemare, Georg Ostrovski, Arthur Guez, Philip S. Thomas, Rémi Munos
TL;DR
The paper introduces a consistent Bellman operator that enforces local policy consistency, increases the action gap, and preserves optimality, with extensions to aggregation and Q-value interpolation for continuous spaces. It then broadens to a family of optimality-preserving, gap-increasing operators applicable to general function approximators, including convergent variants like Baird's Advantage Learning and PAL. Theoretical results guarantee optimality preservation under weak conditions, while empirical experiments on a bicycle domain and Atari 2600 games demonstrate substantial performance gains and reduced value-estimation bias. The work suggests that rethinking core value-iteration updates can yield significant practical benefits in high-frequency or large-scale RL settings.
Abstract
This paper introduces new optimality-preserving operators on Q-functions. We first describe an operator for tabular representations, the consistent Bellman operator, which incorporates a notion of local policy consistency. We show that this local consistency leads to an increase in the action gap at each state; increasing this gap, we argue, mitigates the undesirable effects of approximation and estimation errors on the induced greedy policies. This operator can also be applied to discretized continuous space and time problems, and we provide empirical results evidencing superior performance in this context. Extending the idea of a locally consistent operator, we then derive sufficient conditions for an operator to preserve optimality, leading to a family of operators which includes our consistent Bellman operator. As corollaries we provide a proof of optimality for Baird's advantage learning algorithm and derive other gap-increasing operators with interesting properties. We conclude with an empirical study on 60 Atari 2600 games illustrating the strong potential of these new operators.
