Momentum-Based Policy Gradient with Second-Order Information
Saber Salehkaleybar, Sadegh Khorasani, Negar Kiyavash, Niao He,, Patrick Thiran

TL;DR
This paper introduces SHARP, a variance-reduced policy gradient method that leverages second-order information and momentum, achieving efficient convergence without importance sampling and demonstrating superior performance in control tasks.
Contribution
The paper proposes SHARP, a novel variance-reduced policy gradient algorithm that incorporates second-order information and momentum, with theoretical guarantees and practical advantages over existing methods.
Findings
Achieves $ ext{O}( ext{}\epsilon^{-3})$ sample complexity for stationary points.
Does not require importance sampling, simplifying implementation.
Outperforms state-of-the-art methods in control task experiments.
Abstract
Variance-reduced gradient estimators for policy gradient methods have been one of the main focus of research in the reinforcement learning in recent years as they allow acceleration of the estimation process. We propose a variance-reduced policy-gradient method, called SHARP, which incorporates second-order information into stochastic gradient descent (SGD) using momentum with a time-varying learning rate. SHARP algorithm is parameter-free, achieving -approximate first-order stationary point with number of trajectories, while using a batch size of at each iteration. Unlike most previous work, our proposed algorithm does not require importance sampling which can compromise the advantage of variance reduction process. Moreover, the variance of estimation error decays with the fast rate of where is the number of iterations. Our…
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.
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 Bandit Algorithms Research
