LGNov 29, 2020

Optimal Mixture Weights for Off-Policy Evaluation with Multiple Behavior Policies

arXiv:2011.14359v1
AI Analysis

This work is significant for researchers and practitioners in reinforcement learning, particularly those working with off-policy evaluation in applications like recommender systems, by providing methods to improve the accuracy of policy evaluation.

This paper addresses the problem of off-policy evaluation when offline data is collected from multiple behavior policies. It proposes three methods to optimally mix estimators from these policies, resulting in reduced Mean-Square Error in simulated recommender systems.

Off-policy evaluation is a key component of reinforcement learning which evaluates a target policy with offline data collected from behavior policies. It is a crucial step towards safe reinforcement learning and has been used in advertisement, recommender systems and many other applications. In these applications, sometimes the offline data is collected from multiple behavior policies. Previous works regard data from different behavior policies equally. Nevertheless, some behavior policies are better at producing good estimators while others are not. This paper starts with discussing how to correctly mix estimators produced by different behavior policies. We propose three ways to reduce the variance of the mixture estimator when all sub-estimators are unbiased or asymptotically unbiased. Furthermore, experiments on simulated recommender systems show that our methods are effective in reducing the Mean-Square Error of estimation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes