NeurIPS 2018poster50 citations
Fast deep reinforcement learning using online adjustments from the past
Steven Hansen, Alexander Pritzel, Pablo Sprechmann, Andre Barreto, Charles Blundell
Abstract
We propose Ephemeral Value Adjusments (EVA): a means of allowing deep reinforcement learning agents to rapidly adapt to experience in their replay buffer. EVA shifts the value predicted by a neural network with an estimate of the value function found by prioritised sweeping over experience tuples from the replay buffer near the current state. EVA combines a number of recent ideas around combining episodic memory-like structures into reinforcement learning agents: slot-based storage, content-based retrieval, and memory-based planning. We show that EVA is performant on a demonstration task and Atari games.
BibTeX
@inproceedings{NEURIPS2018_f7bdb0e1,
author = {Hansen, Steven and Pritzel, Alexander and Sprechmann, Pablo and Barreto, Andre and Blundell, Charles},
booktitle = {Advances in Neural Information Processing Systems},
editor = {S. Bengio and H. Wallach and H. Larochelle and K. Grauman and N. Cesa-Bianchi and R. Garnett},
pages = {},
publisher = {Curran Associates, Inc.},
title = {Fast deep reinforcement learning using online adjustments from the past},
url = {https://proceedings.neurips.cc/paper_files/paper/2018/file/f7bdb0e100275600f9e183e25d81822d-Paper.pdf},
volume = {31},
year = {2018}
}