Papers › Unifying Value Alignment and Assignment in Cross-Domain Offline Reinforcement Learning...

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

24 May 2026ICMLarXiv:2605.24862added by Syntology

Zhongjian Qiao, Jiafei Lyu, Chenjia Bai, Peisong Wang, Siyang Gao, Shuang Qiu

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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 original source dataset typically leads to performance collapse. Recent studies perform data filtering from the perspective of dynamics alignment or value alignment to enable efficient policy transfer. However, these studies are typically validated on single-domain or single-behavior-policy source datasets. In this work, we explore a more general heterogeneous cross-domain offline RL setting, where the source datasets may be collected from multiple source domains by diverse behavior policies. We first uncover a critical yet overlooked issue in this setting: value misassignment. Empirically and theoretically, we demonstrate that value misassignment can undermine value alignment, mislead data filtering toward selecting suboptimal samples, and loosen the suboptimality gap, thereby degrading the agent's performance. To address this issue, we propose V2A, which integrates dynamics alignment, value alignment, and value assignment. V2A first employs temporally-consistent modality representation learning to extract dynamics modalities from the source dataset, followed by modality-aware advantage learning to rectify value alignment. Finally, it adopts a data filtering paradigm to selectively share source data for policy learning. Empirical results show that V2A significantly outperforms strong baseline methods under general heterogeneous cross-domain offline RL settings.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.24862")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zq2r/V2A found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 10 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
2unverified

Licence: 12 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from zq2r/V2A. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ContrastiveInfo zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · 4adaafff14690407 · report
DoubleQFunc zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · 83e6f21e17e7bb78 · report
DoubleQFuncZ zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · b0656c14e797d023 · report
LayerNormEnsemble zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · caffdc2cc04cbc6d · report
LinearEnsemble zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · c76593b92332a06f · report
MLPNetwork zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · df54328b8327c1f5 · report
Policy zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 17fe358051cb051d · report
TanhTransform zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 349b6c796a1430be · report
ValueFunc zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · fb381367489d8939 · report
ValueFuncZ zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology ran no licence file found · pointer only · 0a7cfd6595f42b67 · report
EnsembleMLP zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology unverified no licence file found · pointer only · 80731ffdd4365bf4 · report
V2A_IGDF zq2r/V2A/algo/offline_offline/v2a_igdf.py found in paper text by Syntology unverified no licence file found · pointer only · d630866dbd5ad988 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.24862, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections