LGAIJun 26, 2025

Efficient Skill Discovery via Regret-Aware Optimization

arXiv:2506.21044v12 citationsh-index: 3ICML
Originality Incremental advance
AI Analysis

This work addresses efficiency limitations in unsupervised skill discovery for reinforcement learning, particularly in high-dimensional settings, though it appears incremental as it builds on temporal representation learning.

The paper tackles the problem of inefficient skill discovery in high-dimensional reinforcement learning by framing it as a min-max game, resulting in a 15% zero-shot improvement in high-dimensional environments compared to existing methods.

Unsupervised skill discovery aims to learn diverse and distinguishable behaviors in open-ended reinforcement learning. For existing methods, they focus on improving diversity through pure exploration, mutual information optimization, and learning temporal representation. Despite that they perform well on exploration, they remain limited in terms of efficiency, especially for the high-dimensional situations. In this work, we frame skill discovery as a min-max game of skill generation and policy learning, proposing a regret-aware method on top of temporal representation learning that expands the discovered skill space along the direction of upgradable policy strength. The key insight behind the proposed method is that the skill discovery is adversarial to the policy learning, i.e., skills with weak strength should be further explored while less exploration for the skills with converged strength. As an implementation, we score the degree of strength convergence with regret, and guide the skill discovery with a learnable skill generator. To avoid degeneration, skill generation comes from an up-gradable population of skill generators. We conduct experiments on environments with varying complexities and dimension sizes. Empirical results show that our method outperforms baselines in both efficiency and diversity. Moreover, our method achieves a 15% zero shot improvement in high-dimensional environments, compared to existing methods.

Foundations

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

Your Notes