LGMLMar 22, 2021

Provably Correct Optimization and Exploration with Non-linear Policies

arXiv:2103.11559v113 citations
Originality Highly original
AI Analysis

This addresses a foundational gap in reinforcement learning theory for non-linear policies, with potential broad impact on RL algorithms, though it is incremental in extending linear methods.

The paper tackles the lack of theoretical understanding for strategic exploration in policy-based reinforcement learning with non-linear function approximation by introducing ENIAC, an actor-critic method that provably finds a near-optimal policy in O(poly(d)) exploration rounds under bounded eluder dimension assumptions, and empirically shows it outperforms prior heuristics.

Policy optimization methods remain a powerful workhorse in empirical Reinforcement Learning (RL), with a focus on neural policies that can easily reason over complex and continuous state and/or action spaces. Theoretical understanding of strategic exploration in policy-based methods with non-linear function approximation, however, is largely missing. In this paper, we address this question by designing ENIAC, an actor-critic method that allows non-linear function approximation in the critic. We show that under certain assumptions, e.g., a bounded eluder dimension $d$ for the critic class, the learner finds a near-optimal policy in $O(\poly(d))$ exploration rounds. The method is robust to model misspecification and strictly extends existing works on linear function approximation. We also develop some computational optimizations of our approach with slightly worse statistical guarantees and an empirical adaptation building on existing deep RL tools. We empirically evaluate this adaptation and show that it outperforms prior heuristics inspired by linear methods, establishing the value via correctly reasoning about the agent's uncertainty under non-linear function approximation.

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