{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2510-15382","title":"Towards Robust Zero-Shot Reinforcement Learning","arxiv_id":"2510.15382","date":"2025-10-17","proceeding":"NeurIPS","authors":["Kexin Zheng","Lauriane Teyssier","Yinan Zheng","Yu Luo","Xianyuan Zhan"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2510.15382","url_pdf":"https://arxiv.org/pdf/2510.15382","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2510.15382","atlas_url":"https://app.syntology.ai/?focus=2510.15382","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2510.15382"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/enjeeneer/zero-shot-rl","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Whiterrrrr/BREEZE","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/seohongpark/HILP","reach":{"status":"ok"}}],"summary":{"unverified":22},"by_repo_kind":{"found_in_text":{"samples":22,"ran":0,"repositories":3}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":16,"samples":[{"code_sha256_prefix":"6943fbf5c4f34756","entry":"asymmetric_l2_loss","repo":"Whiterrrrr/BREEZE","repo_kind":"found_in_text","path":"agents/breeze/utils/losses.py","file_url":"https://github.com/Whiterrrrr/BREEZE/blob/HEAD/agents/breeze/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6943fbf5c4f34756"}},{"code_sha256_prefix":"88d6d21f699682b1","entry":"download_dataset_from_url","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/d4rl_ext/offline_env.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/d4rl_ext/offline_env.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"88d6d21f699682b1"}},{"code_sha256_prefix":"7f174e0d2fe49c08","entry":"ensemblize","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/jaxrl_m/networks.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/jaxrl_m/networks.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7f174e0d2fe49c08"}},{"code_sha256_prefix":"e14321aa0b5c0b78","entry":"filepath_from_url","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/d4rl_ext/offline_env.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/d4rl_ext/offline_env.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e14321aa0b5c0b78"}},{"code_sha256_prefix":"e3cf74d95ab78147","entry":"forward_backward_loss","repo":"Whiterrrrr/BREEZE","repo_kind":"found_in_text","path":"agents/breeze/utils/losses.py","file_url":"https://github.com/Whiterrrrr/BREEZE/blob/HEAD/agents/breeze/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e3cf74d95ab78147"}},{"code_sha256_prefix":"2d17f9689108389d","entry":"get_canvas_image","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/d4rl_ant.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/d4rl_ant.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2d17f9689108389d"}},{"code_sha256_prefix":"395635db622171fa","entry":"get_keys","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/d4rl_ext/offline_env.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/d4rl_ext/offline_env.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"395635db622171fa"}},{"code_sha256_prefix":"e60bfdd0574ddc5f","entry":"get_normalization","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/d4rl_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/d4rl_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e60bfdd0574ddc5f"}},{"code_sha256_prefix":"56f8ab2680a5bf38","entry":"kitchen_render","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/dataset_render.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/dataset_render.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"56f8ab2680a5bf38"}},{"code_sha256_prefix":"b3d75720ab55c2c2","entry":"make_env","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/d4rl_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/d4rl_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b3d75720ab55c2c2"}},{"code_sha256_prefix":"9e273495210cbc4c","entry":"make_visual","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/viz_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9e273495210cbc4c"}},{"code_sha256_prefix":"8bc4244b8915e237","entry":"make_visual_no_image","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/viz_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8bc4244b8915e237"}},{"code_sha256_prefix":"fd2c92d2074f0195","entry":"most_squarelike","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/viz_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/viz_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fd2c92d2074f0195"}},{"code_sha256_prefix":"aaa32f94375375c3","entry":"orthogonality_loss","repo":"Whiterrrrr/BREEZE","repo_kind":"found_in_text","path":"agents/breeze/utils/losses.py","file_url":"https://github.com/Whiterrrrr/BREEZE/blob/HEAD/agents/breeze/utils/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aaa32f94375375c3"}},{"code_sha256_prefix":"7effca8e608209f2","entry":"prepare_video","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7effca8e608209f2"}},{"code_sha256_prefix":"6ee7e4a795696bca","entry":"random_crop","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/dataset_utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/dataset_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6ee7e4a795696bca"}},{"code_sha256_prefix":"8620eae358ce25cb","entry":"record_video","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8620eae358ce25cb"}},{"code_sha256_prefix":"f6d44380db7e0f60","entry":"reparameterise","repo":"enjeeneer/zero-shot-rl","repo_kind":"found_in_text","path":"agents/utils.py","file_url":"https://github.com/enjeeneer/zero-shot-rl/blob/HEAD/agents/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f6d44380db7e0f60"}},{"code_sha256_prefix":"61a1ee7ea522bbd8","entry":"save_video","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/utils.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"61a1ee7ea522bbd8"}},{"code_sha256_prefix":"1ccc49e568725965","entry":"schedule","repo":"enjeeneer/zero-shot-rl","repo_kind":"found_in_text","path":"agents/utils.py","file_url":"https://github.com/enjeeneer/zero-shot-rl/blob/HEAD/agents/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1ccc49e568725965"}},{"code_sha256_prefix":"6bafd0048ee05f24","entry":"squashed_gaussian","repo":"enjeeneer/zero-shot-rl","repo_kind":"found_in_text","path":"agents/utils.py","file_url":"https://github.com/enjeeneer/zero-shot-rl/blob/HEAD/agents/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6bafd0048ee05f24"}},{"code_sha256_prefix":"a5514c312d961e08","entry":"valid_goal_sampler","repo":"seohongpark/HILP","repo_kind":"found_in_text","path":"hilp_gcrl/src/d4rl_ant.py","file_url":"https://github.com/seohongpark/HILP/blob/HEAD/hilp_gcrl/src/d4rl_ant.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a5514c312d961e08"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 7,081 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":7081},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}