← Search

Théo Vincent

4 accepted papers

2026

Bridging the performance-gap between target-free and target-based reinforcement learning

ICLR 2026poster

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 targ…

Cited by 0SourcecodeScholar
2026

Use the Online Network If You Can: Towards Fast and Stable Reinforcement Learning

ICLR 2026poster

The use of target networks is a popular approach for estimating value functions in deep Reinforcement Learning (RL). While effective, the target network remains a compromise solution that preserves stability at the cost of slowly moving targets, thus delaying learning. Conversely, using the online n…

Cited by 0SourcecodeScholar
2025

Adaptive $Q$-Network: On-the-fly Target Selection for Deep Reinforcement Learning

ICLR 2025poster

Deep Reinforcement Learning (RL) is well known for being highly sensitive to hyperparameters, requiring practitioners substantial efforts to optimize them for the problem at hand. This also limits the applicability of RL in real-world scenarios. In recent years, the field of automated Reinforcement…

2024

Parameterized Projected Bellman Operator

AAAI 2024technical

Approximate value iteration (AVI) is a family of algorithms for reinforcement learning (RL) that aims to obtain an approximation of the optimal value function. Generally, AVI algorithms implement an iterated procedure where each step consists of (i) an application of the Bellman operator and (ii) a…