{"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/gta-generative-trajectory-augmentation-with","title":"GTA: Generative Trajectory Augmentation with Guidance for Offline Reinforcement Learning","arxiv_id":"2405.16907","date":"2024-05-27","proceeding":null,"authors":["Jaewoo Lee","Sujin Yun","Taeyoung Yun","Jinkyoo Park"],"abstract":"Offline Reinforcement Learning (Offline RL) presents challenges of learning effective decision-making policies from static datasets without any online interactions. Data augmentation techniques, such as noise injection and data synthesizing, aim to improve Q-function approximation by smoothing the learned state-action region. However, these methods often fall short of directly improving the quality of offline datasets, leading to suboptimal results. In response, we introduce GTA, Generative Trajectory Augmentation, a novel generative data augmentation approach designed to enrich offline data by augmenting trajectories to be both high-rewarding and dynamically plausible. GTA applies a diffusion model within the data augmentation framework. GTA partially noises original trajectories and then denoises them with classifier-free guidance via conditioning on amplified return value. Our results show that GTA, as a general data augmentation strategy, enhances the performance of widely used offline RL algorithms across various tasks with unique challenges. Furthermore, we conduct a quality analysis of data augmented by GTA and demonstrate that GTA improves the quality of the data. Our code is available at https://github.com/Jaewoopudding/GTA","url_abs":"https://arxiv.org/abs/2405.16907v5","url_pdf":"https://arxiv.org/pdf/2405.16907v5.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"gta-generative-trajectory-augmentation-with","repo_url":"https://github.com/jaewoopudding/gta","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"decision-making","task_name":"Decision Making"},{"task_slug":"offline-rl","task_name":"Offline RL"},{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[{"method_slug":"diffusion","method_name":"Diffusion"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2405.16907","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2405.16907"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/conglu1997/SynthER","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/tinkoff-ai/CORL","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/Jaewoopudding/GTA","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/yihaosun1124/OfflineRL-Kit","reach":null},{"provenance":"deterministic:regex_extraction","url":"https://github.com/conglu1997/v-d4rl","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jaewoopudding/gta","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":5,"ran":20,"ran_violates":4,"ran_honours":3,"unverified":5},"by_repo_kind":{"official":{"samples":19,"ran":16,"repositories":1},"found_in_text":{"samples":18,"ran":16,"repositories":2}},"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":0,"samples":[{"code_sha256_prefix":"4e08ac58e3891cfb","entry":"compute_mean_std","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/corl/algorithms/cql.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/corl/algorithms/cql.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4e08ac58e3891cfb"}},{"code_sha256_prefix":"b5472673332de78e","entry":"log","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/diffusion/elucidated_diffusion.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/diffusion/elucidated_diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b5472673332de78e"}},{"code_sha256_prefix":"01dc94ab923da1cc","entry":"ElucidatedDiffusion","repo":"jaewoopudding/gta","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/jaewoopudding/gta/blob/HEAD/src/diffusion/elucidated_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"01dc94ab923da1cc"}},{"code_sha256_prefix":"82a8f299419d4d83","entry":"asymmetric_l2_loss","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/algorithms/iql.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/algorithms/iql.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82a8f299419d4d83"}},{"code_sha256_prefix":"4d84241d86cd513b","entry":"combine_two_tensors","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/online/redq_rlpd_agent.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/online/redq_rlpd_agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4d84241d86cd513b"}},{"code_sha256_prefix":"86f2ca05d53e29f0","entry":"compute_mean_std","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/shared/utils.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/shared/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"86f2ca05d53e29f0"}},{"code_sha256_prefix":"d1ef6b8cb9a28a53","entry":"default","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/diffusion/denoiser_network.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/diffusion/denoiser_network.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d1ef6b8cb9a28a53"}},{"code_sha256_prefix":"915fbeb88e13d4a3","entry":"default","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/elucidated_diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"915fbeb88e13d4a3"}},{"code_sha256_prefix":"7606f8708b6efb13","entry":"define_rewardweighting_sampler","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/elucidated_diffusion.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7606f8708b6efb13"}},{"code_sha256_prefix":"f1082bd682dc3cf0","entry":"discounted_cumsum","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/algorithms/dt.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/algorithms/dt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f1082bd682dc3cf0"}},{"code_sha256_prefix":"9f840a22d31a89bc","entry":"episode_len","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/replay_buffer.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/replay_buffer.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f840a22d31a89bc"}},{"code_sha256_prefix":"7ca0a51383f3d84b","entry":"eval_actor","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/corl/algorithms/edac.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/corl/algorithms/edac.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7ca0a51383f3d84b"}},{"code_sha256_prefix":"aa5486a3650902d8","entry":"exists","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/elucidated_diffusion.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa5486a3650902d8"}},{"code_sha256_prefix":"608e364a9d2376a3","entry":"exists","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/diffusion/denoiser_network.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/diffusion/denoiser_network.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"608e364a9d2376a3"}},{"code_sha256_prefix":"a4d39c2adb56e8ce","entry":"extend_and_repeat","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/algorithms/cql.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/algorithms/cql.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a4d39c2adb56e8ce"}},{"code_sha256_prefix":"308e4d2dcc2d67f2","entry":"get_activation","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/denoiser_network/helpers.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/denoiser_network/helpers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"308e4d2dcc2d67f2"}},{"code_sha256_prefix":"996f00d5d9b562ae","entry":"get_time_limit","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/online/online_exp.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/online/online_exp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"996f00d5d9b562ae"}},{"code_sha256_prefix":"52a34e88baa61a95","entry":"get_unique_int","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/dmc.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/dmc.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52a34e88baa61a95"}},{"code_sha256_prefix":"184876e5f4ab6562","entry":"load_episode","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/replay_buffer.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/replay_buffer.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"184876e5f4ab6562"}},{"code_sha256_prefix":"6567f3b84283c0f8","entry":"make_replay_loader","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/replay_buffer.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/replay_buffer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6567f3b84283c0f8"}},{"code_sha256_prefix":"ba80f9ff81b1de5f","entry":"normalize_states","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/shared/utils.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/shared/utils.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ba80f9ff81b1de5f"}},{"code_sha256_prefix":"be9e2d491a0432c5","entry":"normalizer_factory","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/diffusion/norm.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/diffusion/norm.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"be9e2d491a0432c5"}},{"code_sha256_prefix":"47482b0dd3325c35","entry":"pad_along_axis","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/algorithms/dt.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/algorithms/dt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47482b0dd3325c35"}},{"code_sha256_prefix":"136a4348dc060901","entry":"return_reward_range","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/shared/buffer.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/shared/buffer.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"136a4348dc060901"}},{"code_sha256_prefix":"a5da65c6813c8a2e","entry":"save_episode","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"conversion_scripts/hdf5_to_npz.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/conversion_scripts/hdf5_to_npz.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a5da65c6813c8a2e"}},{"code_sha256_prefix":"ae234269debed3f4","entry":"schedule","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/utils.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ae234269debed3f4"}},{"code_sha256_prefix":"f3eb5978a6086471","entry":"split_diffusion_trajectory","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/utils.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f3eb5978a6086471"}},{"code_sha256_prefix":"254a3bde31e8eccb","entry":"split_diffusion_transition","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"src/diffusion/utils.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/src/diffusion/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"254a3bde31e8eccb"}},{"code_sha256_prefix":"6244e9922f4e0610","entry":"to_torch","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"drqbc/utils.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/drqbc/utils.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6244e9922f4e0610"}},{"code_sha256_prefix":"637dc1e936615e64","entry":"wrap_env","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/algorithms/dt.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/algorithms/dt.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"637dc1e936615e64"}},{"code_sha256_prefix":"92425c08adf4c962","entry":"wrap_env","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/shared/utils.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/shared/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"92425c08adf4c962"}},{"code_sha256_prefix":"e06e791cc82d11d9","entry":"wrap_gym","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/online/online_exp.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/online/online_exp.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e06e791cc82d11d9"}},{"code_sha256_prefix":"463193b720793e28","entry":"BaseNormalizer","repo":"jaewoopudding/gta","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/jaewoopudding/gta/blob/HEAD/src/diffusion/elucidated_diffusion.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":"463193b720793e28"}},{"code_sha256_prefix":"f723bf01040101db","entry":"apply_conditioning","repo":"jaewoopudding/gta","repo_kind":"official","path":"src/diffusion/elucidated_diffusion.py","file_url":"https://github.com/jaewoopudding/gta/blob/HEAD/src/diffusion/elucidated_diffusion.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":"f723bf01040101db"}},{"code_sha256_prefix":"5ca2fd0c3f022a7d","entry":"load_episodes","repo":"conglu1997/v-d4rl","repo_kind":"found_in_text","path":"conversion_scripts/npz_to_hdf5.py","file_url":"https://github.com/conglu1997/v-d4rl/blob/HEAD/conversion_scripts/npz_to_hdf5.py","link_basis":"harvester_set","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":"5ca2fd0c3f022a7d"}},{"code_sha256_prefix":"b02ea4837cdfa314","entry":"prepare_replay_buffer","repo":"Jaewoopudding/GTA","repo_kind":"official","path":"corl/shared/buffer.py","file_url":"https://github.com/Jaewoopudding/GTA/blob/HEAD/corl/shared/buffer.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":"b02ea4837cdfa314"}},{"code_sha256_prefix":"4dd56ecf0f797666","entry":"wrap_env","repo":"conglu1997/SynthER","repo_kind":"found_in_text","path":"synther/corl/algorithms/cql.py","file_url":"https://github.com/conglu1997/SynthER/blob/HEAD/synther/corl/algorithms/cql.py","link_basis":"harvester_set","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":"4dd56ecf0f797666"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}