# Accelerated Target Updates for Q-learning

**Authors:** Bowen Weng, Huaqing Xiong, Wei Zhang

arXiv: 1905.02841 · 2019-05-14

## TL;DR

This paper introduces an accelerated Q-learning method that uses historical iterates inspired by momentum techniques, leading to faster convergence in various reinforcement learning tasks.

## Contribution

It proposes a novel accelerated target update scheme for Q-learning based on momentum-inspired ideas, with proven convergence conditions.

## Key findings

- Accelerated algorithms outperform vanilla Q-learning in convergence speed.
- Validated on multiple RL benchmarks including Atari and control problems.
- Shows improved performance in standard RL environments.

## Abstract

This paper studies accelerations in Q-learning algorithms. We propose an accelerated target update scheme by incorporating the historical iterates of Q functions. The idea is conceptually inspired by the momentum-based accelerated methods in the optimization theory. Conditions under which the proposed accelerated algorithms converge are established. The algorithms are validated using commonly adopted testing problems in reinforcement learning, including the FrozenLake grid world game, two discrete-time LQR problems from the Deepmind Control Suite, and the Atari 2600 games. Simulation results show that the proposed accelerated algorithms can improve the convergence performance compared with the vanilla Q-learning algorithm.

---
Source: https://tomesphere.com/paper/1905.02841