Offline Reinforcement Learning of High-Quality Behaviors Under Robust Style Alignment
Mathieu Petitbois, Rémy Portelas, Sylvain Lamprier
TL;DR
This work tackles offline reinforcement learning for style-conditioned policies by introducing a unified behavior-style definition that uses subtrajectory labeling via labeling functions. It proposes SCIQL, which combines offline IQL with labeling-based style relabeling and a Gated Advantage Weighted Regression (GAWR) mechanism to optimize task performance while preserving style alignment. The approach addresses distribution shift, sparse style supervision, and the difficulty of explicit projection onto the style-optimal set, achieving superior style alignment and style-conditioned performance across diverse environments. The results demonstrate that integrating value learning with relabeling and a gating mechanism yields robust, high-quality stylized behaviors with favorable joint performance, and the code and datasets are publicly available for reproducibility and benchmarking.
Abstract
We study offline reinforcement learning of style-conditioned policies using explicit style supervision via subtrajectory labeling functions. In this setting, aligning style with high task performance is particularly challenging due to distribution shift and inherent conflicts between style and reward. Existing methods, despite introducing numerous definitions of style, often fail to reconcile these objectives effectively. To address these challenges, we propose a unified definition of behavior style and instantiate it into a practical framework. Building on this, we introduce Style-Conditioned Implicit Q-Learning (SCIQL), which leverages offline goal-conditioned RL techniques, such as hindsight relabeling and value learning, and combine it with a new Gated Advantage Weighted Regression mechanism to efficiently optimize task performance while preserving style alignment. Experiments demonstrate that SCIQL achieves superior performance on both objectives compared to prior offline methods. Code, datasets and visuals are available in: https://sciql-iclr-2026.github.io/.
