Improved Training Mechanism for Reinforcement Learning via Online Model Selection
Aida Afshar, Aldo Pacchiano
TL;DR
The paper tackles the mismatch between RL theory and practice by introducing online model selection to dynamically allocate training compute across a set of base agents. It formulates a data-driven selector framework, notably the Doubling Data Driven Regret Balancing (D^3RB) algorithm, and proves regret bounds while integrating the selector into general RL training. Empirically, it demonstrates near-oracle performance in neural architecture selection, robustness to non-stationary dynamics in step-size tuning, and stabilization via seed diversity. The work highlights the practical value of data-driven, algorithm-agnostic model selection for improving RL efficiency and reliability.
Abstract
We study the problem of online model selection in reinforcement learning, where the selector has access to a class of reinforcement learning agents and learns to adaptively select the agent with the right configuration. Our goal is to establish the improved efficiency and performance gains achieved by integrating online model selection methods into reinforcement learning training procedures. We examine the theoretical characterizations that are effective for identifying the right configuration in practice, and address three practical criteria from a theoretical perspective: 1) Efficient resource allocation, 2) Adaptation under non-stationary dynamics, and 3) Training stability across different seeds. Our theoretical results are accompanied by empirical evidence from various model selection tasks in reinforcement learning, including neural architecture selection, step-size selection, and self model selection.
