Value Prediction Network
Junhyuk Oh, Satinder Singh, Honglak Lee
Abstract
This paper proposes a novel deep reinforcement learning (RL) architecture, called Value Prediction Network (VPN), which integrates model-free and model-based RL methods into a single neural network. In contrast to typical model-based RL methods, VPN learns a dynamics model whose abstract states are trained to make option-conditional predictions of future values (discounted sum of rewards) rather than of future observations. Our experimental results show that VPN has several advantages over both model-free and model-based baselines in a stochastic environment where careful planning is required but building an accurate observation-prediction model is difficult. Furthermore, VPN outperforms Deep Q-Network (DQN) on several Atari games even with short-lookahead planning, demonstrating its potential as a new way of learning a good state representation.
BibTeX
@inproceedings{NIPS2017_ffbd6cbb,
author = {Oh, Junhyuk and Singh, Satinder and Lee, Honglak},
booktitle = {Advances in Neural Information Processing Systems},
editor = {I. Guyon and U. Von Luxburg and S. Bengio and H. Wallach and R. Fergus and S. Vishwanathan and R. Garnett},
pages = {},
publisher = {Curran Associates, Inc.},
title = {Value Prediction Network},
url = {https://proceedings.neurips.cc/paper_files/paper/2017/file/ffbd6cbb019a1413183c8d08f2929307-Paper.pdf},
volume = {30},
year = {2017}
}