LGAIOct 23, 2023

Iteratively Learn Diverse Strategies with State Distance Information

CMU
arXiv:2310.14509v15 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the problem of strategy diversity in RL for applications like robotics and multi-agent games, offering an incremental improvement over existing methods.

The paper tackled the challenge of discovering diverse strategies in reinforcement learning by proposing a new diversity measure using state-space distance and an iterative learning framework, resulting in the SIPO algorithm that consistently produced diverse and interpretable policies across multiple domains.

In complex reinforcement learning (RL) problems, policies with similar rewards may have substantially different behaviors. It remains a fundamental challenge to optimize rewards while also discovering as many diverse strategies as possible, which can be crucial in many practical applications. Our study examines two design choices for tackling this challenge, i.e., diversity measure and computation framework. First, we find that with existing diversity measures, visually indistinguishable policies can still yield high diversity scores. To accurately capture the behavioral difference, we propose to incorporate the state-space distance information into the diversity measure. In addition, we examine two common computation frameworks for this problem, i.e., population-based training (PBT) and iterative learning (ITR). We show that although PBT is the precise problem formulation, ITR can achieve comparable diversity scores with higher computation efficiency, leading to improved solution quality in practice. Based on our analysis, we further combine ITR with two tractable realizations of the state-distance-based diversity measures and develop a novel diversity-driven RL algorithm, State-based Intrinsic-reward Policy Optimization (SIPO), with provable convergence properties. We empirically examine SIPO across three domains from robot locomotion to multi-agent games. In all of our testing environments, SIPO consistently produces strategically diverse and human-interpretable policies that cannot be discovered by existing baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes