LGAIROSep 29, 2023

ComSD: Balancing Behavioral Quality and Diversity in Unsupervised Skill Discovery

arXiv:2309.17203v32 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses a bottleneck in unsupervised RL for robotics, enabling more efficient adaptation to tasks, though it appears incremental as it builds on existing skill discovery methods.

The paper tackles the problem of balancing state exploration and skill diversity in unsupervised skill discovery for reinforcement learning, proposing ComSD which achieves state-of-the-art adaptation performance on challenging downstream tasks for multi-joint robots and discovers distinguishable skills in a 2D maze.

This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible. Unsupervised skill discovery seeks to acquire different useful skills without extrinsic reward via unsupervised Reinforcement Learning (RL), with the discovered skills efficiently adapting to multiple downstream tasks in various ways. However, recent advanced skill discovery methods struggle to well balance state exploration and skill diversity, particularly when the potential skills are rich and hard to discern. In this paper, we propose \textbf{Co}ntrastive dyna\textbf{m}ic \textbf{S}kill \textbf{D}iscovery \textbf{(ComSD)}\footnote{Code and videos: https://github.com/liuxin0824/ComSD} which generates diverse and exploratory unsupervised skills through a novel intrinsic incentive, named contrastive dynamic reward. It contains a particle-based exploration reward to make agents access far-reaching states for exploratory skill acquisition, and a novel contrastive diversity reward to promote the discriminability between different skills. Moreover, a novel dynamic weighting mechanism between the above two rewards is proposed to balance state exploration and skill diversity, which further enhances the quality of the discovered skills. Extensive experiments and analysis demonstrate that ComSD can generate diverse behaviors at different exploratory levels for multi-joint robots, enabling state-of-the-art adaptation performance on challenging downstream tasks. It can also discover distinguishable and far-reaching exploration skills in the challenging tree-like 2D maze.

Code Implementations1 repo
Foundations

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

Your Notes