Revisiting Gaussian mixture critics in off-policy reinforcement learning: a sample-based approach
Bobak Shahriari, Abbas Abdolmaleki, Arunkumar Byravan, Abe Friesen,, Siqi Liu, Jost Tobias Springenberg, Nicolas Heess, Matt Hoffman, Martin, Riedmiller

TL;DR
This paper introduces a sample-based Gaussian mixture critic for off-policy reinforcement learning that removes the need for prior distributional hyperparameters and achieves state-of-the-art results on various continuous control tasks.
Contribution
It proposes a novel, hyperparameter-free Gaussian mixture critic with a simple sample-based loss for off-policy RL, outperforming existing distributional methods.
Findings
Eliminates the need for distributional hyperparameters.
Achieves state-of-the-art performance on multiple challenging tasks.
Demonstrates broad applicability across continuous control domains.
Abstract
Actor-critic algorithms that make use of distributional policy evaluation have frequently been shown to outperform their non-distributional counterparts on many challenging control tasks. Examples of this behavior include the D4PG and DMPO algorithms as compared to DDPG and MPO, respectively [Barth-Maron et al., 2018; Hoffman et al., 2020]. However, both agents rely on the C51 critic for value estimation.One major drawback of the C51 approach is its requirement of prior knowledge about the minimum andmaximum values a policy can attain as well as the number of bins used, which fixes the resolution ofthe distributional estimate. While the DeepMind control suite of tasks utilizes standardized rewards and episode lengths, thus enabling the entire suite to be solved with a single setting of these hyperparameters, this is often not the case. This paper revisits a natural alternative that…
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 · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Weight Decay · Experience Replay · Prioritized Experience Replay · Batch Normalization · Adam · Dense Connections · Convolution · N-step Returns · Deep Deterministic Policy Gradient
