Xianyuan Zhan, Yu Luo, Yinan Zheng, Kexin Zheng, Lauriane Teyssier
We lifted 22 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| seohongpark/HILP | canonical | 0 of 16 |
| Whiterrrrr/BREEZE | canonical | 0 of 3 |
| enjeeneer/zero-shot-rl | canonical | 0 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| asymmetric_l2_loss | Not yet run | Whiterrrrr/BREEZE/agents/breeze/utils/losses.py code served (permissive licence) · get_code("6943fbf5c4f34756") |
| download_dataset_from_url | Not yet run | seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py pointer only (licence: NONE) · get_code("88d6d21f699682b1") |
| ensemblize | Not yet run | seohongpark/HILP/hilp_gcrl/jaxrl_m/networks.py pointer only (licence: NONE) · get_code("7f174e0d2fe49c08") |
| filepath_from_url | Not yet run | seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py pointer only (licence: NONE) · get_code("e14321aa0b5c0b78") |
| forward_backward_loss | Not yet run | Whiterrrrr/BREEZE/agents/breeze/utils/losses.py code served (permissive licence) · get_code("e3cf74d95ab78147") |
| get_canvas_image | Not yet run | seohongpark/HILP/hilp_gcrl/src/d4rl_ant.py pointer only (licence: NONE) · get_code("2d17f9689108389d") |
| get_keys | Not yet run | seohongpark/HILP/hilp_gcrl/d4rl_ext/offline_env.py pointer only (licence: NONE) · get_code("395635db622171fa") |
| get_normalization | Not yet run | seohongpark/HILP/hilp_gcrl/src/d4rl_utils.py pointer only (licence: NONE) · get_code("e60bfdd0574ddc5f") |
| kitchen_render | Not yet run | seohongpark/HILP/hilp_gcrl/dataset_render.py pointer only (licence: NONE) · get_code("56f8ab2680a5bf38") |
| make_env | Not yet run | seohongpark/HILP/hilp_gcrl/src/d4rl_utils.py pointer only (licence: NONE) · get_code("b3d75720ab55c2c2") |
| make_visual | Not yet run | seohongpark/HILP/hilp_gcrl/src/viz_utils.py pointer only (licence: NONE) · get_code("9e273495210cbc4c") |
| make_visual_no_image | Not yet run | seohongpark/HILP/hilp_gcrl/src/viz_utils.py pointer only (licence: NONE) · get_code("8bc4244b8915e237") |
| most_squarelike | Not yet run | seohongpark/HILP/hilp_gcrl/src/viz_utils.py pointer only (licence: NONE) · get_code("fd2c92d2074f0195") |
| orthogonality_loss | Not yet run | Whiterrrrr/BREEZE/agents/breeze/utils/losses.py code served (permissive licence) · get_code("aaa32f94375375c3") |
| prepare_video | Not yet run | seohongpark/HILP/hilp_gcrl/src/utils.py pointer only (licence: NONE) · get_code("7effca8e608209f2") |
| random_crop | Not yet run | seohongpark/HILP/hilp_gcrl/src/dataset_utils.py pointer only (licence: NONE) · get_code("6ee7e4a795696bca") |
| record_video | Not yet run | seohongpark/HILP/hilp_gcrl/src/utils.py pointer only (licence: NONE) · get_code("8620eae358ce25cb") |
| reparameterise | Not yet run | enjeeneer/zero-shot-rl/agents/utils.py code served (permissive licence) · get_code("f6d44380db7e0f60") |
| save_video | Not yet run | seohongpark/HILP/hilp_gcrl/src/utils.py pointer only (licence: NONE) · get_code("61a1ee7ea522bbd8") |
| schedule | Not yet run | enjeeneer/zero-shot-rl/agents/utils.py code served (permissive licence) · get_code("1ccc49e568725965") |
| squashed_gaussian | Not yet run | enjeeneer/zero-shot-rl/agents/utils.py code served (permissive licence) · get_code("6bafd0048ee05f24") |
| valid_goal_sampler | Not yet run | seohongpark/HILP/hilp_gcrl/src/d4rl_ant.py pointer only (licence: NONE) · get_code("a5514c312d961e08") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2510.15382")
get_code_for_paper("2510.15382")
have("2510.15382")
Connect an agent — have() is free.