paper-with-me

홈 › Papers

Weighted importance sampling for off-policy learning with linear function approximation

2014-12-01 · NeurIPS 2014 12 · A. Rupam Mahmood, Hado P. Van Hasselt, Richard S. Sutton

Importance sampling is an essential component of off-policy model-free reinforcement learning algorithms. However, its most effective variant, \emph{weighted} importance sampling, does not carry over easily to function approximation and, because of this, it is not utilized in existing off-policy learning algorithms. In this paper, we take two steps toward bridging this gap. First, we show that weighted importance sampling can be viewed as a special case of weighting the error of individual training samples, and that this weighting has theoretical and empirical benefits similar to those of weighted importance sampling. Second, we show that these benefits extend to a new weighted-importance-sampling version of off-policy LSTD(lambda). We show empirically that our new WIS-LSTD(lambda) algorithm can result in much more rapid and reliable convergence than conventional off-policy LSTD(lambda) (Yu 2010, Bertsekas & Yu 2009).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Kernel weighted importance sampling for off-policy evaluation in contextual bandits

2026-07-16 · Joshua Spear, Matthieu Komorowski, Rebecca Pope, Neil J Sebire 외 arxiv

This article presents a novel estimator for performing off-policy evaluation using only offline data for contextual bandits. The proposed estimator, Kernel-WIS is demonstrated to be asymptotically consistent and to empir…

Importance Resampling for Off-policy Policy Evaluation

2018-09-27 · Matthew Schlegel, Wesley Chung, Daniel Graves, Martha White

Importance sampling is a common approach to off-policy learning in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the parameters for the value function. Weighted i…

Importance Resampling for Off-policy Prediction

2019-06-11 · NeurIPS 2019 12 · Matthew Schlegel, Wesley Chung, Daniel Graves, Jian Qian 외

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 func…

PredictionReinforcement Learning

Q-MMR: Off-Policy Evaluation via Recursive Reweighting and Moment Matching

2026-05-07 · Xiang Li, Nan Jiang arxiv

We present a novel theoretical framework, Q-MMR, for off-policy evaluation in finite-horizon MDPs. Q-MMR learns a set of scalar weights, one for each data point, such that the reweighted rewards approximate the expected …

Offline RL

Low Variance Off-policy Evaluation with State-based Importance Sampling

2022-12-07 · David M. Bossens, Philip S. Thomas

In many domains, the exploration process of reinforcement learning will be too costly as it requires trying out suboptimal policies, resulting in a need for off-policy evaluation, in which a target policy is evaluated ba…

Density Ratio EstimationOff-policy evaluation