{"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":"/paper/arxiv-2605-21282","title":"Stochastic MeanFlow Policies: One-Step Generative Control with Entropic Mirror Descent","arxiv_id":"2605.21282","date":"2026-05-20","proceeding":null,"authors":["Zeyuan Wang","Da Li","Yulin Chen","Yuehu Gong","Yanming Guo","Ye Shi","Liang Bai","Tianyuan Yu","Yanwei Fu"],"abstract":"Online off-policy reinforcement learning (RL) is shaped by two coupled choices: the policy class and the update rule. Gaussian policies are fast and have tractable entropy, but struggle with multimodal action distributions. Generative policies are more expressive, but often require iterative sampling or lack tractable entropy estimates. On the optimisation side, SAC-style soft policy improvement and mirror descent (MD) can be viewed as minimising different KL divergences: the former moves the policy towards a value-induced Boltzmann distribution, while the latter regularises each update against the previous policy. Combining entropy regularisation with an MD constraint is therefore attractive, as it supports exploration while stabilising policy improvement; however, the resulting target can be multimodal and is poorly matched by unimodal Gaussian policies. We propose Stochastic MeanFlow Policies (SMFP), a one-step generative policy class that maps Gaussian noise to actions through a MeanFlow transformation. This stochastic reparameterisation yields a tractable entropy surrogate and allows MeanFlow policies to be trained within off-policy mirror descent under a unified objective for exploratory yet stable improvement. Across seven MuJoCo benchmarks, SMFP improves over Gaussian and generative baselines while retaining single-step inference efficiency.","url_abs":"https://arxiv.org/abs/2605.21282","url_pdf":"https://arxiv.org/pdf/2605.21282","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2605.21282","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.21282"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/sfujim/TD3","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/diffusionyes/MaxEntDP","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/wadx2019/qvpo","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/toshikwa/soft-actor-critic.pytorch","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/escontra/score_matching_rl","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/mahaitongdae/diffusion_policy_online_rl","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/bytedance/FlowRL","reach":null}],"summary":{"ran_draft_wrong":1,"ran_honours":3,"ran":8,"ran_fixture":1,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":15,"ran":13,"repositories":5}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"758116407dad6dd9","entry":"expand_dims","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/dpm_solver_jax.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/dpm_solver_jax.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":2,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"758116407dad6dd9"}},{"code_sha256_prefix":"87d1bc442d93916d","entry":"cosine_beta_schedule","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/diffusion.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/diffusion.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"87d1bc442d93916d"}},{"code_sha256_prefix":"b86249328854ea99","entry":"create_iter_key_fn","repo":"mahaitongdae/diffusion_policy_online_rl","repo_kind":"found_in_text","path":"relax/trainer/off_policy.py","file_url":"https://github.com/mahaitongdae/diffusion_policy_online_rl/blob/HEAD/relax/trainer/off_policy.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b86249328854ea99"}},{"code_sha256_prefix":"8e100c6fb2e21999","entry":"create_iter_key_fn","repo":"mahaitongdae/diffusion_policy_online_rl","repo_kind":"found_in_text","path":"relax/trainer/on_policy.py","file_url":"https://github.com/mahaitongdae/diffusion_policy_online_rl/blob/HEAD/relax/trainer/on_policy.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e100c6fb2e21999"}},{"code_sha256_prefix":"598cbb6c15a28d35","entry":"estimate_entropy","repo":"mahaitongdae/diffusion_policy_online_rl","repo_kind":"found_in_text","path":"relax/algorithm/dacer.py","file_url":"https://github.com/mahaitongdae/diffusion_policy_online_rl/blob/HEAD/relax/algorithm/dacer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"598cbb6c15a28d35"}},{"code_sha256_prefix":"1c75ef28612c309d","entry":"estimate_entropy","repo":"mahaitongdae/diffusion_policy_online_rl","repo_kind":"found_in_text","path":"relax/algorithm/idem.py","file_url":"https://github.com/mahaitongdae/diffusion_policy_online_rl/blob/HEAD/relax/algorithm/idem.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1c75ef28612c309d"}},{"code_sha256_prefix":"8d277cc41d953efc","entry":"interpolate_fn","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/dpm_solver_jax.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/dpm_solver_jax.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8d277cc41d953efc"}},{"code_sha256_prefix":"0cd44ae2231fcb3b","entry":"linear_beta_schedule","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/diffusion.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/diffusion.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0cd44ae2231fcb3b"}},{"code_sha256_prefix":"e52fc9d982e9c2a0","entry":"model_wrapper","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/dpm_solver_jax.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/dpm_solver_jax.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e52fc9d982e9c2a0"}},{"code_sha256_prefix":"f64867b4711e5b53","entry":"set_hyperparameters","repo":"escontra/score_matching_rl","repo_kind":"found_in_text","path":"launcher/hyperparameters.py","file_url":"https://github.com/escontra/score_matching_rl/blob/HEAD/launcher/hyperparameters.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f64867b4711e5b53"}},{"code_sha256_prefix":"be4c7efe187d2c0e","entry":"tensorstats","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/agents/score_matching/ddpm_online_learner.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/agents/score_matching/ddpm_online_learner.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"be4c7efe187d2c0e"}},{"code_sha256_prefix":"3afd917c65b80e08","entry":"to_batch","repo":"toshikwa/soft-actor-critic.pytorch","repo_kind":"found_in_text","path":"code/utils.py","file_url":"https://github.com/toshikwa/soft-actor-critic.pytorch/blob/HEAD/code/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3afd917c65b80e08"}},{"code_sha256_prefix":"539aaf559a17a19a","entry":"vp_beta_schedule","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/diffusion.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/diffusion.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"539aaf559a17a19a"}},{"code_sha256_prefix":"f1510311593ce5d8","entry":"Policy_flow","repo":"bytedance/FlowRL","repo_kind":"found_in_text","path":"model/policy_flow.py","file_url":"https://github.com/bytedance/FlowRL/blob/HEAD/model/policy_flow.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f1510311593ce5d8"}},{"code_sha256_prefix":"c021b9fd8bb7677d","entry":"subsample_ensemble","repo":"diffusionyes/MaxEntDP","repo_kind":"found_in_text","path":"jaxrl5/networks/ensemble.py","file_url":"https://github.com/diffusionyes/MaxEntDP/blob/HEAD/jaxrl5/networks/ensemble.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c021b9fd8bb7677d"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":4,"rejected_by_independent_check":0,"refused_by_a_rule":4,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}