LGFeb 5

Cross-Domain Offline Policy Adaptation via Selective Transition Correction

arXiv:2602.05776v14 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses a critical problem in reinforcement learning for scenarios where offline datasets from similar domains are available but underutilized due to dynamics mismatches.

The paper tackles the challenge of adapting reinforcement learning policies across domains with mismatched dynamics by proposing the Selective Transition Correction (STC) algorithm, which modifies source domain data to align with target dynamics and achieves superior performance in experiments with dynamics shifts.

It remains a critical challenge to adapt policies across domains with mismatched dynamics in reinforcement learning (RL). In this paper, we study cross-domain offline RL, where an offline dataset from another similar source domain can be accessed to enhance policy learning upon a target domain dataset. Directly merging the two datasets may lead to suboptimal performance due to potential dynamics mismatches. Existing approaches typically mitigate this issue through source domain transition filtering or reward modification, which, however, may lead to insufficient exploitation of the valuable source domain data. Instead, we propose to modify the source domain data into the target domain data. To that end, we leverage an inverse policy model and a reward model to correct the actions and rewards of source transitions, explicitly achieving alignment with the target dynamics. Since limited data may result in inaccurate model training, we further employ a forward dynamics model to retain corrected samples that better match the target dynamics than the original transitions. Consequently, we propose the Selective Transition Correction (STC) algorithm, which enables reliable usage of source domain data for policy adaptation. Experiments on various environments with dynamics shifts demonstrate that STC achieves superior performance against existing baselines.

Foundations

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

Your Notes