TL;DR
This paper empirically evaluates the Measure-Valued Derivative as a low-variance, unbiased gradient estimator for policy gradients in reinforcement learning, applicable to both differentiable and non-differentiable function approximators.
Contribution
It introduces and empirically tests the Measure-Valued Derivative for policy gradients, demonstrating its effectiveness across various action space dimensions.
Findings
Achieves comparable performance to likelihood-ratio and reparametrization methods.
Works with both differentiable and non-differentiable function approximators.
Effective in low and high-dimensional action spaces.
Abstract
Reinforcement learning methods for robotics are increasingly successful due to the constant development of better policy gradient techniques. A precise (low variance) and accurate (low bias) gradient estimator is crucial to face increasingly complex tasks. Traditional policy gradient algorithms use the likelihood-ratio trick, which is known to produce unbiased but high variance estimates. More modern approaches exploit the reparametrization trick, which gives lower variance gradient estimates but requires differentiable value function approximators. In this work, we study a different type of stochastic gradient estimator: the Measure-Valued Derivative. This estimator is unbiased, has low variance, and can be used with differentiable and non-differentiable function approximators. We empirically evaluate this estimator in the actor-critic policy gradient setting and show that it can reach…
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.
