English

Bridging the Performance Gap Between Target-Free and Target-Based Reinforcement Learning

Machine Learning 2026-03-02 v3 Artificial Intelligence

Abstract

The use of target networks in deep reinforcement learning is a widely popular solution to mitigate the brittleness of semi-gradient approaches and stabilize learning. However, target networks notoriously require additional memory and delay the propagation of Bellman updates compared to an ideal target-free approach. In this work, we step out of the binary choice between target-free and target-based algorithms. We introduce a new method that uses a copy of the last linear layer of the online network as a target network, while sharing the remaining parameters with the up-to-date online network. This simple modification enables us to keep the target-free's low-memory footprint while leveraging the target-based literature. We find that combining our approach with the concept of iterated QQ-learning, which consists of learning consecutive Bellman updates in parallel, helps improve the sample-efficiency of target-free approaches. Our proposed method, iterated Shared QQ-Learning (iS-QL), bridges the performance gap between target-free and target-based approaches across various problems while using a single QQ-network, thus stepping towards resource-efficient reinforcement learning algorithms.

Keywords

Cite

@article{arxiv.2506.04398,
  title  = {Bridging the Performance Gap Between Target-Free and Target-Based Reinforcement Learning},
  author = {Théo Vincent and Yogesh Tripathi and Tim Faust and Abdullah Akgül and Yaniv Oren and Melih Kandemir and Jan Peters and Carlo D'Eramo},
  journal= {arXiv preprint arXiv:2506.04398},
  year   = {2026}
}
R2 v1 2026-07-01T02:59:58.213Z