AILGMLJun 1, 2021

Discovering Diverse Nearly Optimal Policies with Successor Features

arXiv:2106.00669v226 citations
AI Analysis

This work addresses the need for diverse policies in reinforcement learning for applications such as exploration and robustness, though it is incremental as it builds on existing methods with new diversity rewards.

The paper tackled the problem of discovering diverse yet near-optimal policies in reinforcement learning by proposing Diverse Successive Policies, which uses Successor Features and a Constrained Markov Decision Process to maximize diversity while ensuring near-optimality, and found that their explicit diversity rewards outperformed existing methods in generating distinct behaviors like different locomotion patterns in the DeepMind Control Suite.

Finding different solutions to the same problem is a key aspect of intelligence associated with creativity and adaptation to novel situations. In reinforcement learning, a set of diverse policies can be useful for exploration, transfer, hierarchy, and robustness. We propose Diverse Successive Policies, a method for discovering policies that are diverse in the space of Successor Features, while assuring that they are near optimal. We formalize the problem as a Constrained Markov Decision Process (CMDP) where the goal is to find policies that maximize diversity, characterized by an intrinsic diversity reward, while remaining near-optimal with respect to the extrinsic reward of the MDP. We also analyze how recently proposed robustness and discrimination rewards perform and find that they are sensitive to the initialization of the procedure and may converge to sub-optimal solutions. To alleviate this, we propose new explicit diversity rewards that aim to minimize the correlation between the Successor Features of the policies in the set. We compare the different diversity mechanisms in the DeepMind Control Suite and find that the type of explicit diversity we are proposing is important to discover distinct behavior, like for example different locomotion patterns.

Foundations

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

Your Notes