LGMLOct 20, 2019

From Importance Sampling to Doubly Robust Policy Gradient

arXiv:1910.09066v344 citations
Originality Incremental advance
AI Analysis

This work provides a novel derivation for policy gradient methods in reinforcement learning, potentially reducing variance for practitioners, but it appears incremental as it builds on existing estimators.

The paper tackled the problem of deriving policy gradient methods from importance sampling estimators, resulting in a new doubly robust policy gradient estimator that subsumes state-of-the-art variance reduction techniques and shows empirical effectiveness.

We show that on-policy policy gradient (PG) and its variance reduction variants can be derived by taking finite difference of function evaluations supplied by estimators from the importance sampling (IS) family for off-policy evaluation (OPE). Starting from the doubly robust (DR) estimator (Jiang & Li, 2016), we provide a simple derivation of a very general and flexible form of PG, which subsumes the state-of-the-art variance reduction technique (Cheng et al., 2019) as its special case and immediately hints at further variance reduction opportunities overlooked by existing literature. We analyze the variance of the new DR-PG estimator, compare it to existing methods as well as the Cramer-Rao lower bound of policy gradient, and empirically show its effectiveness.

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