← Search

Mark Rowland

53 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

Capturing Individual Human Preferences with Reward Features

NeurIPS 2025poster

Reinforcement learning from human feedback usually models preferences using a reward function that does not distinguish between people. We argue that this is unlikely to be a good design choice in contexts with high potential for disagreement, like in the training of large language models. We formal…

Cited by 0SourceScholar
2025

Categorical Distributional Reinforcement Learning with Kullback-Leibler Divergence: Convergence and Asymptotics

ICML 2025poster

We study the problem of distributional reinforcement learning using categorical parametrisations and a KL divergence loss. Previous work analyzing categorical distributional RL has done so using a Cramér distance-based loss, simplifying the analysis but creating a theory-practice gap. We introduce a…

Cited by 0SourcePDFScholar
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
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

A General Theoretical Paradigm to Understand Learning from Human Preferences

AISTATS 2024poster

The prevalent deployment of learning from human preferences through reinforcement learning (RLHF) relies on two important approximations: the first assumes that pairwise preferences can be substituted with pointwise rewards. The second assumes that a reward model trained on these pointwise rewards c…

2024

Distributional Bellman Operators over Mean Embeddings

ICML 2024poster

We propose a novel algorithmic framework for distributional reinforcement learning, based on learning finite-dimensional mean embeddings of return distributions. The framework reveals a wide variety of new algorithms for dynamic programming and temporal-difference algorithms that rely on the sketch…

2024

Foundations of Multivariate Distributional Reinforcement Learning

NeurIPS 2024poster

In reinforcement learning (RL), the consideration of multivariate reward signals has led to fundamental advancements in multi-objective decision-making, transfer learning, and representation learning. This work introduces the first oracle-free and computationally-tractable algorithms for provably co…

Cited by 6SourcePDFScholar
2024

Generalized Preference Optimization: A Unified Approach to Offline Alignment

ICML 2024poster

Offline preference optimization allows fine-tuning large models directly from offline data, and has proved effective in recent alignment practices. We propose generalized preference optimization (GPO), a family of offline losses parameterized by a general class of convex functions. GPO enables a uni…

Cited by 83SourcePDFScholar
2024

Human Alignment of Large Language Models through Online Preference Optimisation

ICML 2024poster

Ensuring alignment of language model's outputs with human preferences is critical to guarantee a useful, safe, and pleasant user experience. Thus, human alignment has been extensively studied recently and several methods such as Reinforcement Learning from Human Feedback (RLHF), Direct Policy Optimi…

Cited by 40SourcePDFScholar
2024

Nash Learning from Human Feedback

ICML 2024spotlight

Reinforcement learning from human feedback (RLHF) has emerged as the main paradigm for aligning large language models (LLMs) with human preferences. Traditionally, RLHF involves the initial step of learning a reward model from pairwise human feedback, i.e., expressed as preferences between pairs of…

Cited by 129SourcePDFScholar
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
2023

A Novel Stochastic Gradient Descent Algorithm for Learning Principal Subspaces

AISTATS 2023poster

Many machine learning problems encode their data as a matrix with a possibly very large number of rows and columns. In several applications like neuroscience, image compression or deep reinforcement learning, the principal subspace of such a matrix provides a useful, low-dimensional representation o…

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

DoMo-AC: Doubly Multi-step Off-policy Actor-Critic Algorithm

ICML 2023poster

Multi-step learning applies lookahead over multiple time steps and has proved valuable in policy evaluation settings. However, in the optimal control case, the impact of multi-step learning has been relatively limited despite a number of prior efforts. Fundamentally, this might be because multi-step…

Cited by 0SourcePDFScholar
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 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

Marginalized Operators for Off-policy Reinforcement Learning

AISTATS 2022poster

In this work, we propose marginalized operators, a new class of off-policy evaluation operators for reinforcement learning. Marginalized operators strictly generalize generic multi-step operators, such as Retrace, as special cases. Marginalized operators also suggest a form of sample-based estimates…

Cited by 0SourcePDFScholar
2022

Optimistic Posterior Sampling for Reinforcement Learning with Few Samples and Tight Guarantees

NeurIPS 2022accept

We consider reinforcement learning in an environment modeled by an episodic, tabular, step-dependent Markov decision process of horizon $H$ with $S$ states, and $A$ actions. The performance of an agent is measured by the regret after interacting with the environment for $T$ episodes. We propose an…

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

From Poincaré Recurrence to Convergence in Imperfect Information Games: Finding Equilibrium via Regularization

ICML 2021spotlight

In this paper we investigate the Follow the Regularized Leader dynamics in sequential imperfect information games (IIG). We generalize existing results of Poincar{é} recurrence from normal-form games to zero-sum two-player imperfect information games and other sequential game settings. We then inves…

