Flow Policy Gradients for Robot Control
Brent Yi, Hongsuk Choi, Himanshu Gaurav Singh, Xiaoyu Huang, Takara E. Truong, Carmelo Sferrazza, Yi Ma, Rocky Duan, Pieter Abbeel, Guanya Shi, Karen Liu, Angjoo Kanazawa
TL;DR
Flow policy gradients provide a likelihood-free route to train expressive flow-based policies for robotic control. The authors introduce FPO++, an enhancement with per-sample ratio clipping and an asymmetric trust region to stabilize training across locomotion, humanoid sim-to-real, and manipulation fine-tuning, plus zero-sampling at test time to reduce latency. Experiments demonstrate robust sim-to-real transfer on humanoids and improved exploration and robustness over Gaussian PPO baselines, with ablations highlighting the importance of per-sample ratios and ASPO. This work challenges the necessity of explicit likelihoods in policy gradient RL for robotics, expanding the design space for flow-based reinforcement learning in real-world control systems.
Abstract
Likelihood-based policy gradient methods are the dominant approach for training robot control policies from rewards. These methods rely on differentiable action likelihoods, which constrain policy outputs to simple distributions like Gaussians. In this work, we show how flow matching policy gradients -- a recent framework that bypasses likelihood computation -- can be made effective for training and fine-tuning more expressive policies in challenging robot control settings. We introduce an improved objective that enables success in legged locomotion, humanoid motion tracking, and manipulation tasks, as well as robust sim-to-real transfer on two humanoid robots. We then present ablations and analysis on training dynamics. Results show how policies can exploit the flow representation for exploration when training from scratch, as well as improved fine-tuning robustness over baselines.
