LGAINENov 20, 2022

Q-Ensemble for Offline RL: Don't Scale the Ensemble, Scale the Batch Size

arXiv:2211.11092v221 citationsh-index: 12
Originality Synthesis-oriented
AI Analysis

This addresses training efficiency for researchers and practitioners using offline RL, but it is incremental as it adapts an existing optimization technique to a specific domain.

The paper tackles the problem of long training times in Q-ensemble methods for offline reinforcement learning by applying large-batch optimization, resulting in a 3-4x reduction in training duration on average.

Training large neural networks is known to be time-consuming, with the learning duration taking days or even weeks. To address this problem, large-batch optimization was introduced. This approach demonstrated that scaling mini-batch sizes with appropriate learning rate adjustments can speed up the training process by orders of magnitude. While long training time was not typically a major issue for model-free deep offline RL algorithms, recently introduced Q-ensemble methods achieving state-of-the-art performance made this issue more relevant, notably extending the training duration. In this work, we demonstrate how this class of methods can benefit from large-batch optimization, which is commonly overlooked by the deep offline RL community. We show that scaling the mini-batch size and naively adjusting the learning rate allows for (1) a reduced size of the Q-ensemble, (2) stronger penalization of out-of-distribution actions, and (3) improved convergence time, effectively shortening training duration by 3-4x times on average.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes