Home Page

Papers

Submissions

Editorial Board

Search

Contact

Publication Agreement

Eau De $Q$-Network: Adaptive Distillation of Neural Networks in Deep Reinforcement Learning

Théo Vincent, Tim Faust, Yogesh Tripathi, Jan Peters, Carlo D'Eramo; 6:1094−1119, 2025.

Presented at the Reinforcement Learning Conference (RLC), Edmonton, Alberta, Canada, August 5–9, 2025.

Abstract

Recent works have successfully demonstrated that sparse deep reinforcement learning agents can be competitive against their dense counterparts. This opens up opportunities for reinforcement learning applications in fields where the inference time and memory requirements are cost-sensitive or limited by hardware. Until now, dense-to-sparse methods rely on hand-designed sparsity schedules that are not synchronized with the agent's learning pace. Crucially, the final sparsity level is chosen as a hyperparameter, which requires careful tuning as setting it too high might lead to poor performances. In this work, we address these shortcomings by crafting a dense-to-sparse algorithm that we name *Eau De $Q$-Network* (EauDeQN). To increase sparsity at the agent's learning pace, we consider multiple online networks with different sparsity levels, where each online network is trained from a shared target network. At each target update, the online network with the smallest loss is chosen as the next target network, while the other networks are replaced by a pruned version of the chosen network. We evaluate the proposed approach on the Atari $2600$ benchmark and the MuJoCo physics simulator, showing that EauDeQN reaches high sparsity levels while keeping performances high.

[abs][pdf][supp]

BibTeX

@article{vincent2025network,
    title={Eau De $Q$-Network: {A}daptive Distillation of Neural Networks in Deep Reinforcement Learning},
    author={Vincent, Th{\'{e}}o and Faust, Tim and Tripathi, Yogesh and Peters, Jan and D'Eramo, Carlo},
    journal={Reinforcement Learning Journal},
    volume={6},
    pages={1094--1119},
    year={2025}
}