English

Scaling CrossQ with Weight Normalization

Machine Learning 2025-06-05 v1 Artificial Intelligence

Abstract

Reinforcement learning has achieved significant milestones, but sample efficiency remains a bottleneck for real-world applications. Recently, CrossQ has demonstrated state-of-the-art sample efficiency with a low update-to-data (UTD) ratio of 1. In this work, we explore CrossQ's scaling behavior with higher UTD ratios. We identify challenges in the training dynamics which are emphasized by higher UTDs, particularly Q-bias explosion and the growing magnitude of critic network weights. To address this, we integrate weight normalization into the CrossQ framework, a solution that stabilizes training, prevents potential loss of plasticity and keeps the effective learning rate constant. Our proposed approach reliably scales with increasing UTD ratios, achieving competitive or superior performance across a range of challenging tasks on the DeepMind control benchmark, notably the complex dog and humanoid environments. This work eliminates the need for drastic interventions, such as network resets, and offers a robust pathway for improving sample efficiency and scalability in model-free reinforcement learning.

Keywords

Cite

@article{arxiv.2506.03758,
  title  = {Scaling CrossQ with Weight Normalization},
  author = {Daniel Palenicek and Florian Vogt and Jan Peters},
  journal= {arXiv preprint arXiv:2506.03758},
  year   = {2025}
}

Comments

arXiv admin note: substantial text overlap with arXiv:2502.07523

R2 v1 2026-07-01T02:58:40.073Z