LGAIFeb 11, 2025

Exploratory Diffusion Model for Unsupervised Reinforcement Learning

Tsinghua
arXiv:2502.07279v21 citationsh-index: 18
Originality Highly original
AI Analysis

This work addresses the problem of efficient unsupervised exploration in reinforcement learning for researchers and practitioners working on autonomous agents and robotics.

The authors tackled the problem of unsupervised reinforcement learning by proposing the Exploratory Diffusion Model (ExDM), which achieved efficient exploration and adaptation to downstream tasks, outperforming existing state-of-the-art baselines. ExDM demonstrated strong performance, especially in complex environments.

Unsupervised reinforcement learning (URL) aims to pre-train agents by exploring diverse states or skills in reward-free environments, facilitating efficient adaptation to downstream tasks. As the agent cannot access extrinsic rewards during unsupervised exploration, existing methods design intrinsic rewards to model the explored data and encourage further exploration. However, the explored data are always heterogeneous, posing the requirements of powerful representation abilities for both intrinsic reward models and pre-trained policies. In this work, we propose the Exploratory Diffusion Model (ExDM), which leverages the strong expressive ability of diffusion models to fit the explored data, simultaneously boosting exploration and providing an efficient initialization for downstream tasks. Specifically, ExDM can accurately estimate the distribution of collected data in the replay buffer with the diffusion model and introduces the score-based intrinsic reward, encouraging the agent to explore less-visited states. After obtaining the pre-trained policies, ExDM enables rapid adaptation to downstream tasks. In detail, we provide theoretical analyses and practical algorithms for fine-tuning diffusion policies, addressing key challenges such as training instability and computational complexity caused by multi-step sampling. Extensive experiments demonstrate that ExDM outperforms existing SOTA baselines in efficient unsupervised exploration and fast fine-tuning downstream tasks, especially in structurally complicated environments.

Foundations

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

Your Notes