paper-with-me

홈 › Papers

Cross-Domain Offline Policy Adaptation via Selective Transition Correction

2026-02-05 · Mengbei Yan, Jiafei Lyu, Shengjie Sun, Zhongjian Qiao, Jingwen Yang, Zichuan Lin, Deheng Ye, Xiu Li arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.05776

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Learning to Trust Bellman Updates: Selective State-Adaptive Regularization for Offline RL

2025-05-26 · Qin-Wen Luo, Ming-Kun Xie, Ye-Wen Wang, Sheng-Jun Huang

Offline reinforcement learning (RL) aims to learn an effective policy from a static dataset. To alleviate extrapolation errors, existing studies often uniformly regularize the value function or policy updates across all …

D4RLOffline RLReinforcement Learning (RL)

Target-Aligned Bellman Backup for Cross-domain Offline Reinforcement Learning

2026-05-21 · Wei Liu, Ting Long arxiv

Cross-domain offline reinforcement learning (CDRL) aims to improve policy learning in a target domain by leveraging data collected from a source domain. Existing works typically assess the transferability of source-domai…

Reinforcement LearningOffline RL

Unifying Value Alignment and Assignment in Cross-Domain Offline Reinforcement Learning with Heterogeneous Datasets

2026-05-24 · Zhongjian Qiao, Jiafei Lyu, Chenjia Bai, Peisong Wang 외 arxiv

Cross-domain offline reinforcement learning (RL) aims to learn a policy in the target domain with a limited target domain dataset and a source domain dataset that exhibits a dynamics shift. Training directly on the origi…

Representation LearningReinforcement LearningOffline RL

In-Context Policy Adaptation via Cross-Domain Skill Diffusion

2025-09-04 · Minjong Yoo, Woo Kyung Kim, Honguk Woo arxiv

In this work, we present an in-context policy adaptation (ICPAD) framework designed for long-horizon multi-task environments, exploring diffusion-based skill learning techniques in cross-domain settings. The framework en…

Reinforcement LearningAutonomous Driving

OPERA: Offline Policy-guided Expert Routing and Adaptation for Universal Biomedical Image Analysis

2026-07-27 · Zihan Li, Feiyang Liu, Dandan Shan, Ruibo Wang 외 hf

Biomedical image analysis spans diverse modalities and tasks, yet real-world deployment is hindered by severe distribution shifts across scanners, protocols, and patient populations. High-performing models consequently r…

Test-time Adaptation