Approximation to Deep Q-Network by Stochastic Delay Differential Equations
Jianya Lu, Yingjun Mo
TL;DR
The paper establishes a diffusion-approximation framework by linking Deep Q-Network (DQN) dynamics to a stochastic differential delay equation (SDDE). It proves a quantitative bound in the Wasserstein-1 metric between the SDDE solution and the DQN iterates that vanishes as the step size $\eta$ tends to zero, enabling a continuous-time interpretation of DQN. By employing a refined Lindeberg principle and operator comparison, the authors separate the roles of experience replay (sampling-induced diffusion) and the target network (delay) in stabilizing learning. This SDDE perspective clarifies variance reduction mechanisms in DQN and provides a foundation for analyzing deep reinforcement learning algorithms via stochastic delay systems.
Abstract
Despite the significant breakthroughs that the Deep Q-Network (DQN) has brought to reinforcement learning, its theoretical analysis remains limited. In this paper, we construct a stochastic differential delay equation (SDDE) based on the DQN algorithm and estimate the Wasserstein-1 distance between them. We provide an upper bound for the distance and prove that the distance between the two converges to zero as the step size approaches zero. This result allows us to understand DQN's two key techniques, the experience replay and the target network, from the perspective of continuous systems. Specifically, the delay term in the equation, corresponding to the target network, contributes to the stability of the system. Our approach leverages a refined Lindeberg principle and an operator comparison to establish these results.
