{"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/sac","entry":"SAC","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":3,"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":20,"n_samples_ran":4,"n_samples_fingerprinted":1,"n_places":20,"n_places_pointer_only":9,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":0,"ran_fixture":0,"ran":4,"unverified":16},"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":"2402.05408","paper":"/paper/migc-multi-instance-generation-controller-for","title":"MIGC: Multi-Instance Generation Controller for Text-to-Image Synthesis","date":"2024-02-08","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"limuloo/migc","path":"migc/migc_arch.py","file_url":"https://github.com/limuloo/migc/blob/HEAD/migc/migc_arch.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"b94c1c2a13728953","mcp_get_code":{"code_sha256":"b94c1c2a13728953"}},{"arxiv_id":"2202.05244","paper":"/paper/revolver-continuous-evolutionary-models-for","title":"REvolveR: Continuous Evolutionary Models for Robot-to-robot Policy Transfer","date":"2022-02-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"xingyul/revolver","path":"gym/SAC.py","file_url":"https://github.com/xingyul/revolver/blob/HEAD/gym/SAC.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-2.0","inline_ok":false,"code_sha256_prefix":"b338db7b6d988868","mcp_get_code":{"code_sha256":"b338db7b6d988868"}},{"arxiv_id":"2108.13610","paper":"/paper/iterative-filter-adaptive-network-for-single-1","title":"Iterative Filter Adaptive Network for Single Image Defocus Deblurring","date":"2021-08-31","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"codeslake/IFAN","path":"models/archs/IFAN.py","file_url":"https://github.com/codeslake/IFAN/blob/HEAD/models/archs/IFAN.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"AGPL-3.0","inline_ok":false,"code_sha256_prefix":"fbf1f45bff48a98f","mcp_get_code":{"code_sha256":"fbf1f45bff48a98f"}},{"arxiv_id":"2105.00097","paper":"/paper/self-supervised-augmentation-consistency-for","title":"Self-supervised Augmentation Consistency for Adapting Semantic Segmentation","date":"2021-04-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"visinf/da-sac","path":"models/sac.py","file_url":"https://github.com/visinf/da-sac/blob/HEAD/models/sac.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":"c75f3289ccfc5cc2","mcp_get_code":{"code_sha256":"c75f3289ccfc5cc2"}},{"arxiv_id":"2010.08830","paper":"/paper/mesa-boost-ensemble-imbalanced-learning-with","title":"MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler","date":"2020-10-17","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"NeurIPS2020AnonymousSubmission/mesa","path":"mesa.py","file_url":"https://github.com/NeurIPS2020AnonymousSubmission/mesa/blob/HEAD/mesa.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"2eade89a5f8f0440","mcp_get_code":{"code_sha256":"2eade89a5f8f0440"}},{"arxiv_id":"2004.14990","paper":"/paper/reinforcement-learning-with-augmented-data","title":"Reinforcement Learning with Augmented Data","date":"2020-04-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"KarlXing/RL-Visual-Continuous-Control","path":"src/agent/rad.py","file_url":"https://github.com/KarlXing/RL-Visual-Continuous-Control/blob/HEAD/src/agent/rad.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"bf3db7327a139e28","mcp_get_code":{"code_sha256":"bf3db7327a139e28"}},{"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":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"217cd7f6f86864da","mcp_get_code":{"code_sha256":"217cd7f6f86864da"}},{"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":"SaminYeasar/off_policy_ac","path":"SAC/SAC.py","file_url":"https://github.com/SaminYeasar/off_policy_ac/blob/HEAD/SAC/SAC.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"43d63d9b3b6240a1","mcp_get_code":{"code_sha256":"43d63d9b3b6240a1"}},{"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":"kdally/fault-tolerant-flight-control-drl","path":"fault_tolerant_flight_control_drl/agent/sac.py","file_url":"https://github.com/kdally/fault-tolerant-flight-control-drl/blob/HEAD/fault_tolerant_flight_control_drl/agent/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"569d921eb9b51536","mcp_get_code":{"code_sha256":"569d921eb9b51536"}},{"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":"baturaysaglam/la3p","path":"Code/SAC/SAC.py","file_url":"https://github.com/baturaysaglam/la3p/blob/HEAD/Code/SAC/SAC.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"0edd4b0f90be8f84","mcp_get_code":{"code_sha256":"0edd4b0f90be8f84"}},{"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":"yhisaki/average-reward-drl","path":"average_reward_drl/algorithms/sac.py","file_url":"https://github.com/yhisaki/average-reward-drl/blob/HEAD/average_reward_drl/algorithms/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4849ba61ae47dd70","mcp_get_code":{"code_sha256":"4849ba61ae47dd70"}},{"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":"348b1924f106de50","mcp_get_code":{"code_sha256":"348b1924f106de50"}},{"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":"h-aboutalebi/SparceReward","path":"engine/algorithms/SAC/sac.py","file_url":"https://github.com/h-aboutalebi/SparceReward/blob/HEAD/engine/algorithms/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":"9e2e2c85eabbd88f","mcp_get_code":{"code_sha256":"9e2e2c85eabbd88f"}},{"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":"sunfex/weighted-sac","path":"sac.py","file_url":"https://github.com/sunfex/weighted-sac/blob/HEAD/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1cb5a8aa4ee6cb43","mcp_get_code":{"code_sha256":"1cb5a8aa4ee6cb43"}},{"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":"hyunin-lee/ForecasterSAC","path":"sac.py","file_url":"https://github.com/hyunin-lee/ForecasterSAC/blob/HEAD/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9efbd1e63c6644e5","mcp_get_code":{"code_sha256":"9efbd1e63c6644e5"}},{"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":"6af70c8a2239d7c5","mcp_get_code":{"code_sha256":"6af70c8a2239d7c5"}},{"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":"fa07dbb92f6c222b","mcp_get_code":{"code_sha256":"fa07dbb92f6c222b"}},{"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/gail-airl-ppo.pytorch","path":"gail_airl_ppo/algo/sac.py","file_url":"https://github.com/ku2482/gail-airl-ppo.pytorch/blob/HEAD/gail_airl_ppo/algo/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"104ef2d3e37baa21","mcp_get_code":{"code_sha256":"104ef2d3e37baa21"}},{"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":"pranz24/pytorch-soft-actor-critic","path":"sac.py","file_url":"https://github.com/pranz24/pytorch-soft-actor-critic/blob/HEAD/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d77f61cb28da8383","mcp_get_code":{"code_sha256":"d77f61cb28da8383"}},{"arxiv_id":"1509.02971","paper":"/paper/continuous-control-with-deep-reinforcement","title":"Continuous control with deep reinforcement learning","date":"2015-09-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Souphis/mobile_robot_rl","path":"mobile_robot_rl/agents/sac.py","file_url":"https://github.com/Souphis/mobile_robot_rl/blob/HEAD/mobile_robot_rl/agents/sac.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1be47476efdc31c1","mcp_get_code":{"code_sha256":"1be47476efdc31c1"}}]}