NeurIPS 2019poster48 citations

Importance Resampling for Off-policy Prediction

Matthew Schlegel, Wesley Chung, Daniel Graves, Jian Qian, Martha White

Abstract

Importance sampling (IS) is a common reweighting strategy for off-policy prediction in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the weights for the value function. In this work, we explore a resampling strategy as an alternative to reweighting. We propose Importance Resampling (IR) for off-policy prediction, which resamples experience from a replay buffer and applies standard on-policy updates. The approach avoids using importance sampling ratios in the update, instead correcting the distribution before the update. We characterize the bias and consistency of IR, particularly compared to Weighted IS (WIS). We demonstrate in several microworlds that IR has improved sample efficiency and lower variance updates, as compared to IS and several variance-reduced IS strategies, including variants of WIS and V-trace which clips IS ratios. We also provide a demonstration showing IR improves over IS for learning a value function from images in a racing car simulator.

BibTeX
@inproceedings{NEURIPS2019_9ac403da,
 author = {Schlegel, Matthew and Chung, Wesley and Graves, Daniel and Qian, Jian and White, Martha},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Wallach and H. Larochelle and A. Beygelzimer and F. d\textquotesingle Alch\'{e}-Buc and E. Fox and R. Garnett},
 pages = {},
 publisher = {Curran Associates, Inc.},
 title = {Importance Resampling for Off-policy Prediction},
 url = {https://proceedings.neurips.cc/paper_files/paper/2019/file/9ac403da7947a183884c18a67d3aa8de-Paper.pdf},
 volume = {32},
 year = {2019}
}
Importance Resampling for Off-policy Prediction · NeurIPS 2019