LGDec 19, 2024

Entropy Regularized Task Representation Learning for Offline Meta-Reinforcement Learning

arXiv:2412.14834v22 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses a key limitation in offline meta-RL for agents needing rapid adaptation, though it appears incremental as it builds on existing context-based methods.

The paper tackles the problem of distribution mismatch in offline meta-reinforcement learning, where context-based approaches overfit to training data, by proposing an entropy regularization method to improve task representations, resulting in outperforming prior methods on both in-distribution and out-of-distribution tasks in MuJoCo environments.

Offline meta-reinforcement learning aims to equip agents with the ability to rapidly adapt to new tasks by training on data from a set of different tasks. Context-based approaches utilize a history of state-action-reward transitions -- referred to as the context -- to infer representations of the current task, and then condition the agent, i.e., the policy and value function, on the task representations. Intuitively, the better the task representations capture the underlying tasks, the better the agent can generalize to new tasks. Unfortunately, context-based approaches suffer from distribution mismatch, as the context in the offline data does not match the context at test time, limiting their ability to generalize to the test tasks. This leads to the task representations overfitting to the offline training data. Intuitively, the task representations should be independent of the behavior policy used to collect the offline data. To address this issue, we approximately minimize the mutual information between the distribution over the task representations and behavior policy by maximizing the entropy of behavior policy conditioned on the task representations. We validate our approach in MuJoCo environments, showing that compared to baselines, our task representations more faithfully represent the underlying tasks, leading to outperforming prior methods in both in-distribution and out-of-distribution tasks.

Code Implementations1 repo
Foundations

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

Your Notes