A Hybrid Stochastic Policy Gradient Algorithm for Reinforcement Learning
Nhan H. Pham, Lam M. Nguyen, Dzung T. Phan, Phuong Ha Nguyen, Marten, van Dijk, Quoc Tran-Dinh

TL;DR
This paper introduces a new hybrid stochastic policy gradient estimator and an associated algorithm that improves convergence rates for constrained reinforcement learning problems, demonstrating superior performance over existing methods.
Contribution
It develops a novel hybrid estimator combining unbiased and biased gradient estimators, and proposes a Proximal Hybrid Stochastic Policy Gradient Algorithm with improved convergence guarantees.
Findings
Achieves the best-known trajectory complexity of O(ε^{-3}) for the composite problem.
Outperforms existing methods like REINFORCE and SVRPG in numerical experiments.
Shows advantages of composite settings over non-composite ones in certain RL problems.
Abstract
We propose a novel hybrid stochastic policy gradient estimator by combining an unbiased policy gradient estimator, the REINFORCE estimator, with another biased one, an adapted SARAH estimator for policy optimization. The hybrid policy gradient estimator is shown to be biased, but has variance reduced property. Using this estimator, we develop a new Proximal Hybrid Stochastic Policy Gradient Algorithm (ProxHSPGA) to solve a composite policy optimization problem that allows us to handle constraints or regularizers on the policy parameters. We first propose a single-looped algorithm then introduce a more practical restarting variant. We prove that both algorithms can achieve the best-known trajectory complexity to attain a first-order stationary point for the composite problem which is better than existing REINFORCE/GPOMDP…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Stochastic Gradient Optimization Techniques · Advanced Multi-Objective Optimization Algorithms
MethodsREINFORCE
