LGAIFeb 19, 2024

Offline Multi-task Transfer RL with Representational Penalization

arXiv:2402.12570v113 citationsh-index: 8AISTATS
Originality Incremental advance
AI Analysis

This addresses the challenge of incomplete coverage in multi-task offline RL, which is a domain-specific problem for reinforcement learning practitioners.

The paper tackles the problem of representation transfer in offline reinforcement learning, where data from multiple source tasks is used to learn a shared representation for a target task without environment interactions, and it proposes an algorithm that establishes a data-dependent upper bound for policy suboptimality and shows empirical benefits on a rich-observation MDP.

We study the problem of representation transfer in offline Reinforcement Learning (RL), where a learner has access to episodic data from a number of source tasks collected a priori, and aims to learn a shared representation to be used in finding a good policy for a target task. Unlike in online RL where the agent interacts with the environment while learning a policy, in the offline setting there cannot be such interactions in either the source tasks or the target task; thus multi-task offline RL can suffer from incomplete coverage. We propose an algorithm to compute pointwise uncertainty measures for the learnt representation, and establish a data-dependent upper bound for the suboptimality of the learnt policy for the target task. Our algorithm leverages the collective exploration done by source tasks to mitigate poor coverage at some points by a few tasks, thus overcoming the limitation of needing uniformly good coverage for a meaningful transfer by existing offline algorithms. We complement our theoretical results with empirical evaluation on a rich-observation MDP which requires many samples for complete coverage. Our findings illustrate the benefits of penalizing and quantifying the uncertainty in the learnt representation.

Foundations

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

Your Notes