Cited by 105SourcePDFScholar
2021

MICo: Improved representations via sampling-based state similarity for Markov decision processes

NeurIPS 2021poster

We present a new behavioural distance over the state space of a Markov decision process, and demonstrate the use of this distance as an effective means of shaping the learnt representations of deep reinforcement learning agents. While existing notions of state similarity are typically difficult to l…

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

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 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
2021

Unifying Gradient Estimators for Meta-Reinforcement Learning via Off-Policy Evaluation

NeurIPS 2021poster

Model-agnostic meta-reinforcement learning requires estimating the Hessian matrix of value functions. This is challenging from an implementation perspective, as repeatedly differentiating policy gradient estimates may lead to biased Hessian estimates. In this work, we provide a unifying framework fo…

2020

A Generalized Training Approach for Multiagent Learning

ICLR 2020talk

This paper investigates a population-based training regime based on game-theoretic principles called Policy-Spaced Response Oracles (PSRO). PSRO is general in the sense that it (1) encompasses well-known algorithms such as fictitious play and double oracle as special cases, and (2) in principle appl…

Cited by 127SourcecodeScholar
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 computation of Nash Equilibria in Imperfect Information Games

ICML 2020poster

We introduce and analyze a class of algorithms, called Mirror Ascent against an Improved Opponent (MAIO), for computing Nash equilibria in two-player zero-sum games, both in normal form and in sequential form with imperfect information. These algorithms update the policy of each player with a mirror…

Cited by 12SourcePDFScholar
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

Multiagent Evaluation under Incomplete Information

NeurIPS 2019spotlight

This paper investigates the evaluation of learned multiagent strategies in the incomplete information setting, which plays a critical role in ranking and training of agents. Traditionally, researchers have relied on Elo ratings for this purpose, with recent works also using methods based on Nash equ…

Cited by 46SourcePDFScholar
2019

Orthogonal Estimation of Wasserstein Distances

AISTATS 2019poster

Wasserstein distances are increasingly used in a wide variety of applications in machine learning. Sliced Wasserstein distances form an important subclass which may be estimated efficiently through one-dimensional sorting operations. In this paper, we propose a new variant of sliced Wasserstein dist…

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

Gaussian Process Behaviour in Wide Deep Neural Networks

ICLR 2018poster

Whilst deep neural networks have shown great empirical success, there is still much work to be done to understand their theoretical properties. In this paper, we study the relationship between Gaussian processes with a recursive kernel definition and random wide fully connected feedforward networks…

2018

Geometrically Coupled Monte Carlo Sampling

NeurIPS 2018spotlight

Monte Carlo sampling in high-dimensional, low-sample settings is important in many machine learning tasks. We improve current methods for sampling in Euclidean spaces by avoiding independence, and instead consider ways to couple samples. We show fundamental connections to optimal transport theory,…

Cited by 30SourcePDFScholar
2018

Structured Evolution with Compact Architectures for Scalable Policy Optimization

ICML 2018oral

We present a new method of blackbox optimization via gradient approximation with the use of structured random orthogonal matrices, providing more accurate estimators than baselines and with provable theoretical guarantees. We show that this algorithm can be successfully applied to learn better quali…

Cited by 164SourcePDFScholar
2018

The Geometry of Random Features

AISTATS 2018poster

We present an in-depth examination of the effectiveness of radial basis function kernel (beyond Gaussian) estimators based on orthogonal random feature maps. We show that orthogonal estimators outperform state-of-the-art mechanisms that use iid sampling under weak conditions for tails of the associa…

Cited by 0SourcePDFScholar
2017

Conditions beyond treewidth for tightness of higher-order LP relaxations

AISTATS 2017poster

Linear programming (LP) relaxations are a popular method to attempt to find a most likely configuration of a discrete graphical model. If a solution to the relaxed problem is obtained at an integral vertex then the solution is guaranteed to be exact and we say that the relaxation is tight. We consid…

Cited by 9SourcePDFScholar
2017

The Unreasonable Effectiveness of Structured Random Orthogonal Embeddings

NeurIPS 2017poster

We examine a class of embeddings based on structured random matrices with orthogonal rows which can be applied in many machine learning applications including dimensionality reduction and kernel approximation. For both the Johnson-Lindenstrauss transform and the angular kernel, we show that we can s…

Cited by 100SourcePDFScholar
2016

Black-Box Alpha Divergence Minimization

ICML 2016poster

Black-box alpha (BB-α) is a new approximate inference method based on the minimization of α-divergences. BB-αscales to large datasets because it can be implemented using stochastic gradient descent. BB-αcan be applied to complex probabilistic models with little effort since it only requires as input…