LGAINov 7, 2023

Context Shift Reduction for Offline Meta-Reinforcement Learning

arXiv:2311.03695v128 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses a key bottleneck for researchers and practitioners in offline meta-RL by enhancing generalization without additional data, though it is incremental as it builds on existing OMRL frameworks.

The paper tackles the context shift problem in offline meta-reinforcement learning, where distribution discrepancies between training and testing contexts degrade task inference and generalization, and proposes CSRO to reduce this shift, achieving significant improvements over prior methods in various domains.

Offline meta-reinforcement learning (OMRL) utilizes pre-collected offline datasets to enhance the agent's generalization ability on unseen tasks. However, the context shift problem arises due to the distribution discrepancy between the contexts used for training (from the behavior policy) and testing (from the exploration policy). The context shift problem leads to incorrect task inference and further deteriorates the generalization ability of the meta-policy. Existing OMRL methods either overlook this problem or attempt to mitigate it with additional information. In this paper, we propose a novel approach called Context Shift Reduction for OMRL (CSRO) to address the context shift problem with only offline datasets. The key insight of CSRO is to minimize the influence of policy in context during both the meta-training and meta-test phases. During meta-training, we design a max-min mutual information representation learning mechanism to diminish the impact of the behavior policy on task representation. In the meta-test phase, we introduce the non-prior context collection strategy to reduce the effect of the exploration policy. Experimental results demonstrate that CSRO significantly reduces the context shift and improves the generalization ability, surpassing previous methods across various challenging domains.

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