SOTAVerified

Momentum in Reinforcement Learning

2019-10-21Unverified0· sign in to hype

Nino Vieillard, Bruno Scherrer, Olivier Pietquin, Matthieu Geist

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We adapt the optimization's concept of momentum to reinforcement learning. Seeing the state-action value functions as an analog to the gradients in optimization, we interpret momentum as an average of consecutive q-functions. We derive Momentum Value Iteration (MoVI), a variation of Value Iteration that incorporates this momentum idea. Our analysis shows that this allows MoVI to average errors over successive iterations. We show that the proposed approach can be readily extended to deep learning. Specifically, we propose a simple improvement on DQN based on MoVI, and experiment it on Atari games.

Tasks

Reproductions