LGAIMLJul 16, 2020

PC-PG: Policy Cover Directed Exploration for Provable Policy Gradient Learning

arXiv:2007.08459v2124 citations
AI Analysis

This addresses the exploration bottleneck in reinforcement learning for practitioners, offering a provable method that balances exploration and exploitation, though it builds incrementally on existing policy gradient and model-based approaches.

The paper tackles the exploration problem in policy gradient methods by introducing PC-PG, which uses a policy cover for provable exploration, achieving polynomial sample complexity and runtime for tabular and linear MDPs, with empirical validation across domains.

Direct policy gradient methods for reinforcement learning are a successful approach for a variety of reasons: they are model free, they directly optimize the performance metric of interest, and they allow for richly parameterized policies. Their primary drawback is that, by being local in nature, they fail to adequately explore the environment. In contrast, while model-based approaches and Q-learning directly handle exploration through the use of optimism, their ability to handle model misspecification and function approximation is far less evident. This work introduces the the Policy Cover-Policy Gradient (PC-PG) algorithm, which provably balances the exploration vs. exploitation tradeoff using an ensemble of learned policies (the policy cover). PC-PG enjoys polynomial sample complexity and run time for both tabular MDPs and, more generally, linear MDPs in an infinite dimensional RKHS. Furthermore, PC-PG also has strong guarantees under model misspecification that go beyond the standard worst case $\ell_{\infty}$ assumptions; this includes approximation guarantees for state aggregation under an average case error assumption, along with guarantees under a more general assumption where the approximation error under distribution shift is controlled. We complement the theory with empirical evaluation across a variety of domains in both reward-free and reward-driven settings.

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