paper-with-me

Papers

Beyond the Return: Off-policy Function Estimation under User-specified Error-measuring Distributions

2022-10-27 · Audrey Huang, Nan Jiang

Off-policy evaluation often refers to two related tasks: estimating the expected return of a policy and estimating its value function (or other functions of interest, such as density ratios). While recent works on marginalized importance sampling (MIS) show that the former can enjoy provable guarantees under realizable function approximation, the latter is only known to be feasible under much stronger assumptions such as prohibitively expressive discriminators. In this work, we provide guarantees for off-policy function estimation under only realizability, by imposing proper regularization on the MIS objectives. Compared to commonly used regularization in MIS, our regularizer is much more flexible and can account for an arbitrary user-specified distribution, under which the learned function will be close to the groundtruth. We provide exact characterization of the optimal dual solution that needs to be realized by the discriminator class, which determines the data-coverage assumption in the case of value-function learning. As another surprising observation, the regularizer can be altered to relax the data-coverage requirement, and completely eliminate it in the ideal case with strong side information.

📄 PDF Abstract BibTeX arXiv:2210.15543

Code (0)

등록된 구현이 없습니다.

Tasks

Off-policy evaluation

Similar Papers 제목 키워드 기반

Beyond Exponentially Discounted Sum: Automatic Learning of Return Function

2019-05-28 · Yufei Wang, Qiwei Ye, Tie-Yan Liu

In reinforcement learning, Return, which is the weighted accumulated future rewards, and Value, which is the expected return, serve as the objective that guides the learning of the policy. In classic RL, return is define…

Atari GamesFormMeta-Learningreinforcement-learning+2

Disentangling Dynamics and Returns: Value Function Decomposition with Future Prediction

2019-05-27 · Hongyao Tang, Jianye Hao, Guangyong Chen, Pengfei Chen 외

Value functions are crucial for model-free Reinforcement Learning (RL) to obtain a policy implicitly or guide the policy updates. Value estimation heavily depends on the stochasticity of environmental dynamics and the qu…

continuous-controlContinuous ControlFuture predictionMuJoCo+2

Distributional Soft Actor-Critic: Off-Policy Reinforcement Learning for Addressing Value Estimation Errors

2020-01-09 · Jingliang Duan, Yang Guan, Shengbo Eben Li, Yangang Ren 외

In reinforcement learning (RL), function approximation errors are known to easily lead to the Q-value overestimations, thus greatly reducing policy performance. This paper presents a distributional soft actor-critic (DSA…

continuous-controlContinuous ControlMuJoCoreinforcement-learning+2

Hierarchical Policy Search via Return-Weighted Density Estimation

2017-11-28 · Takayuki Osa, Masashi Sugiyama

Learning an optimal policy from a multi-modal reward function is a challenging problem in reinforcement learning (RL). Hierarchical RL (HRL) tackles this problem by learning a hierarchical policy, where multiple option p…

Density EstimationMotion PlanningReinforcement LearningReinforcement Learning (RL)

Direct Advantage Estimation

2021-09-13 · Hsiao-Ru Pan, Nico Gürtler, Alexander Neitz, Bernhard Schölkopf

The predominant approach in reinforcement learning is to assign credit to actions based on the expected return. However, we show that the return may depend on the policy in a way which could lead to excessive variance in…