Training Hybrid Deep Quantum Neural Network for Efficient Reinforcement Learning
Jie Luo, Jeremy Kulcsar, Xueyin Chen, Giulio Giaconi, Georgios Korpas
TL;DR
This work tackles the gradient-backpropagation bottleneck in training hybrid deep quantum neural networks for reinforcement learning by introducing qtDNN, a tangential differentiable surrogate that locally approximates a parameterised quantum circuit (PQC) within each minibatch. By embedding qtDNN into the computation graph, the method enables scalable batched gradients while preserving quantum inference, and provides a local gradient-fidelity guarantee that perturbations to upstream gradients are bounded. Building on this surrogate, the authors propose hDQNN-TD3, a hybrid actor-critic agent for continuous-control tasks, achieving state-of-the-art-like performance on Humanoid-v4 and competitive results on Hopper-v4 with ablations confirming the quantum layer's contribution. The approach reduces quantum-resource requirements by avoiding repeated circuit evaluations during backpropagation, offering a practical path to applying hybrid quantum models to large-scale RL and other gradient-intensive tasks in noisy intermediate-scale quantum (NISQ) settings. Overall, qtDNN enables efficient, gradient-based training of hybrid quantum RL models, potentially accelerating the adoption of quantum-enhanced learning in complex robotics and AI systems.
Abstract
Quantum circuits embed data in a Hilbert space whose dimensionality grows exponentially with the number of qubits, allowing even shallow parameterised quantum circuits (PQCs) to represent highly-correlated probability distributions that are costly for classical networks to capture. Reinforcement-learning (RL) agents, which must reason over long-horizon, continuous-control tasks, stand to benefit from this expressive quantum feature space, but only if the quantum layers can be trained jointly with the surrounding deep-neural components. Current gradient-estimation techniques (e.g., parameter-shift rule) make such hybrid training impractical for realistic RL workloads, because every gradient step requires a prohibitive number of circuit evaluations and thus erodes the potential quantum advantage. We introduce qtDNN, a tangential surrogate that locally approximates a PQC with a small differentiable network trained on-the-fly from the same minibatch. Embedding qtDNN inside the computation graph yields scalable batch gradients while keeping the original quantum layer for inference. Building on qtDNN we design hDQNN-TD3, a hybrid deep quantum neural network for continuous-control reinforcement learning based on the TD3 architecture, which matches or exceeds state-of-the-art classical performance on popular benchmarks. The method opens a path toward applying hybrid quantum models to large-scale RL and other gradient-intensive machine-learning tasks.
