English

Flow-Based Single-Step Completion for Efficient and Expressive Policy Learning

Machine Learning 2026-02-26 v3 Robotics

Abstract

Generative models such as diffusion and flow-matching offer expressive policies for offline reinforcement learning (RL) by capturing rich, multimodal action distributions, but their iterative sampling introduces high inference costs and training instability due to gradient propagation across sampling steps. We propose the Single-Step Completion Policy (SSCP), a generative policy trained with an augmented flow-matching objective to predict direct completion vectors from intermediate flow samples, enabling accurate, one-shot action generation. In an off-policy actor-critic framework, SSCP combines the expressiveness of generative models with the training and inference efficiency of unimodal policies, without requiring long backpropagation chains. Our method scales effectively to offline, offline-to-online, and online RL settings, offering substantial gains in speed and adaptability over diffusion-based baselines. We further extend SSCP to goal-conditioned RL, enabling flat policies to exploit subgoal structures without explicit hierarchical inference. SSCP achieves strong results across standard offline RL and behavior cloning benchmarks, positioning it as a versatile, expressive, and efficient framework for deep RL and sequential decision-making. The code is available at https://github.com/PrajwalKoirala/SSCP-Single-Step-Completion-Policy.

Keywords

Cite

@article{arxiv.2506.21427,
  title  = {Flow-Based Single-Step Completion for Efficient and Expressive Policy Learning},
  author = {Prajwal Koirala and Cody Fleming},
  journal= {arXiv preprint arXiv:2506.21427},
  year   = {2026}
}

Comments

ICLR 2026

R2 v1 2026-07-01T03:34:48.021Z