Research questionHow can on-policy diffusion RL reuse rollout computations without trading redundant recomputation for excessive memory use?Diffusion RL methods often recompute selected rollout timesteps with gradient tracking during the update. Reusing rollout activations can remove that computation, but retaining them or tracking gradients during rollout can substantially increase memory use.