Flow Actor-Critic for Offline Reinforcement Learning
Jongseong Chae, Jongeui Park, Yongjae Shin, Gyeongmin Kim, Seungyul Han, Youngchul Sung
TL;DR
This paper tackles offline RL in complex, multi-modal action distributions by introducing Flow Actor-Critic (FAC), which jointly leverages a flow-based policy and a density-aware behavior proxy for both actor regularization and critic penalization. The method defines a density-guided penalized Bellman operator that preserves unbiased Q-values in high-confidence (ID) regions and yields conservative Q-values in low-confidence (OOD) regions, while an enhanced one-step flow actor enables expressive but constrained policy optimization. FAC achieves state-of-the-art performance on challenging benchmarks such as D4RL and OGBench, demonstrating robust handling of OOD actions and improved scalability to high-dimensional action spaces. The practical two-stage training and density-based thresholding provide a tractable framework for reliable offline policy improvement with flow-based models, offering a promising direction for density-aware offline RL.
Abstract
The dataset distributions in offline reinforcement learning (RL) often exhibit complex and multi-modal distributions, necessitating expressive policies to capture such distributions beyond widely-used Gaussian policies. To handle such complex and multi-modal datasets, in this paper, we propose Flow Actor-Critic, a new actor-critic method for offline RL, based on recent flow policies. The proposed method not only uses the flow model for actor as in previous flow policies but also exploits the expressive flow model for conservative critic acquisition to prevent Q-value explosion in out-of-data regions. To this end, we propose a new form of critic regularizer based on the flow behavior proxy model obtained as a byproduct of flow-based actor design. Leveraging the flow model in this joint way, we achieve new state-of-the-art performance for test datasets of offline RL including the D4RL and recent OGBench benchmarks.
