← Search

Will Dabney

44 accepted papers

2026

Optimizing Return Distributions with Distributional Dynamic Programming

ICML 2026poster

We introduce distributional dynamic programming (DP) methods for optimizing statistical functionals of the return distribution, with standard reinforcement learning as a special case. Previous distributional DP methods could optimize the same class of expected utilities as classic DP. To go beyond, …

Cited by 0SourceScholar
2025

A Unifying Framework for Action-Conditional Self-Predictive Reinforcement Learning

AISTATS 2025poster

Learning a good representation is a crucial challenge for reinforcement learning (RL) agents. Self-predictive algorithms jointly learn a latent representation and dynamics model by bootstrapping from future latent representations (BYOL). Recent work has developed theoretical insights into these algo…

Cited by 0SourceScholar
2025

Discovering Symbolic Cognitive Models from Human and Animal Behavior

ICML 2025spotlight

Symbolic models play a key role in cognitive science, expressing computationally precise hypotheses about how the brain implements a cognitive process. Identifying an appropriate model typically requires a great deal of effort and ingenuity on the part of a human scientist. Here, we adapt FunSearch…

Cited by 1SourcePDFScholar
2025

Plasticity as the Mirror of Empowerment

NeurIPS 2025spotlight

Agents are minimally entities that are influenced by their past observations and act to influence future observations. This latter capacity is captured by empowerment, which has served as a vital framing concept across artificial intelligence and cognitive science. This former capacity, however, is…

Cited by 0SourceScholar
2025

Predictive Coding Enhances Meta-RL To Achieve Interpretable Bayes-Optimal Belief Representation Under Partial Observability

NeurIPS 2025poster

Learning a compact representation of history is critical for planning and generalization in partially observable environments. While meta-reinforcement learning (RL) agents can attain near Bayes-optimal policies, they often fail to learn the compact, interpretable Bayes-optimal belief states. This…

Cited by 0SourceScholar
2024

A Distributional Analogue to the Successor Representation

ICML 2024spotlight

This paper contributes a new approach for distributional reinforcement learning which elucidates a clean separation of transition structure and reward in the learning process. Analogous to how the successor representation (SR) describes the expected consequences of behaving according to a given poli…

2024

Near-Minimax-Optimal Distributional Reinforcement Learning with a Generative Model

NeurIPS 2024poster

We propose a new algorithm for model-based distributional reinforcement learning (RL), and prove that it is minimax-optimal for approximating return distributions in the generative model regime (up to logarithmic factors), the first result of this kind for any distributional RL algorithm. Our analys…

Cited by 3SourcePDFScholar
2024

Normalization and effective learning rates in reinforcement learning

NeurIPS 2024poster

Normalization layers have recently experienced a renaissance in the deep reinforcement learning and continual learning literature, with several works highlighting diverse benefits such as improving loss landscape conditioning and combatting overestimation bias. However, normalization brings with it…

Cited by 6SourcePDFScholar
2023

Bootstrapped Representations in Reinforcement Learning

ICML 2023poster

In reinforcement learning (RL), state representations are key to dealing with large or continuous state spaces. While one of the promises of deep learning algorithms is to automatically construct features well-tuned for the task they try to solve, such a representation might not emerge from end-to-e…

Cited by 8SourcePDFScholar
2023

Deep Reinforcement Learning with Plasticity Injection

NeurIPS 2023spotlight

A growing body of evidence suggests that neural networks employed in deep reinforcement learning (RL) gradually lose their plasticity, the ability to learn from new data; however, the analysis and mitigation of this phenomenon is hampered by the complex relationship between plasticity, exploration,…

Cited by 53SourcePDFScholar
2023

Representations and Exploration for Deep Reinforcement Learning using Singular Value Decomposition

ICML 2023poster

Representation learning and exploration are among the key challenges for any deep reinforcement learning agent. In this work, we provide a singular value decomposition based method that can be used to obtain representations that preserve the underlying transition structure in the domain. Perhaps int…

Cited by 5SourcePDFScholar
2023

The Statistical Benefits of Quantile Temporal-Difference Learning for Value Estimation

ICML 2023poster

We study the problem of temporal-difference-based policy evaluation in reinforcement learning. In particular, we analyse the use of a distributional reinforcement learning algorithm, quantile temporal-difference learning (QTD), for this task. We reach the surprising conclusion that even if a practit…

