Papers › Dual-Robust Cross-Domain Offline Reinforcement Learning Against Dynamics Shifts

Dual-Robust Cross-Domain Offline Reinforcement Learning Against Dynamics Shifts

2 Dec 2025ICLRarXiv:2512.02486added by Syntology

Zhongjian Qiao, Rui Yang, Jiafei Lyu, Xiu Li, Zhongxiang Dai, Zhuoran Yang, 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).

Single-domain offline reinforcement learning (RL) often suffers from limited data coverage, while cross-domain offline RL handles this issue by leveraging additional data from other domains with dynamics shifts. However, existing studies primarily focus on train-time robustness (handling dynamics shifts from training data), neglecting the test-time robustness against dynamics perturbations when deployed in practical scenarios. In this paper, we investigate dual (both train-time and test-time) robustness against dynamics shifts in cross-domain offline RL. We first empirically show that the policy trained with cross-domain offline RL exhibits fragility under dynamics perturbations during evaluation, particularly when target domain data is limited. To address this, we introduce a novel robust cross-domain Bellman (RCB) operator, which enhances test-time robustness against dynamics perturbations while staying conservative to the out-of-distribution dynamics transitions, thus guaranteeing the train-time robustness. To further counteract potential value overestimation or underestimation caused by the RCB operator, we introduce two techniques, the dynamic value penalty and the Huber loss, into our framework, resulting in the practical \textbf{D}ual-\textbf{RO}bust \textbf{C}ross-domain \textbf{O}ffline RL (DROCO) algorithm. Extensive empirical results across various dynamics shift scenarios show that DROCO outperforms strong baselines and exhibits enhanced robustness to dynamics perturbations.

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="2512.02486")

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 8 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 9 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zq2r/DROCO 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

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 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.

2ran · our draft was wrong
8ran
4unverified

Licence: 1 of the 14 samples is 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/DROCO. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

DoubleQFunc zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 61f889f4af38b19e · report
EnsembleFC zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 565d5f3b2d92ee92 · report
EnsembleModel zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · d947cb060e01ed70 · report
MLPNetwork zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · c62cb3511f9129eb · report
Normalizer zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 8165b4e4e90023a0 · report
Policy zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 8a661ac1c9e4bfbf · report
TanhTransform zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · b6adb9bd3187839e · report
ValueFunc zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · e3a1ce468acbf463 · report
huber_loss zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · ad44a67c8db05805 · report
DROCO zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology unverified MIT (permissive) · 982023d532c1dda2 · report
EnsembleDynamicsModel zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology unverified MIT (permissive) · 0e8624fb2f901e80 · report
Module zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology unverified MIT (permissive) · 4cdbd80b8e624adc · report
init_weights zq2r/DROCO/algo/offline_offline/droco.py found in paper text by Syntology unverified MIT (permissive) · 8076d9d6464f513f · report
asymmetric_l2_loss identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 82a8f299419d4d83 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2512.02486, was issued in December 2025, 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