LGAIMLJan 28, 2023

Variational Latent Branching Model for Off-Policy Evaluation

arXiv:2301.12056v47 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately evaluating policies from offline data for reinforcement learning practitioners, representing an incremental improvement with novel architectural elements.

The paper tackles the challenges of limited data coverage and sensitivity to initialization in model-based off-policy evaluation by proposing the variational latent branching model (VLBM), which learns transition functions using a compact latent space and recurrent state alignment, and shows that it outperforms state-of-the-art methods on the DOPE benchmark.

Model-based methods have recently shown great potential for off-policy evaluation (OPE); offline trajectories induced by behavioral policies are fitted to transitions of Markov decision processes (MDPs), which are used to rollout simulated trajectories and estimate the performance of policies. Model-based OPE methods face two key challenges. First, as offline trajectories are usually fixed, they tend to cover limited state and action space. Second, the performance of model-based methods can be sensitive to the initialization of their parameters. In this work, we propose the variational latent branching model (VLBM) to learn the transition function of MDPs by formulating the environmental dynamics as a compact latent space, from which the next states and rewards are then sampled. Specifically, VLBM leverages and extends the variational inference framework with the recurrent state alignment (RSA), which is designed to capture as much information underlying the limited training data, by smoothing out the information flow between the variational (encoding) and generative (decoding) part of VLBM. Moreover, we also introduce the branching architecture to improve the model's robustness against randomly initialized model weights. The effectiveness of the VLBM is evaluated on the deep OPE (DOPE) benchmark, from which the training trajectories are designed to result in varied coverage of the state-action space. We show that the VLBM outperforms existing state-of-the-art OPE methods in general.

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