{"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/lambda-return","entry":"lambda_return","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":7,"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":6,"n_samples_ran":3,"n_samples_fingerprinted":1,"n_places":7,"n_places_pointer_only":1,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":2,"unverified":3},"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.02227","paper":"/paper/state-wise-safe-reinforcement-learning-with","title":"State-Wise Safe Reinforcement Learning With Pixel Observations","date":"2023-11-03","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"simonzhan-code/step-wise_saferl_pixel","path":"utils/utils.py","file_url":"https://github.com/simonzhan-code/step-wise_saferl_pixel/blob/HEAD/utils/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"390ab719c56fc08b","mcp_get_code":{"code_sha256":"390ab719c56fc08b"}},{"arxiv_id":"2306.09205","paper":"/paper/reward-free-curricula-for-training-robust","title":"Reward-Free Curricula for Training Robust World Models","date":"2023-06-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"danijar/dreamerv2","path":"dreamerv2/common/other.py","file_url":"https://github.com/danijar/dreamerv2/blob/HEAD/dreamerv2/common/other.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8cd9b6c638b90ac8","mcp_get_code":{"code_sha256":"8cd9b6c638b90ac8"}},{"arxiv_id":"2305.18499","paper":"/paper/pre-training-contextualized-world-models-with-1","title":"Pre-training Contextualized World Models with In-the-wild Videos for Reinforcement Learning","date":"2023-05-29","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"thuml/ContextWM","path":"wmlib/core/other.py","file_url":"https://github.com/thuml/ContextWM/blob/HEAD/wmlib/core/other.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"26640a58b1b695f6","mcp_get_code":{"code_sha256":"26640a58b1b695f6"}},{"arxiv_id":"2301.04104","paper":"/paper/mastering-diverse-domains-through-world","title":"Mastering Diverse Domains through World Models","date":"2023-01-10","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"nm512/dreamerv3-torch","path":"dreamer.py","file_url":"https://github.com/nm512/dreamerv3-torch/blob/HEAD/dreamer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"3d3a2f5348d90046","mcp_get_code":{"code_sha256":"3d3a2f5348d90046"}},{"arxiv_id":"2209.12016","paper":"/paper/unsupervised-model-based-pre-training-for","title":"Mastering the Unsupervised Reinforcement Learning Benchmark from Pixels","date":"2022-09-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"mazpie/mastering-urlb","path":"agent/dreamer.py","file_url":"https://github.com/mazpie/mastering-urlb/blob/HEAD/agent/dreamer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"65b7e7497e68ef56","mcp_get_code":{"code_sha256":"65b7e7497e68ef56"}},{"arxiv_id":"2110.14565","paper":"/paper/dreamerpro-reconstruction-free-model-based-1","title":"DreamerPro: Reconstruction-Free Model-Based Reinforcement Learning with Prototypical Representations","date":"2021-10-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"fdeng18/dreamer-pro","path":"Dreamer/common/other.py","file_url":"https://github.com/fdeng18/dreamer-pro/blob/HEAD/Dreamer/common/other.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8cd9b6c638b90ac8","mcp_get_code":{"code_sha256":"8cd9b6c638b90ac8"}},{"arxiv_id":"1811.04551","paper":"/paper/learning-latent-dynamics-for-planning-from","title":"Learning Latent Dynamics for Planning from Pixels","date":"2018-11-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"google-research/planet","path":"planet/control/temporal_difference.py","file_url":"https://github.com/google-research/planet/blob/HEAD/planet/control/temporal_difference.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":"e437c521c0aeb696","mcp_get_code":{"code_sha256":"e437c521c0aeb696"}}]}