LGAIMLJul 13, 2023

Leveraging Factored Action Spaces for Off-Policy Evaluation

arXiv:2307.07014v12 citationsh-index: 59
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in reinforcement learning for researchers and practitioners dealing with complex action spaces, offering an incremental improvement by leveraging inherent problem structure.

The paper tackles the problem of high bias and variance in off-policy evaluation (OPE) estimators for large, combinatorial action spaces by proposing decomposed importance sampling estimators based on factored action spaces, proving they reduce variance while maintaining zero bias and verifying this empirically through simulations.

Off-policy evaluation (OPE) aims to estimate the benefit of following a counterfactual sequence of actions, given data collected from executed sequences. However, existing OPE estimators often exhibit high bias and high variance in problems involving large, combinatorial action spaces. We investigate how to mitigate this issue using factored action spaces i.e. expressing each action as a combination of independent sub-actions from smaller action spaces. This approach facilitates a finer-grained analysis of how actions differ in their effects. In this work, we propose a new family of "decomposed" importance sampling (IS) estimators based on factored action spaces. Given certain assumptions on the underlying problem structure, we prove that the decomposed IS estimators have less variance than their original non-decomposed versions, while preserving the property of zero bias. Through simulations, we empirically verify our theoretical results, probing the validity of various assumptions. Provided with a technique that can derive the action space factorisation for a given problem, our work shows that OPE can be improved "for free" by utilising this inherent problem structure.

Code Implementations1 repo
Foundations

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

Your Notes