๐ค AI Summary
Existing unsupervised skill discovery methods overlook the inherent periodicity of skills, limiting their applicability to robot locomotion and other tasks requiring multi-scale periodic behaviors. To address this, we propose Periodic Skill Discovery (PSD), the first framework to explicitly model periodicity in unsupervised skill learning. PSD employs a circular latent space constructed via an autoencoder, where angular coordinates encode temporal distances between states; it further integrates contrastive learning with a novel periodic consistency loss to learn temporal dynamics directly from raw pixel inputs. Crucially, PSD operates without external rewards and autonomously discovers diverse, interpretable periodic skills. Experiments demonstrate that PSD successfully generates multi-periodic behaviors in complex robotic control tasks and significantly improves downstream performanceโe.g., achieving state-of-the-art results on hurdle-crossing. Moreover, PSD is compatible with existing skill-learning pipelines, enabling scalable extension of behavioral diversity.
๐ Abstract
Unsupervised skill discovery in reinforcement learning (RL) aims to learn diverse behaviors without relying on external rewards. However, current methods often overlook the periodic nature of learned skills, focusing instead on increasing the mutual dependence between states and skills or maximizing the distance traveled in latent space. Considering that many robotic tasks - particularly those involving locomotion - require periodic behaviors across varying timescales, the ability to discover diverse periodic skills is essential. Motivated by this, we propose Periodic Skill Discovery (PSD), a framework that discovers periodic behaviors in an unsupervised manner. The key idea of PSD is to train an encoder that maps states to a circular latent space, thereby naturally encoding periodicity in the latent representation. By capturing temporal distance, PSD can effectively learn skills with diverse periods in complex robotic tasks, even with pixel-based observations. We further show that these learned skills achieve high performance on downstream tasks such as hurdling. Moreover, integrating PSD with an existing skill discovery method offers more diverse behaviors, thus broadening the agent's repertoire. Our code and demos are available at https://jonghaepark.github.io/psd/