Boosting Maximum Entropy Reinforcement Learning via One-Step Flow Matching
Zeqiao Li, Yijing Wang, Haoyu Wang, Zheng Li, Zhiqiang Zuo
TL;DR
FLAME presents a principled integration of flow-based policy representations with Maximum Entropy RL by introducing a Q-Reweighted Flow Matching objective that cancels the partition function, and two entropy estimation strategies (FLAME-R and FLAME-M) to mitigate discretization bias while preserving one-step inference. The framework leverages MeanFlow to deliver expressive, low-latency action generation (NFE=1) and demonstrates state-of-the-art performance on MuJoCo benchmarks, matching or surpassing multi-step diffusion methods with significantly lower inference cost. Empirically, QRFM effectively aligns the policy with high-value regions, FLAME-R ensures unbiased entropy regularization, and FLAME-M provides a practical decoupled estimator that maintains performance under strict latency constraints. The results indicate that FLAME offers a scalable path to expressive, low-latency policies for real-time control, with broad applicability to multimodal action distributions and vision-based tasks.
Abstract
Diffusion policies are expressive yet incur high inference latency. Flow Matching (FM) enables one-step generation, but integrating it into Maximum Entropy Reinforcement Learning (MaxEnt RL) is challenging: the optimal policy is an intractable energy-based distribution, and the efficient log-likelihood estimation required to balance exploration and exploitation suffers from severe discretization bias. We propose \textbf{F}low-based \textbf{L}og-likelihood-\textbf{A}ware \textbf{M}aximum \textbf{E}ntropy RL (\textbf{FLAME}), a principled framework that addresses these challenges. First, we derive a Q-Reweighted FM objective that bypasses partition function estimation via importance reweighting. Second, we design a decoupled entropy estimator that rigorously corrects bias, which enables efficient exploration and brings the policy closer to the optimal MaxEnt policy. Third, we integrate the MeanFlow formulation to achieve expressive and efficient one-step control. Empirical results on MuJoCo show that FLAME outperforms Gaussian baselines and matches multi-step diffusion policies with significantly lower inference cost. Code is available at https://github.com/lzqw/FLAME.
