Scaling Policy Gradient Quality-Diversity with Massive Parallelization via Behavioral Variations
Konstantinos Mitsides, Maxence Faldor, Antoine Cully
TL;DR
This paper introduces ASCII-ME, a scalable, policy-gradient-based QD algorithm that augments MAP-Elites without centralized actor-critic training. By using an ASCII operator that interpolates action sequences based on time-step performance and mapping these changes through a Jacobian to genotype space, it achieves strong sample and runtime efficiency, attaining high-quality, diverse DNN policies on a single GPU in under 250 seconds. The method demonstrates superior QD scores and faster runtimes across five Brax locomotion tasks, maintaining performance as parallelization increases, and shows synergy between ASCII and Iso+LineDD while avoiding AC training bottlenecks. Overall, ASCII-ME provides a practical, scalable framework for evolving large neural networks with strong diversity and competitive performance, suitable for deployment on consumer-grade hardware and for future non-AC PG-based QD research.
Abstract
Quality-Diversity optimization comprises a family of evolutionary algorithms aimed at generating a collection of diverse and high-performing solutions. MAP-Elites (ME), a notable example, is used effectively in fields like evolutionary robotics. However, the reliance of ME on random mutations from Genetic Algorithms limits its ability to evolve high-dimensional solutions. Methods proposed to overcome this include using gradient-based operators like policy gradients or natural evolution strategies. While successful at scaling ME for neuroevolution, these methods often suffer from slow training speeds, or difficulties in scaling with massive parallelization due to high computational demands or reliance on centralized actor-critic training. In this work, we introduce a fast, sample-efficient ME based algorithm capable of scaling up with massive parallelization, significantly reducing runtimes without compromising performance. Our method, ASCII-ME, unlike existing policy gradient quality-diversity methods, does not rely on centralized actor-critic training. It performs behavioral variations based on time step performance metrics and maps these variations to solutions using policy gradients. Our experiments show that ASCII-ME can generate a diverse collection of high-performing deep neural network policies in less than 250 seconds on a single GPU. Additionally, it operates on average, five times faster than state-of-the-art algorithms while still maintaining competitive sample efficiency.
