Soft Actor-Critic with Beta Policy via Implicit Reparameterization Gradients
Luca Della Libera

TL;DR
This paper introduces a method to extend the Soft Actor-Critic algorithm to use beta distributions via implicit reparameterization, improving sample efficiency in continuous control tasks.
Contribution
It develops a novel approach to incorporate beta policies into SAC using implicit reparameterization gradients, broadening the class of reparameterizable distributions for reinforcement learning.
Findings
Beta policy outperforms normal policy in experiments
Beta policy is comparable to squashed normal policy
Method enhances SAC's applicability to bounded distributions
Abstract
Recent advances in deep reinforcement learning have achieved impressive results in a wide range of complex tasks, but poor sample efficiency remains a major obstacle to real-world deployment. Soft actor-critic (SAC) mitigates this problem by combining stochastic policy optimization and off-policy learning, but its applicability is restricted to distributions whose gradients can be computed through the reparameterization trick. This limitation excludes several important examples such as the beta distribution, which was shown to improve the convergence rate of actor-critic algorithms in high-dimensional continuous control problems thanks to its bounded support. To address this issue, we investigate the use of implicit reparameterization, a powerful technique that extends the class of reparameterizable distributions. In particular, we use implicit reparameterization gradients to train SAC…
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
Methods1x1 Convolution · Global Average Pooling · Convolution · Dilated Convolution · Average Pooling · Switchable Atrous Convolution
