LGAIMLDec 19, 2023

CUDC: A Curiosity-Driven Unsupervised Data Collection Method with Adaptive Temporal Distances for Offline Reinforcement Learning

arXiv:2312.12191v11 citationsh-index: 14AAAI
Originality Incremental advance
AI Analysis

This addresses the problem of data collection for offline RL, enabling agents to perform multiple downstream tasks, though it is incremental as it builds on existing unsupervised methods.

The paper tackles the challenge of collecting task-agnostic datasets for multi-task offline reinforcement learning by proposing a curiosity-driven method with adaptive temporal distances, resulting in improved efficiency and learning performance over existing unsupervised methods in DeepMind control suite tasks.

Offline reinforcement learning (RL) aims to learn an effective policy from a pre-collected dataset. Most existing works are to develop sophisticated learning algorithms, with less emphasis on improving the data collection process. Moreover, it is even challenging to extend the single-task setting and collect a task-agnostic dataset that allows an agent to perform multiple downstream tasks. In this paper, we propose a Curiosity-driven Unsupervised Data Collection (CUDC) method to expand feature space using adaptive temporal distances for task-agnostic data collection and ultimately improve learning efficiency and capabilities for multi-task offline RL. To achieve this, CUDC estimates the probability of the k-step future states being reachable from the current states, and adapts how many steps into the future that the dynamics model should predict. With this adaptive reachability mechanism in place, the feature representation can be diversified, and the agent can navigate itself to collect higher-quality data with curiosity. Empirically, CUDC surpasses existing unsupervised methods in efficiency and learning performance in various downstream offline RL tasks of the DeepMind control suite.

Foundations

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

Your Notes