Quality-Diversity Actor-Critic: Learning High-Performing and Diverse Behaviors via Value and Successor Features Critics
Luca Grillotti, Maxence Faldor, Borja G. León, Antoine Cully
TL;DR
Quality-Diversity Actor-Critic (QDAC) presents a dual-critic framework that unifies value-based quality and successor-features-based diversity through a constrained optimization with an adaptive Lagrange multiplier. By conditioning a policy on explicit skills, QDAC learns a broad set of high-performing behaviors and demonstrates improved diversity and performance across six continuous-control locomotion tasks, along with robust few-shot adaptation and hierarchical learning capabilities. The paper provides both a model-free SAC-based and a model-based DreamerV3-based variant, with extensive comparisons to Quality-Diversity baselines from evolutionary and RL perspectives, and ablations confirming the importance of successor features and adaptive constraint balancing. These results highlight the practical potential of combining value and behavior representations to create versatile, adaptable agents, and point to future work in unsupervised skill discovery and non-ergodic environments.
Abstract
A key aspect of intelligence is the ability to demonstrate a broad spectrum of behaviors for adapting to unexpected situations. Over the past decade, advancements in deep reinforcement learning have led to groundbreaking achievements to solve complex continuous control tasks. However, most approaches return only one solution specialized for a specific problem. We introduce Quality-Diversity Actor-Critic (QDAC), an off-policy actor-critic deep reinforcement learning algorithm that leverages a value function critic and a successor features critic to learn high-performing and diverse behaviors. In this framework, the actor optimizes an objective that seamlessly unifies both critics using constrained optimization to (1) maximize return, while (2) executing diverse skills. Compared with other Quality-Diversity methods, QDAC achieves significantly higher performance and more diverse behaviors on six challenging continuous control locomotion tasks. We also demonstrate that we can harness the learned skills to adapt better than other baselines to five perturbed environments. Finally, qualitative analyses showcase a range of remarkable behaviors: adaptive-intelligent-robotics.github.io/QDAC.
