LGAIMLMar 2, 2023

Hallucinated Adversarial Control for Conservative Offline Policy Evaluation

arXiv:2303.01076v215 citationsh-index: 40
AI Analysis

This addresses safety and performance evaluation for policy deployment in offline reinforcement learning, offering a conservative method with proven guarantees, though it is incremental as it builds on uncertainty-aware models.

The paper tackles the problem of obtaining tight lower bounds on a policy's performance from offline data, crucial for safety before deployment, by introducing HAMBO, which hallucinates worst-case trajectories within model confidence regions, proving validity and convergence, and demonstrating reliable and tight bounds in continuous control environments with scalable Bayesian Neural Network variants.

We study the problem of conservative off-policy evaluation (COPE) where given an offline dataset of environment interactions, collected by other agents, we seek to obtain a (tight) lower bound on a policy's performance. This is crucial when deciding whether a given policy satisfies certain minimal performance/safety criteria before it can be deployed in the real world. To this end, we introduce HAMBO, which builds on an uncertainty-aware learned model of the transition dynamics. To form a conservative estimate of the policy's performance, HAMBO hallucinates worst-case trajectories that the policy may take, within the margin of the models' epistemic confidence regions. We prove that the resulting COPE estimates are valid lower bounds, and, under regularity conditions, show their convergence to the true expected return. Finally, we discuss scalable variants of our approach based on Bayesian Neural Networks and empirically demonstrate that they yield reliable and tight lower bounds in various continuous control environments.

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