{"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":"/code/soft-update","entry":"soft_update","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":8,"n_papers_ran":0,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":14,"n_samples_ran":0,"n_samples_fingerprinted":0,"n_places":14,"n_places_pointer_only":11,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":0,"unverified":14},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2411.00610","paper":null,"title":"arXiv:2411.00610","date":null,"month_inferred_from_arxiv_id":"2024-11","title_source":null,"repo":"lviano/p2il","path":"deep_PPIL/iq.py","file_url":"https://github.com/lviano/p2il/blob/HEAD/deep_PPIL/iq.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f4f61a3c20d542b0","mcp_get_code":{"code_sha256":"f4f61a3c20d542b0"}},{"arxiv_id":"2402.13147","paper":"/paper/subiq-inverse-soft-q-learning-for-offline","title":"SPRINQL: Sub-optimal Demonstrations driven Offline Imitation Learning","date":"2024-02-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"hmhuy0/SPRINQL","path":"Sources/algos/sprinql.py","file_url":"https://github.com/hmhuy0/SPRINQL/blob/HEAD/Sources/algos/sprinql.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"168373daffe72add","mcp_get_code":{"code_sha256":"168373daffe72add"}},{"arxiv_id":"2310.12955","paper":"/paper/towards-robust-offline-reinforcement-learning","title":"Towards Robust Offline Reinforcement Learning under Diverse Data Corruption","date":"2023-10-19","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"yangrui2015/riql","path":"RIQL.py","file_url":"https://github.com/yangrui2015/riql/blob/HEAD/RIQL.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"cca4505f10b19283","mcp_get_code":{"code_sha256":"cca4505f10b19283"}},{"arxiv_id":"2110.01548","paper":"/paper/uncertainty-based-offline-reinforcement","title":"Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble","date":"2021-10-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"corl-team/CORL","path":"algorithms/offline/edac.py","file_url":"https://github.com/corl-team/CORL/blob/HEAD/algorithms/offline/edac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"12fd41e242a13169","mcp_get_code":{"code_sha256":"12fd41e242a13169"}},{"arxiv_id":"2006.09359","paper":"/paper/accelerating-online-reinforcement-learning","title":"AWAC: Accelerating Online Reinforcement Learning with Offline Datasets","date":"2020-06-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"linhlpv/Offline-and-OfflineOnline-RL","path":"AWAC/awac.py","file_url":"https://github.com/linhlpv/Offline-and-OfflineOnline-RL/blob/HEAD/AWAC/awac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1ddf841eed24fa3a","mcp_get_code":{"code_sha256":"1ddf841eed24fa3a"}},{"arxiv_id":"2002.00632","paper":"/paper/effective-diversity-in-population-based","title":"Effective Diversity in Population Based Reinforcement Learning","date":"2020-02-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"holounic/DvD-TD3","path":"td3/algorithm.py","file_url":"https://github.com/holounic/DvD-TD3/blob/HEAD/td3/algorithm.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ea8c4add89ea88fb","mcp_get_code":{"code_sha256":"ea8c4add89ea88fb"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Rafael1s/Deep-Reinforcement-Learning-Udacity","path":"Ant-PyBulletEnv-Soft-Actor-Critic/sac_agent.py","file_url":"https://github.com/Rafael1s/Deep-Reinforcement-Learning-Udacity/blob/HEAD/Ant-PyBulletEnv-Soft-Actor-Critic/sac_agent.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f735812881238a1f","mcp_get_code":{"code_sha256":"f735812881238a1f"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ku2482/discor.pytorch","path":"discor/algorithm/sac.py","file_url":"https://github.com/ku2482/discor.pytorch/blob/HEAD/discor/algorithm/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"e8abbe917721f0c8","mcp_get_code":{"code_sha256":"e8abbe917721f0c8"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ShawK91/Evolutionary-Reinforcement-Learning","path":"algos/sac.py","file_url":"https://github.com/ShawK91/Evolutionary-Reinforcement-Learning/blob/HEAD/algos/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"fcdeb82694a504e1","mcp_get_code":{"code_sha256":"fcdeb82694a504e1"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"garyzyr001/rethinking-airl","path":"airl/algo/sac.py","file_url":"https://github.com/garyzyr001/rethinking-airl/blob/HEAD/airl/algo/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"8dc0540b8dfe9b97","mcp_get_code":{"code_sha256":"8dc0540b8dfe9b97"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"MarsEleven/car_racer_RL","path":"sac/sac.py","file_url":"https://github.com/MarsEleven/car_racer_RL/blob/HEAD/sac/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ace24484ab1d6b7f","mcp_get_code":{"code_sha256":"ace24484ab1d6b7f"}},{"arxiv_id":"1801.01290","paper":"/paper/soft-actor-critic-off-policy-maximum-entropy","title":"Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor","date":"2018-01-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ajaysub110/rl-pytorch","path":"sac/models/soft_actor_critic.py","file_url":"https://github.com/ajaysub110/rl-pytorch/blob/HEAD/sac/models/soft_actor_critic.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"54ab8d446018b958","mcp_get_code":{"code_sha256":"54ab8d446018b958"}},{"arxiv_id":"1706.02275","paper":"/paper/multi-agent-actor-critic-for-mixed","title":"Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments","date":"2017-06-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Chan1998/MAAC","path":"algorithms/attention_sac.py","file_url":"https://github.com/Chan1998/MAAC/blob/HEAD/algorithms/attention_sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"f36b207d39a0f07a","mcp_get_code":{"code_sha256":"f36b207d39a0f07a"}},{"arxiv_id":"1706.02275","paper":"/paper/multi-agent-actor-critic-for-mixed","title":"Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments","date":"2017-06-07","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"isp1tze/MAProj","path":"algo/maddpg/maddpg_agent.py","file_url":"https://github.com/isp1tze/MAProj/blob/HEAD/algo/maddpg/maddpg_agent.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f0ba29ce2b116d79","mcp_get_code":{"code_sha256":"f0ba29ce2b116d79"}}]}