Bigger, Regularized, Categorical: High-Capacity Value Functions are Efficient Multi-Task Learners
Michal Nauman, Marek Cygan, Carmelo Sferrazza, Aviral Kumar, Pieter Abbeel
TL;DR
This work tackles the challenge of scaling online value-based reinforcement learning to many tasks by introducing Bigger, Regularized, Categorical (BRC). BRC combines a scaled, residual Q-value model (BroNet), cross-entropy loss via distributional RL, and learnable task embeddings learned online through TD loss, augmented by per-task reward normalization. Across 283 tasks in five benchmarks, BRC achieves state-of-the-art performance in both single-task and multi-task settings and demonstrates substantial sample efficiency in transferring to new tasks, even at 1B parameter scale. The results show that online multi-task TD learning can be computationally efficient and that pretrained multi-task value models transfer effectively, challenging the notion that online scaling requires offline data or behavioral cloning. The approach presents a practical foundation for generalist value models in RL and opens avenues for further understanding task interactions and transfer potential.
Abstract
Recent advances in language modeling and vision stem from training large models on diverse, multi-task data. This paradigm has had limited impact in value-based reinforcement learning (RL), where improvements are often driven by small models trained in a single-task context. This is because in multi-task RL sparse rewards and gradient conflicts make optimization of temporal difference brittle. Practical workflows for generalist policies therefore avoid online training, instead cloning expert trajectories or distilling collections of single-task policies into one agent. In this work, we show that the use of high-capacity value models trained via cross-entropy and conditioned on learnable task embeddings addresses the problem of task interference in online RL, allowing for robust and scalable multi-task training. We test our approach on 7 multi-task benchmarks with over 280 unique tasks, spanning high degree-of-freedom humanoid control and discrete vision-based RL. We find that, despite its simplicity, the proposed approach leads to state-of-the-art single and multi-task performance, as well as sample-efficient transfer to new tasks.