Cited by 11SourcePDFScholar
2023

Understanding Plasticity in Neural Networks

ICML 2023oral

Plasticity, the ability of a neural network to quickly change its predictions in response to new information, is essential for the adaptability and robustness of deep reinforcement learning systems. Deep neural networks are known to lose plasticity over the course of training even in relatively simp…

Cited by 114SourcePDFScholar
2023

Understanding Self-Predictive Learning for Reinforcement Learning

ICML 2023poster

We study the learning dynamics of self-predictive learning for reinforcement learning, a family of algorithms that learn representations by minimizing the prediction error of their own future latent representations. Despite its recent empirical success, such algorithms have an apparent defect: trivi…

Cited by 34SourcePDFScholar
2022

Generalised Policy Improvement with Geometric Policy Composition

ICML 2022oral

We introduce a method for policy improvement that interpolates between the greedy approach of value-based reinforcement learning (RL) and the full planning approach typical of model-based RL. The new method builds on the concept of a geometric horizon model (GHM, also known as a \gamma-model), which…

Cited by 9SourcePDFScholar
2022

Learning Dynamics and Generalization in Deep Reinforcement Learning

ICML 2022spotlight

Solving a reinforcement learning (RL) problem poses two competing challenges: fitting a potentially discontinuous value function, and generalizing well to new observations. In this paper, we analyze the learning dynamics of temporal difference algorithms to gain novel insight into the tension betwee…

Cited by 39SourcePDFScholar
2022

On the Expressivity of Markov Reward (Extended Abstract)

IJCAI 2022poster

Reward is the driving force for reinforcement-learning agents. We here set out to understand the expressivity of Markov reward as a way to capture tasks that we would want an agent to perform. We frame this study around three new abstract notions of "task": (1) a set of acceptable behaviors…

Cited by 0SourcePDFScholar
2022

The Nature of Temporal Difference Errors in Multi-step Distributional Reinforcement Learning

NeurIPS 2022accept

We study the multi-step off-policy learning approach to distributional RL. Despite the apparent similarity between value-based RL and distributional RL, our study reveals intriguing and fundamental differences between the two cases in the multi-step setting. We identify a novel notion of path-depend…

Cited by 13SourcePDFScholar
2021

Counterfactual Credit Assignment in Model-Free Reinforcement Learning

ICML 2021spotlight

Credit assignment in reinforcement learning is the problem of measuring an action’s influence on future rewards. In particular, this requires separating skill from luck, i.e. disentangling the effect of an action on rewards from that of external factors and subsequent actions. To achieve this, we ad…

Cited by 78SourcePDFScholar
2021

On the Effect of Auxiliary Tasks on Representation Dynamics

AISTATS 2021poster

While auxiliary tasks play a key role in shaping the representations learnt by reinforcement learning agents, much is still unknown about the mechanisms through which this is achieved. This work develops our understanding of the relationship between auxiliary tasks, environment structure, and repres…

Cited by 84SourcePDFScholar
2021

On the Expressivity of Markov Reward

NeurIPS 2021oral

Reward is the driving force for reinforcement-learning agents. This paper is dedicated to understanding the expressivity of reward as a way to capture tasks that we would want an agent to perform. We frame this study around three new abstract notions of “task” that might be desirable: (1) a set of a…

Cited by 117SourcePDFScholar
2021

Revisiting Peng’s Q($λ$) for Modern Reinforcement Learning

ICML 2021spotlight

Off-policy multi-step reinforcement learning algorithms consist of conservative and non-conservative algorithms: the former actively cut traces, whereas the latter do not. Recently, Munos et al. (2016) proved the convergence of conservative algorithms to an optimal Q-function. In contrast, non-conse…

Cited by 26SourcePDFScholar
2021

The Difficulty of Passive Learning in Deep Reinforcement Learning

NeurIPS 2021poster

Learning to act from observational data without active environmental interaction is a well-known challenge in Reinforcement Learning (RL). Recent approaches involve constraints on the learned policy or conservative updates, preventing strong deviations from the state-action distribution of the datas…

2021

The Value-Improvement Path: Towards Better Representations for Reinforcement Learning

AAAI 2021technical

