paper-with-me

홈 › Papers

Importance Resampling for Off-policy Prediction

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

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.

📄 PDF Abstract BibTeX arXiv:1906.04328

Code (2)

mkschleg/Resampling.jl 공식 구현
chiragsamal/Importance-Sampling-in-Reinforcement-Learning

Tasks

PredictionReinforcement Learning

Methods 이 논문이 사용한 방법론

V-trace V-trace is an off-policy actor-critic reinforcement learning algorithm that helps tackle the lag between when actions are generated by the actors and when the learner…

Similar Papers 제목 키워드 기반

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…

Observation Adaptation via Annealed Importance Resampling for Partially Observable Markov Decision Processes

2025-03-25 · Yunuo Zhang, Baiting Luo, Ayan Mukhopadhyay, Abhishek Dubey

Partially observable Markov decision processes (POMDPs) are a general mathematical model for sequential decision-making in stochastic environments under state uncertainty. POMDPs are often solved \textit{online}, which e…

Decision MakingSequential Decision Making

Evaluating Control Protocols for Untrusted AI Agents

2025-11-04 · Jon Kutasov, Chloe Loughridge, Yuqi Sun, Henry Sleight 외 arxiv

As AI systems become more capable and widely deployed as agents, ensuring their safe operation becomes critical. AI control offers one approach to mitigating the risk from untrusted AI agents by monitoring their actions …

Kernel Metric Learning for In-Sample Off-Policy Evaluation of Deterministic RL Policies

2024-05-29 · Haanvid Lee, Tri Wahyu Guntara, Jongmin Lee, Yung-Kyun Noh 외

We consider off-policy evaluation (OPE) of deterministic target policies for reinforcement learning (RL) in environments with continuous action spaces. While it is common to use importance sampling for OPE, it suffers fr…

Metric LearningOff-policy evaluationReinforcement Learning (RL)

Importance weighting without importance weights: An efficient algorithm for combinatorial semi-bandits

2015-03-17 · Gergely Neu, Gábor Bartók

We propose a sample-efficient alternative for importance weighting for situations where one only has sample access to the probability distribution that generates the observations. Our new method, called Geometric Resampl…

Combinatorial Optimization