LGAIMay 12, 2024

Ensemble Successor Representations for Task Generalization in Offline-to-Online Reinforcement Learning

arXiv:2405.07223v12 citationsh-index: 17Sci China Inf Sci
Originality Incremental advance
AI Analysis

This addresses the challenge of efficient task adaptation in real-world RL applications, though it is incremental as it builds on existing successor representation frameworks.

The paper tackles the problem of task generalization in offline-to-online reinforcement learning, where an offline dataset from one task is used to adapt quickly to new tasks online, and demonstrates superior performance in generalizing to diverse or unseen tasks.

In Reinforcement Learning (RL), training a policy from scratch with online experiences can be inefficient because of the difficulties in exploration. Recently, offline RL provides a promising solution by giving an initialized offline policy, which can be refined through online interactions. However, existing approaches primarily perform offline and online learning in the same task, without considering the task generalization problem in offline-to-online adaptation. In real-world applications, it is common that we only have an offline dataset from a specific task while aiming for fast online-adaptation for several tasks. To address this problem, our work builds upon the investigation of successor representations for task generalization in online RL and extends the framework to incorporate offline-to-online learning. We demonstrate that the conventional paradigm using successor features cannot effectively utilize offline data and improve the performance for the new task by online fine-tuning. To mitigate this, we introduce a novel methodology that leverages offline data to acquire an ensemble of successor representations and subsequently constructs ensemble Q functions. This approach enables robust representation learning from datasets with different coverage and facilitates fast adaption of Q functions towards new tasks during the online fine-tuning phase. Extensive empirical evaluations provide compelling evidence showcasing the superior performance of our method in generalizing to diverse or even unseen tasks.

Foundations

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

Your Notes