In value-based reinforcement learning (RL), unlike in supervised learning, the agent faces not a single, stationary, approximation problem, but a sequence of value prediction problems. Each time the policy improves, the nature of the problem changes, shifting both the distribution of states and thei…

Cited by 73SourcePDFScholar
2020

Conditional Importance Sampling for Off-Policy Learning

AISTATS 2020poster

The principal contribution of this paper is a conceptual framework for off-policy reinforcement learning, based on conditional expectations of importance sampling ratios. This framework yields new perspectives and understanding of existing off-policy algorithms, and reveals a broad space of unexplor…

Cited by 15SourcePDFScholar
2020

Fast Task Inference with Variational Intrinsic Successor Features

ICLR 2020talk

It has been established that diverse behaviors spanning the controllable subspace of a Markov decision process can be trained by rewarding a policy for being distinguishable from other policies. However, one limitation of this formulation is the difficulty to generalize beyond the finite set of beha…

Cited by 203SourceScholar
2020

Revisiting Fundamentals of Experience Replay

ICML 2020poster

Experience replay is central to off-policy algorithms in deep reinforcement learning (RL), but there remain significant gaps in our understanding. We therefore present a systematic and extensive analysis of experience replay in Q-learning methods, focusing on two fundamental properties: the replay c…

2019

A Geometric Perspective on Optimal Representations for Reinforcement Learning

NeurIPS 2019poster

We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. From there, we provide formal evidence regarding the usefulness of value functions as auxiliary tasks in reinforcement learning. Our formulation considers…

Cited by 108SourcePDFScholar
2019

Hindsight Credit Assignment

NeurIPS 2019spotlight

We consider the problem of efficient credit assignment in reinforcement learning. In order to efficiently and meaningfully utilize new data, we propose to explicitly assign credit to past decisions based on the likelihood of them having led to the observed outcome. This approach uses new information…

2019

Recurrent Experience Replay in Distributed Reinforcement Learning

ICLR 2019poster

Building on the recent successes of distributed training of RL agents, in this paper we investigate the training of RNN-based RL agents from distributed prioritized experience replay. We study the effects of parameter lag resulting in representational drift and recurrent state staleness and empirica…

Cited by 629SourcePDFScholar
2019

Statistics and Samples in Distributional Reinforcement Learning

ICML 2019oral

We present a unifying framework for designing and analysing distributional reinforcement learning (DRL) algorithms in terms of recursively estimating statistics of the return distribution. Our key insight is that DRL algorithms can be decomposed as the combination of some statistical estimator and a…

Cited by 119SourcePDFScholar
2018

An Analysis of Categorical Distributional Reinforcement Learning

AISTATS 2018poster

Distributional approaches to value-based reinforcement learning model the entire distribution of returns, rather than just their expected values, and have recently been shown to yield state-of-the-art empirical performance. This was demonstrated by the recently proposed C51 algorithm, based on categ…

Cited by 0SourcePDFScholar
2018

Distributed Distributional Deterministic Policy Gradients

ICLR 2018poster

This work adopts the very successful distributional perspective on reinforcement learning and adapts it to the continuous control setting. We combine this within a distributed framework for off-policy learning in order to develop what we call the Distributed Distributional Deep Deterministic Policy…

Cited by 726SourcePDFScholar
2018

Implicit Quantile Networks for Distributional Reinforcement Learning

ICML 2018oral

In this work, we build on recent advances in distributional reinforcement learning to give a generally applicable, flexible, and state-of-the-art distributional variant of DQN. We achieve this by using quantile regression to approximate the full quantile function for the state-action return distribu…

Cited by 713SourcePDFScholar
2018

The Reactor: A fast and sample-efficient Actor-Critic agent for Reinforcement Learning

ICLR 2018poster

In this work we present a new agent architecture, called Reactor, which combines multiple algorithmic and architectural contributions to produce an agent with higher sample-efficiency than Prioritized Dueling DQN (Wang et al., 2016) and Categorical DQN (Bellemare et al., 2017), while giving better r…

Cited by 116SourcePDFScholar
2017

Successor Features for Transfer in Reinforcement Learning

NeurIPS 2017spotlight

Transfer in reinforcement learning refers to the notion that generalization should occur not only within a task but also across tasks. We propose a transfer framework for the scenario where the reward function changes between tasks but the environment's dynamics remain the same. Our approach rests o…

Cited by 732SourcePDFScholar