MLLGDec 24, 2023

Conservative Exploration for Policy Optimization via Off-Policy Policy Evaluation

arXiv:2312.15458v1h-index: 10
Originality Incremental advance
AI Analysis

This addresses safety concerns for deploying RL agents in real-world systems, though it is incremental as it builds on existing off-policy evaluation techniques.

The paper tackles the problem of ensuring safe exploration in reinforcement learning by guaranteeing that learning policies perform at least as well as a baseline, proposing a model-free algorithm for continuous finite-horizon problems with a regret bound and no constraint violations during learning.

A precondition for the deployment of a Reinforcement Learning agent to a real-world system is to provide guarantees on the learning process. While a learning algorithm will eventually converge to a good policy, there are no guarantees on the performance of the exploratory policies. We study the problem of conservative exploration, where the learner must at least be able to guarantee its performance is at least as good as a baseline policy. We propose the first conservative provably efficient model-free algorithm for policy optimization in continuous finite-horizon problems. We leverage importance sampling techniques to counterfactually evaluate the conservative condition from the data self-generated by the algorithm. We derive a regret bound and show that (w.h.p.) the conservative constraint is never violated during learning. Finally, we leverage these insights to build a general schema for conservative exploration in DeepRL via off-policy policy evaluation techniques. We show empirically the effectiveness of our methods.

Foundations

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

Your Notes