Off-OAB: Off-Policy Policy Gradient Method with Optimal Action-Dependent Baseline
Wenjia Meng, Qian Zheng, Long Yang, Yilong Yin, Gang Pan
TL;DR
This work tackles the high variance of off-policy policy gradient (OPPG) estimators by introducing Off-OAB, an unbiased action-dependent baseline that minimizes OPPG variance. It develops the optimal per-dimension baseline under a diagonal Gaussian policy, and demonstrates that this action-aware baseline can reduce variance more effectively than the best state-dependent baseline. To keep the method practical, the authors propose a computationally efficient approximation $b_i(s,a^{-i}) \approx \mathbb{E}_{a^i\sim\mu}[Q_ta(s,a)]$, leading to the Off-OAB algorithm that integrates this baseline into the OPPG update via a replay-buffered critic. Extensive experiments on six continuous-control tasks from OpenAI Gym and MuJoCo show that Off-OAB delivers improved sample efficiency and higher returns than several state-of-the-art methods, validating the variance-reduction benefits of action-dependent baselines in off-policy learning.
Abstract
Policy-based methods have achieved remarkable success in solving challenging reinforcement learning problems. Among these methods, off-policy policy gradient methods are particularly important due to that they can benefit from off-policy data. However, these methods suffer from the high variance of the off-policy policy gradient (OPPG) estimator, which results in poor sample efficiency during training. In this paper, we propose an off-policy policy gradient method with the optimal action-dependent baseline (Off-OAB) to mitigate this variance issue. Specifically, this baseline maintains the OPPG estimator's unbiasedness while theoretically minimizing its variance. To enhance practical computational efficiency, we design an approximated version of this optimal baseline. Utilizing this approximation, our method (Off-OAB) aims to decrease the OPPG estimator's variance during policy optimization. We evaluate the proposed Off-OAB method on six representative tasks from OpenAI Gym and MuJoCo, where it demonstrably surpasses state-of-the-art methods on the majority of these tasks.
