1000 Layer Networks for Self-Supervised RL: Scaling Depth Can Enable New Goal-Reaching Capabilities
Kevin Wang, Ishaan Javali, Michał Bortkiewicz, Tomasz Trzciński, Benjamin Eysenbach
TL;DR
The paper investigates whether increasing network depth can unlock new capabilities in self-supervised reinforcement learning. By integrating contrastive RL with a deep, residual architecture, it demonstrates substantial performance gains across ten goal-conditioned tasks and reveals qualitatively new behaviors that emerge at specific depths. The work identifies key factors enabling scaling—depth over width, joint actor-critic scaling, and batch-size interactions—and shows that deeper models can harness more data coverage to improve exploration and representation. Offline results suggest depth scaling is most effective in online CRL, highlighting the potential of very deep self-supervised RL for scalable, autonomous goal-reaching agents.
Abstract
Scaling up self-supervised learning has driven breakthroughs in language and vision, yet comparable progress has remained elusive in reinforcement learning (RL). In this paper, we study building blocks for self-supervised RL that unlock substantial improvements in scalability, with network depth serving as a critical factor. Whereas most RL papers in recent years have relied on shallow architectures (around 2 - 5 layers), we demonstrate that increasing the depth up to 1024 layers can significantly boost performance. Our experiments are conducted in an unsupervised goal-conditioned setting, where no demonstrations or rewards are provided, so an agent must explore (from scratch) and learn how to maximize the likelihood of reaching commanded goals. Evaluated on simulated locomotion and manipulation tasks, our approach increases performance on the self-supervised contrastive RL algorithm by $2\times$ - $50\times$, outperforming other goal-conditioned baselines. Increasing the model depth not only increases success rates but also qualitatively changes the behaviors learned. The project webpage and code can be found here: https://wang-kevin3290.github.io/scaling-crl/.
