paper-with-me

홈 › Papers

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

2024-05-12 · Changhong Wang, Xudong Yu, Chenjia Bai, Qiaosheng Zhang, Zhen Wang

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.

📄 PDF Abstract BibTeX arXiv:2405.07223

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Self-Predictive Representations for Combinatorial Generalization in Behavioral Cloning

2025-06-11 · Daniel Lawson, Adriana Hugessen, Charlotte Cloutier, Glen Berseth 외

Behavioral cloning (BC) methods trained with supervised learning (SL) are an effective way to learn policies from human demonstrations in domains like robotics. Goal-conditioning these policies enables a single generalis…

Representation Learning

$\pi2\text{vec}$: Policy Representations with Successor Features

2023-06-16 · Gianluca Scarpellini, Ksenia Konyushkova, Claudio Fantacci, Tom Le Paine 외

This paper describes $\pi2\text{vec}$, a method for representing behaviors of black box policies as feature vectors. The policy representations capture how the statistics of foundation model features change in response t…

Offline RL

Saliency-Guided Representation with Consistency Policy Learning for Visual Unsupervised Reinforcement Learning

2026-04-07 · Jingbo Sun, Qichao Zhang, Songjun Tu, Xing Fang 외 arxiv

Zero-shot unsupervised reinforcement learning (URL) offers a promising direction for building generalist agents capable of generalizing to unseen tasks without additional supervision. Among existing approaches, successor…

Zero-shot GeneralizationRepresentation LearningReinforcement Learning

Switching Successor Measures for Hierarchical Zero-shot Reinforcement Learning

2026-05-13 · Stefan Stojanovic, Alexandre Proutiere arxiv

Hierarchical reinforcement learning can improve generalization by decomposing long-horizon decision-making into simpler subproblems. However, existing approaches often rely on restrictive design choices, such as fixed te…

Hierarchical Reinforcement Learning

Offline Goal-conditioned Reinforcement Learning with Quasimetric Representations

2025-09-24 · Vivek Myers, Bill Chunyuan Zheng, Benjamin Eysenbach, Sergey Levine arxiv

Approaches for goal-conditioned reinforcement learning (GCRL) often use learned state representations to extract goal-reaching policies. Two frameworks for representation structure have yielded particularly effective GCR…

Representation LearningReinforcement LearningContrastive Learning