{"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/rollout","entry":"rollout","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":16,"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":17,"n_samples_ran":4,"n_samples_fingerprinted":0,"n_places":19,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":1,"ran":2,"unverified":13},"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":"2608.24547","paper":"/paper/arxiv-2608-24547","title":"From Numerical Simulators of PDEs to Neural Emulators and Back","date":null,"month_inferred_from_arxiv_id":"2026-08","title_source":"syntology","repo":"Ceyron/exponax","path":"exponax/_utils.py","file_url":"https://github.com/Ceyron/exponax/blob/HEAD/exponax/_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"25aebcd4baee8be5","mcp_get_code":{"code_sha256":"25aebcd4baee8be5"}},{"arxiv_id":"2608.13215","paper":"/paper/arxiv-2608-13215","title":"History-informed Lagrangian Neural Networks","date":null,"month_inferred_from_arxiv_id":"2026-08","title_source":"syntology","repo":"yingtian22/History-informed-LNN","path":"src/models/hilnn.py","file_url":"https://github.com/yingtian22/History-informed-LNN/blob/HEAD/src/models/hilnn.py","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"49cea354592c9d0a","mcp_get_code":{"code_sha256":"49cea354592c9d0a"}},{"arxiv_id":"2606.18514","paper":"/paper/arxiv-2606-18514","title":"N(CO) 2 : Neural Combinatorial Optimization with Chance Constraints to Solve Stochastic Orienteering","date":null,"month_inferred_from_arxiv_id":"2026-06","title_source":"syntology","repo":"ucmercedrobotics/sop-heuristic-opt","path":"sop/train/reinforce.py","file_url":"https://github.com/ucmercedrobotics/sop-heuristic-opt/blob/HEAD/sop/train/reinforce.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"99239c110ddbde08","mcp_get_code":{"code_sha256":"99239c110ddbde08"}},{"arxiv_id":"2510.23111","paper":"/paper/arxiv-2510-23111","title":"Neural Emulator Superiority: When Machine Learning for PDEs Surpasses its Training Data","date":null,"month_inferred_from_arxiv_id":"2025-10","title_source":"syntology","repo":"tum-pbs/emulator-superiority","path":"code/experiments/superape/picardax/picardax/_utils.py","file_url":"https://github.com/tum-pbs/emulator-superiority/blob/HEAD/code/experiments/superape/picardax/picardax/_utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"ab18f29d9313c1d7","mcp_get_code":{"code_sha256":"ab18f29d9313c1d7"}},{"arxiv_id":"2505.02010","paper":"/paper/meta-black-box-optimization-through-offline-q","title":"Meta-Black-Box-Optimization through Offline Q-function Learning","date":"2025-05-04","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"metaevo/q-mamba","path":"EE_data_ratio.py","file_url":"https://github.com/metaevo/q-mamba/blob/HEAD/EE_data_ratio.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"25800a28407c2dab","mcp_get_code":{"code_sha256":"25800a28407c2dab"}},{"arxiv_id":"2312.06853","paper":"/paper/llf-bench-benchmark-for-interactive-learning","title":"LLF-Bench: Benchmark for Interactive Learning from Language Feedback","date":"2023-12-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"microsoft/llf-bench","path":"llfbench/agents/utils.py","file_url":"https://github.com/microsoft/llf-bench/blob/HEAD/llfbench/agents/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"ad264f7ab70b06e1","mcp_get_code":{"code_sha256":"ad264f7ab70b06e1"}},{"arxiv_id":"2311.03351","paper":"/paper/uni-o4-unifying-online-and-offline-deep","title":"Uni-O4: Unifying Online and Offline Deep Reinforcement Learning with Multi-Step On-Policy Optimization","date":"2023-11-06","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Lei-Kun/Uni-O4","path":"dynamics_eval.py","file_url":"https://github.com/Lei-Kun/Uni-O4/blob/HEAD/dynamics_eval.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"1c0b96eb357d508b","mcp_get_code":{"code_sha256":"1c0b96eb357d508b"}},{"arxiv_id":"2308.14104","paper":"/paper/towards-generalizable-neural-solvers-for","title":"Towards Generalizable Neural Solvers for Vehicle Routing Problems via Ensemble with Transferrable Local Policy","date":"2023-08-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gaocrr/elg","path":"CVRP/utils.py","file_url":"https://github.com/gaocrr/elg/blob/HEAD/CVRP/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b8a2463790245a04","mcp_get_code":{"code_sha256":"b8a2463790245a04"}},{"arxiv_id":"2308.14104","paper":"/paper/towards-generalizable-neural-solvers-for","title":"Towards Generalizable Neural Solvers for Vehicle Routing Problems via Ensemble with Transferrable Local Policy","date":"2023-08-27","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"gaocrr/elg","path":"TSP/utils.py","file_url":"https://github.com/gaocrr/elg/blob/HEAD/TSP/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"38a9f6e145336e55","mcp_get_code":{"code_sha256":"38a9f6e145336e55"}},{"arxiv_id":"2210.13846","paper":"/paper/adaptive-behavior-cloning-regularization-for-1","title":"Adaptive Behavior Cloning Regularization for Stable Offline-to-Online Reinforcement Learning","date":"2022-10-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zhaoyi11/adaptive_bc","path":"utils.py","file_url":"https://github.com/zhaoyi11/adaptive_bc/blob/HEAD/utils.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":"5d060ee404dd83a1","mcp_get_code":{"code_sha256":"5d060ee404dd83a1"}},{"arxiv_id":"2210.07686","paper":"/paper/learning-generalizable-models-for-vehicle","title":"Learning Generalizable Models for Vehicle Routing Problems via Knowledge Distillation","date":"2022-10-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jieyibi/amdkd","path":"AMDKD-AM/knowledge_distillation.py","file_url":"https://github.com/jieyibi/amdkd/blob/HEAD/AMDKD-AM/knowledge_distillation.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d9dcc86b19b64227","mcp_get_code":{"code_sha256":"d9dcc86b19b64227"}},{"arxiv_id":"2204.13250","paper":"/paper/watts-infrastructure-for-open-ended-learning","title":"Watts: Infrastructure for Open-Ended Learning","date":"2022-04-28","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"aadharna/watts","path":"watts/evaluators/rollout.py","file_url":"https://github.com/aadharna/watts/blob/HEAD/watts/evaluators/rollout.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"4b31f77b3f7fa197","mcp_get_code":{"code_sha256":"4b31f77b3f7fa197"}},{"arxiv_id":"2108.09105","paper":"/paper/airbert-in-domain-pretraining-for-vision-and","title":"Airbert: In-domain Pretraining for Vision-and-Language Navigation","date":"2021-08-20","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"airbert-vln/airbert","path":"train_speaker.py","file_url":"https://github.com/airbert-vln/airbert/blob/HEAD/train_speaker.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"9e8292655b4f13cb","mcp_get_code":{"code_sha256":"9e8292655b4f13cb"}},{"arxiv_id":"2005.00928","paper":"/paper/quantifying-attention-flow-in-transformers","title":"Quantifying Attention Flow in Transformers","date":"2020-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"jacobgil/vit-explain","path":"vit_rollout.py","file_url":"https://github.com/jacobgil/vit-explain/blob/HEAD/vit_rollout.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"84871575d6e5f5d9","mcp_get_code":{"code_sha256":"84871575d6e5f5d9"}},{"arxiv_id":"2005.00928","paper":"/paper/quantifying-attention-flow-in-transformers","title":"Quantifying Attention Flow in Transformers","date":"2020-05-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"leemsaebom/attention-guided-cam-visual-explanations-of-vision-transformer-guided-by-self-attention","path":"Methods/AttentionRollout/AttentionRollout.py","file_url":"https://github.com/leemsaebom/attention-guided-cam-visual-explanations-of-vision-transformer-guided-by-self-attention/blob/HEAD/Methods/AttentionRollout/AttentionRollout.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f06c5e0a3af9b83c","mcp_get_code":{"code_sha256":"f06c5e0a3af9b83c"}},{"arxiv_id":"2003.08165","paper":"/paper/neuroevolution-of-self-interpretable-agents","title":"Neuroevolution of Self-Interpretable Agents","date":"2020-03-18","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"kachayev/car-racing-attention-agent","path":"exp1-topK-lstm-cmaes.py","file_url":"https://github.com/kachayev/car-racing-attention-agent/blob/HEAD/exp1-topK-lstm-cmaes.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"6fcf644f520ce409","mcp_get_code":{"code_sha256":"6fcf644f520ce409"}},{"arxiv_id":"2003.00671","paper":"/paper/autophase-juggling-hls-phase-orderings-in","title":"AutoPhase: Juggling HLS Phase Orderings in Random Forests with Deep Reinforcement Learning","date":"2020-03-02","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"ucb-bar/autophase","path":"algos/rl/policies.py","file_url":"https://github.com/ucb-bar/autophase/blob/HEAD/algos/rl/policies.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"0c166888d916644a","mcp_get_code":{"code_sha256":"0c166888d916644a"}},{"arxiv_id":"ijcai2024_0764","paper":null,"title":"arXiv:ijcai2024_0764","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"lamda-bbo/ELG","path":"CVRP/utils.py","file_url":"https://github.com/lamda-bbo/ELG/blob/HEAD/CVRP/utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"b8a2463790245a04","mcp_get_code":{"code_sha256":"b8a2463790245a04"}},{"arxiv_id":"ijcai2024_0764","paper":null,"title":"arXiv:ijcai2024_0764","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"lamda-bbo/ELG","path":"TSP/utils.py","file_url":"https://github.com/lamda-bbo/ELG/blob/HEAD/TSP/utils.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"38a9f6e145336e55","mcp_get_code":{"code_sha256":"38a9f6e145336e55"}}]}