Papers › Towards Robust Zero-Shot Reinforcement Learning

Towards Robust Zero-Shot Reinforcement Learning

17 Oct 2025NeurIPSarXiv:2510.15382added by Syntology

Kexin Zheng, Lauriane Teyssier, Yinan Zheng, Yu Luo, Xianyuan Zhan

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

The recent development of zero-shot reinforcement learning (RL) has opened a new avenue for learning pre-trained generalist policies that can adapt to arbitrary new tasks in a zero-shot manner. While the popular Forward-Backward representations (FB) and related methods have shown promise in zero-shot RL, we empirically found that their modeling lacks expressivity and that extrapolation errors caused by out-of-distribution (OOD) actions during offline learning sometimes lead to biased representations, ultimately resulting in suboptimal performance. To address these issues, we propose Behavior-REgularizEd Zero-shot RL with Expressivity enhancement (BREEZE), an upgraded FB-based framework that simultaneously enhances learning stability, policy extraction capability, and representation learning quality. BREEZE introduces behavioral regularization in zero-shot RL policy learning, transforming policy optimization into a stable in-sample learning paradigm. Additionally, BREEZE extracts the policy using a task-conditioned diffusion model, enabling the generation of high-quality and multimodal action distributions in zero-shot RL settings. Moreover, BREEZE employs expressive attention-based architectures for representation modeling to capture the complex relationships between environmental dynamics. Extensive experiments on ExORL and D4RL Kitchen demonstrate that BREEZE achieves the best or near-the-best performance while exhibiting superior robustness compared to prior offline zero-shot RL methods. The official implementation is available at: https://github.com/Whiterrrrr/BREEZE.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 0 of 22 code samples harvested from 3 repositories linked to this paper; 22 have no recorded run.

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

enjeeneer/zero-shot-rl found in paper text by SyntologyMIT report
Whiterrrrr/BREEZE found in paper text by SyntologyMIT report
seohongpark/HILP 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

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

22unverified

Licence: 16 of the 22 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

asymmetric_l2_loss Whiterrrrr/BREEZE/agents/breeze/utils/losses.py found in paper text by Syntology unverified MIT (permissive) · 6943fbf5c4f34756 · report
download_dataset_from_url seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py found in paper text by Syntology unverified no licence file found · pointer only · 88d6d21f699682b1 · report
ensemblize seohongpark/HILP/hilp_gcrl/jaxrl_m/networks.py found in paper text by Syntology unverified no licence file found · pointer only · 7f174e0d2fe49c08 · report
filepath_from_url seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py found in paper text by Syntology unverified no licence file found · pointer only · e14321aa0b5c0b78 · report
forward_backward_loss Whiterrrrr/BREEZE/agents/breeze/utils/losses.py found in paper text by Syntology unverified MIT (permissive) · e3cf74d95ab78147 · report
get_canvas_image seohongpark/HILP/hilp_gcrl/src/d4rl_ant.py found in paper text by Syntology unverified no licence file found · pointer only · 2d17f9689108389d · report
get_keys seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py found in paper text by Syntology unverified no licence file found · pointer only · 395635db622171fa · report
get_normalization seohongpark/HILP/hilp_gcrl/src/d4rl_utils.py found in paper text by Syntology unverified no licence file found · pointer only · e60bfdd0574ddc5f · report
kitchen_render seohongpark/HILP/hilp_gcrl/dataset_render.py found in paper text by Syntology unverified no licence file found · pointer only · 56f8ab2680a5bf38 · report
make_env seohongpark/HILP/hilp_gcrl/src/d4rl_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b3d75720ab55c2c2 · report
make_visual seohongpark/HILP/hilp_gcrl/src/viz_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 9e273495210cbc4c · report
make_visual_no_image seohongpark/HILP/hilp_gcrl/src/viz_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 8bc4244b8915e237 · report
most_squarelike seohongpark/HILP/hilp_gcrl/src/viz_utils.py found in paper text by Syntology unverified no licence file found · pointer only · fd2c92d2074f0195 · report
orthogonality_loss Whiterrrrr/BREEZE/agents/breeze/utils/losses.py found in paper text by Syntology unverified MIT (permissive) · aaa32f94375375c3 · report
prepare_video seohongpark/HILP/hilp_gcrl/src/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 7effca8e608209f2 · report
random_crop seohongpark/HILP/hilp_gcrl/src/dataset_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 6ee7e4a795696bca · report
record_video seohongpark/HILP/hilp_gcrl/src/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 8620eae358ce25cb · report
reparameterise enjeeneer/zero-shot-rl/agents/utils.py found in paper text by Syntology unverified MIT (permissive) · f6d44380db7e0f60 · report
save_video seohongpark/HILP/hilp_gcrl/src/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 61a1ee7ea522bbd8 · report
schedule enjeeneer/zero-shot-rl/agents/utils.py found in paper text by Syntology unverified MIT (permissive) · 1ccc49e568725965 · report
squashed_gaussian enjeeneer/zero-shot-rl/agents/utils.py found in paper text by Syntology unverified MIT (permissive) · 6bafd0048ee05f24 · report
valid_goal_sampler seohongpark/HILP/hilp_gcrl/src/d4rl_ant.py found in paper text by Syntology unverified no licence file found · pointer only · a5514c312d961e08 · report

Results from the paper

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