{"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/gaussian-likelihood","entry":"gaussian_likelihood","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":6,"n_papers_ran":5,"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":7,"n_samples_ran":6,"n_samples_fingerprinted":4,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":2,"ran_violates":0,"ran_draft_wrong":3,"ran_fixture":0,"ran":1,"unverified":1},"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":"2311.11557","paper":"/paper/replay-enhanced-continual-reinforcement","title":"Replay-enhanced Continual Reinforcement Learning","date":"2023-11-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Sweety-dm/RECALL","path":"myrecall/sac/models.py","file_url":"https://github.com/Sweety-dm/RECALL/blob/HEAD/myrecall/sac/models.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a1e3e500ec354922","mcp_get_code":{"code_sha256":"a1e3e500ec354922"}},{"arxiv_id":"2004.07530","paper":"/paper/continual-reinforcement-learning-with-multi","title":"Continual Reinforcement Learning with Multi-Timescale Replay","date":"2020-04-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ChristosKap/multi_timescale_replay","path":"policies.py","file_url":"https://github.com/ChristosKap/multi_timescale_replay/blob/HEAD/policies.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d83bd3d48376102b","mcp_get_code":{"code_sha256":"d83bd3d48376102b"}},{"arxiv_id":"1903.00450","paper":"/paper/multi-object-representation-learning-with","title":"Multi-Object Representation Learning with Iterative Variational Inference","date":"2019-03-01","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhixuan-lin/IODINE","path":"lib/modeling/iodine.py","file_url":"https://github.com/zhixuan-lin/IODINE/blob/HEAD/lib/modeling/iodine.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"f396c5c7325b9097","mcp_get_code":{"code_sha256":"f396c5c7325b9097"}},{"arxiv_id":"1807.03039","paper":"/paper/glow-generative-flow-with-invertible-1x1","title":"Glow: Generative Flow with Invertible 1x1 Convolutions","date":"2018-07-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"y0ast/Glow-PyTorch","path":"model.py","file_url":"https://github.com/y0ast/Glow-PyTorch/blob/HEAD/model.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"code_sha256_prefix":"8d3cfb883f51ded9","mcp_get_code":{"code_sha256":"8d3cfb883f51ded9"}},{"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":"watchernyu/spinningup-drl-prototyping","path":"spinup/algos/sac/core.py","file_url":"https://github.com/watchernyu/spinningup-drl-prototyping/blob/HEAD/spinup/algos/sac/core.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"5c26c93931dce503","mcp_get_code":{"code_sha256":"5c26c93931dce503"}},{"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_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"958cab9f3ba6af81","mcp_get_code":{"code_sha256":"958cab9f3ba6af81"}},{"arxiv_id":"1707.06347","paper":"/paper/proximal-policy-optimization-algorithms","title":"Proximal Policy Optimization Algorithms","date":"2017-07-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"InSpaceAI/RL-Zoo","path":"PPO.py","file_url":"https://github.com/InSpaceAI/RL-Zoo/blob/HEAD/PPO.py","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"b46c632bedd3d8af","mcp_get_code":{"code_sha256":"b46c632bedd3d8af"}}]}