Papers › GenPO++: Generative Policy Optimization with Jacobian-free Likelihood Ratios

GenPO++: Generative Policy Optimization with Jacobian-free Likelihood Ratios

5 Jun 2026arXiv:2606.06967added by Syntology

Ke Hu, Shutong Ding, Panxin Tao, Jingya Wang, Ye Shi

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Generative policies provide expressive and multimodal action distributions, making them attractive for reinforcement learning (RL) in complex continuous-control tasks. Among them, flow-based policies are especially appealing because they generate actions through deterministic transport maps. However, applying such generative policies to likelihood-based on-policy learning remains limited by the difficulty of evaluating the probability of executed actions. Existing flow RL methods either replace the true action-density ratio with approximate surrogates, which can introduce biased updates, or recover exact likelihoods through dummy-action augmentation, which enlarges the policy space and increases computation. In this work, we propose GenPO++, a reversible generative policy optimization framework that uses history states as auxiliary memory in a high-order reversible ODE solver, yielding exact inversion without changing the original action dimension. The resulting generative policy map has a log-determinant determined only by fixed solver coefficients, enabling exact and Jacobian-free likelihood-ratio computation. This design preserves the expressiveness of generative flow policies while avoiding both action ratio bias and dummy-action overhead. We evaluate GenPO++ on large-scale simulated control, fine-tuning, and real-world robotic manipulation tasks, where it achieves competitive or superior performance over state-of-the-art on-policy RL methods, while improving training stability and computational efficiency.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.06967")

Code

Syntology Ran 20 of 22 code samples harvested from 3 repositories linked to this paper; 2 have no recorded run. Of those that ran: 4 ran · honoured contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 3 repositories, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

leggedrobotics/rsl_rl found in paper text by SyntologyNOASSERTION report
amazon-far/fpo-control found in paper text by Syntology report
PolicyFlow2026/PolicyFlow found in paper text by Syntology report
wadx2019/genpo found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 20 ran; 4 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · honoured contract
4ran · our draft was wrong
1ran · fixture could not drive it
11ran
2unverified

Licence: 3 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConditionNetBase PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran MIT (permissive) · 7372a141a45b9114 · report
FlowNetBase PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran MIT (permissive) · 597c17e01b0267fb · report
FourierEmbedding PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran fingerprinted MIT (permissive) · c1ace548c611cfaf · report
IdentityCondition PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 9cb82a7d03b1be7d · report
LearnableVariance PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran MIT (permissive) · 0dc78d3606ae05e2 · report
PositionalEmbedding PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran MIT (permissive) · ea6f34e321ea3785 · report
UntrainableFourierEmbedding PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 82a64b957a297535 · report
UntrainablePositionalEmbedding PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran fingerprinted MIT (permissive) · f8034f0c51c6c5fb · report
at_least_ndim PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 5e77c37d35ed4438 · report
calculate_advantage amazon-far/fpo-control/manipulation_experiments/finetune_online_rl.py found in paper text by Syntology ran no licence file found · pointer only · b85894a67f52a914 · report
cat_cos_sampling_step_schedule PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 37c268d2ffce463e · report
cat_cos_sampling_step_schedule_continuous PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · fd3f770694870a3c · report
clamp_ste amazon-far/fpo-control/isaaclab_experiments/isaaclab_fpo/isaaclab_fpo/algorithms/fpo.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9749eef24571dd7c · report
download_checkpoint_from_wandb_rank0 amazon-far/fpo-control/manipulation_experiments/finetune_online_rl.py found in paper text by Syntology ran no licence file found · pointer only · d8a2fef339faa51a · report
quad_cos_sampling_step_schedule PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · b2da42317b0e8a92 · report
quad_cos_sampling_step_schedule_continuous PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4138af74cf78fead · report
quad_sampling_step_schedule PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 729caaaa1b4b8a13 · report
quad_sampling_step_schedule_continuous PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6b76c8a28a045404 · report
uniform_sampling_step_schedule PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · honoured contract MIT (permissive) · fa4580740e7d2ba8 · report
uniform_sampling_step_schedule_continuous PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · e752c02f384c1c46 · report
ContinuousNormalizingFlow PolicyFlow2026/PolicyFlow/policyflow/policyflow_torch/modules/flow/flow.py found in paper text by Syntology unverified MIT (permissive) · 3718e4e9846ab206 · report
create_x11_tmpfile wadx2019/genpo/docker/utils/x11_utils.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · ddcce7f51ff59c6a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.06967, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections