DGPO: Discovering Multiple Strategies with Diversity-Guided Policy Optimization
Wentse Chen, Shiyu Huang, Yuan Chiang, Tim Pearce, Wei-Wei Tu, Ting Chen, Jun Zhu
TL;DR
DGPO addresses the challenge of learning multiple high-quality RL strategies by introducing an information-theoretic diversity objective based on a latent code $z$ and a discriminator estimating $p(z|s)$. It casts learning as two constrained optimization problems—maximizing extrinsic return with a diversity constraint and then maximizing diversity under a performance constraint—solved via probabilistic inference within a shared, on-policy PPO-style network with latent conditioning. Empirical results across MPE, Atari, and StarCraft II show that DGPO achieves competitive rewards while discovering richer, more robust strategy sets and often improves sample efficiency relative to baselines like RSPO. This approach enhances the practical impact of RL by enabling diverse behavioral strategies without training multiple networks, with potential benefits for robustness, user engagement, and adversarial settings.
Abstract
Most reinforcement learning algorithms seek a single optimal strategy that solves a given task. However, it can often be valuable to learn a diverse set of solutions, for instance, to make an agent's interaction with users more engaging, or improve the robustness of a policy to an unexpected perturbance. We propose Diversity-Guided Policy Optimization (DGPO), an on-policy algorithm that discovers multiple strategies for solving a given task. Unlike prior work, it achieves this with a shared policy network trained over a single run. Specifically, we design an intrinsic reward based on an information-theoretic diversity objective. Our final objective alternately constraints on the diversity of the strategies and on the extrinsic reward. We solve the constrained optimization problem by casting it as a probabilistic inference task and use policy iteration to maximize the derived lower bound. Experimental results show that our method efficiently discovers diverse strategies in a wide variety of reinforcement learning tasks. Compared to baseline methods, DGPO achieves comparable rewards, while discovering more diverse strategies, and often with better sample efficiency.
