ReBRAC-v2: The Return of the King

๐Ÿ“… 2026-08-02
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge in offline reinforcement learning of balancing algorithmic complexity and performance by proposing a systematically optimized behavior-regularized Actor-Critic framework. The approach integrates a normalized flow policy network, a hybrid behavior cloning loss combining likelihood, MSE, and MAE terms, a categorical residual critic, staged training, and multi-sample inference into a unified and streamlined algorithmic recipe. Remarkably, strong generalization is achieved with only two regularization coefficients to tune. Evaluated on the OGBench benchmark across ten task categories, the method attains an average score of 74.8โ€”substantially outperforming the next-best result of 52.3โ€”and ranks first on eight tasks. It also achieves state-of-the-art average performance on D4RL AntMaze (90.2) and Adroit (33.6), demonstrating that a minimalist architecture, when enhanced through systematic engineering, can match or exceed current state-of-the-art results.
๐Ÿ“ Abstract
Recent offline reinforcement learning methods increasingly rely on expressive generative policies and specialized value-guidance mechanisms. We ask whether comparable progress can instead come from systematically modernizing a conventional behavior-regularized actor-critic while preserving its algorithmic simplicity. We introduce ReBRAC-v2, which directly trains an exact-likelihood normalizing flow as the RL actor, combines likelihood, MSE, and MAE behavior regularization, and integrates a classification-based residual critic, staged optimization, and multi-sample test-time action selection. Rather than tuning this recipe separately for every task, we develop a single shared configuration via roughly 600 Bayesian proposals on six challenging OGBench tasks, freeze all structural and optimization choices, and adapt only two behavior-regularization coefficients over a 16-point grid. Across ten common state-based OGBench categories, ReBRAC-v2 averages 74.8 compared to 52.3 for the next-best aggregate result and ranks first in eight categories. The same recipe, without structural changes, obtains the strongest averages in our comparisons on D4RL AntMaze (90.2) and Adroit (33.6). Fixed-recipe ablations show the largest sensitivity to the selected mixed cloning objective, staged training, sufficient flow capacity, and multi-sample inference, while showing that several smaller choices depend on the values of other hyperparameters. These results show that disciplined, transferable engineering can achieve state-of-the-art aggregate performance without abandoning a minimalist offline RL foundation.
Problem

Research questions and friction points this paper is trying to address.

offline reinforcement learning
behavior regularization
actor-critic
algorithmic simplicity
transferable engineering
Innovation

Methods, ideas, or system contributions that make the work stand out.

normalizing flow
behavior regularization
offline reinforcement learning
staged optimization
multi-sample inference
๐Ÿ”Ž Similar Papers
No similar papers found.