← Search

Brett Daley

6 accepted papers

2026

Accelerating Q-learning through Efficient Value-sharing across Actions

ICML 2026spotlight

Learning action-values efficiently is central to reinforcement learning (RL), as they underpin many control algorithms such as Q-learning. However, action-value learning can be slow, requiring many updates to move values from their initialization, typically near zero, to their true values, which may…

Cited by 0SourceScholar
2024

Averaging $n$-step Returns Reduces Variance in Reinforcement Learning

ICML 2024poster

Multistep returns, such as $n$-step returns and $\lambda$-returns, are commonly used to improve the sample efficiency of reinforcement learning (RL) methods. The variance of the multistep returns becomes the limiting factor in their length; looking too far into the future increases variance and reve…

Cited by 2SourcePDFScholar
2023

Trajectory-Aware Eligibility Traces for Off-Policy Reinforcement Learning

ICML 2023poster

Off-policy learning from multistep returns is crucial for sample-efficient reinforcement learning, but counteracting off-policy bias without exacerbating variance is challenging. Classically, off-policy bias is corrected in a per-decision manner: past temporal-difference errors are re-weighted by th…

2022

Asymmetric DQN for partially observable reinforcement learning

UAI 2022poster

Offline training in simulated partially observable environments allows reinforcement learning methods to exploit privileged state information through a mechanism known as asymmetry. Such privileged information has the potential to greatly improve the optimal convergence properties, if used appropria…

2020

Belief-Grounded Networks for Accelerated Robot Learning under Partial Observability

CoRL 2020

Many important robotics problems are partially observable where a single visual or force-feedback measurement is insufficient to reconstruct the state. Standard approaches involve learning a policy over beliefs or observation-action histories. However, both of these have drawbacks; it is expensive t