LGJun 22, 2023

Beyond OOD State Actions: Supported Cross-Domain Offline Reinforcement Learning

arXiv:2306.12755v134 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This addresses data inefficiency for offline RL practitioners, offering a novel approach to enhance training with limited data, though it is incremental in building on existing OOD state action solutions.

The paper tackles the problem of data inefficiency in offline reinforcement learning by proposing cross-domain offline RL, which incorporates source-domain data from varying environments to improve efficiency, and demonstrates that their method BOSA achieves 74.4% of SOTA performance using only 10% of target data.

Offline reinforcement learning (RL) aims to learn a policy using only pre-collected and fixed data. Although avoiding the time-consuming online interactions in RL, it poses challenges for out-of-distribution (OOD) state actions and often suffers from data inefficiency for training. Despite many efforts being devoted to addressing OOD state actions, the latter (data inefficiency) receives little attention in offline RL. To address this, this paper proposes the cross-domain offline RL, which assumes offline data incorporate additional source-domain data from varying transition dynamics (environments), and expects it to contribute to the offline data efficiency. To do so, we identify a new challenge of OOD transition dynamics, beyond the common OOD state actions issue, when utilizing cross-domain offline data. Then, we propose our method BOSA, which employs two support-constrained objectives to address the above OOD issues. Through extensive experiments in the cross-domain offline RL setting, we demonstrate BOSA can greatly improve offline data efficiency: using only 10\% of the target data, BOSA could achieve {74.4\%} of the SOTA offline RL performance that uses 100\% of the target data. Additionally, we also show BOSA can be effortlessly plugged into model-based offline RL and noising data augmentation techniques (used for generating source-domain data), which naturally avoids the potential dynamics mismatch between target-domain data and newly generated source-domain data.

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