paper-with-me

Papers

Universal Off-Policy Evaluation

2021-04-26 · NeurIPS 2021 12 · Yash Chandak, Scott Niekum, Bruno Castro da Silva, Erik Learned-Miller, Emma Brunskill, Philip S. Thomas

When faced with sequential decision-making problems, it is often useful to be able to predict what would happen if decisions were made using a new policy. Those predictions must often be based on data collected under some previously used decision-making rule. Many previous methods enable such off-policy (or counterfactual) estimation of the expected value of a performance measure called the return. In this paper, we take the first steps towards a universal off-policy estimator (UnO) -- one that provides off-policy estimates and high-confidence bounds for any parameter of the return distribution. We use UnO for estimating and simultaneously bounding the mean, variance, quantiles/median, inter-quantile range, CVaR, and the entire cumulative distribution of returns. Finally, we also discuss Uno's applicability in various settings, including fully observable, partially observable (i.e., with unobserved confounders), Markovian, non-Markovian, stationary, smoothly non-stationary, and discrete distribution shifts.

📄 PDF Abstract BibTeX arXiv:2104.12820

Code (1)

yashchandak/UnO 공식 구현 pytorch

Tasks

counterfactualDecision MakingOff-policy evaluationSequential Decision Making

Similar Papers 제목 키워드 기반

AURORA:Automated Training Framework of Universal Process Reward Models via Ensemble Prompting and Reverse Verification

2025-02-17 · Xiaoyu Tan, Tianchu Yao, Chao Qu, Bin Li 외

The reasoning capabilities of advanced large language models (LLMs) like o1 have revolutionized artificial intelligence applications. Nevertheless, evaluating and optimizing complex reasoning processes remain significant…

FLARE: Fingerprinting Deep Reinforcement Learning Agents using Universal Adversarial Masks

2023-07-27 · Buse G. A. Tekgul, N. Asokan

We propose FLARE, the first fingerprinting mechanism to verify whether a suspected Deep Reinforcement Learning (DRL) policy is an illegitimate copy of another (victim) policy. We first show that it is possible to find no…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

A Universal Adversarial Policy for Text Classifiers

2022-06-19 · Gallil Maimon, Lior Rokach

Discovering the existence of universal adversarial perturbations had large theoretical and practical impacts on the field of adversarial learning. In the text domain, most universal studies focused on adversarial prefixe…

valid

Universal Successor Features Approximators

2018-12-18 · ICLR 2019 5 · Diana Borsa, André Barreto, John Quan, Daniel Mankowitz 외

The ability of a reinforcement learning (RL) agent to learn about many reward functions at the same time has many potential benefits, such as the decomposition of complex tasks into simpler ones, the exchange of informat…

NavigateReinforcement LearningReinforcement Learning (RL)

Fast Model-based Policy Search for Universal Policy Networks

2022-02-11 · Buddhika Laknath Semage, Thommen George Karimpanal, Santu Rana, Svetha Venkatesh

Adapting an agent's behaviour to new environments has been one of the primary focus areas of physics based reinforcement learning. Although recent approaches such as universal policy networks partially address this issue…

Bayesian Optimisation