← Search

Wendelin Boehmer

19 accepted papers

2026

Contextual Similarity Distillation: Ensemble Uncertainties with a Single Model

ICLR 2026poster

Uncertainty quantification is a critical aspect of reinforcement learning and deep learning, with numerous applications ranging from efficient exploration and stable offline reinforcement learning to outlier detection in medical diagnostics. The scale of modern neural networks, however, complicates…

Cited by 0SourceScholar
2026

Twice Sequential Monte Carlo for Tree Search

ICML 2026poster

Model-based reinforcement learning (RL) methods that leverage search are responsible for many milestone breakthroughs in RL. Sequential Monte Carlo (SMC) recently emerged as an alternative to the Monte Carlo Tree Search (MCTS) algorithm which drove these breakthroughs. SMC is easier to parallelize a…

Cited by 2SourceScholar
2026

Universal Value-Function Uncertainties

ICLR 2026poster

Estimating epistemic uncertainty in value functions is a crucial challenge for many aspects of reinforcement learning (RL), including efficient exploration, safe decision-making, and offline RL. While deep ensembles provide a robust method for quantifying value uncertainty, they come with significan…

Cited by 0SourceScholar
2025

How Ensembles of Distilled Policies Improve Generalisation in Reinforcement Learning

NeurIPS 2025poster

In the zero-shot policy transfer setting in reinforcement learning, the goal is to train an agent on a fixed set of training environments so that it can generalise to similar, but unseen, testing environments. Previous work has shown that policy distillation after training can sometimes produce a po…

Cited by 0SourceScholar
2025

Value Improved Actor Critic Algorithms

NeurIPS 2025poster

To learn approximately optimal acting policies for decision problems, modern Actor Critic algorithms rely on deep Neural Networks (DNNs) to parameterize the acting policy and greedification operators to iteratively improve it. The reliance on DNNs suggests an improvement that is gradient based, whi…

Cited by 0SourceScholar
2024

Diverse Projection Ensembles for Distributional Reinforcement Learning

ICLR 2024poster

In contrast to classical reinforcement learning, distributional RL algorithms aim to learn the distribution of returns rather than their expected value. Since the nature of the return distribution is generally unknown a priori or arbitrarily complex, a common approach finds approximations within a s…

Cited by 3SourcePDFScholar
2024

To the Max: Reinventing Reward in Reinforcement Learning

ICML 2024poster

In reinforcement learning (RL), different reward functions can define the same optimal policy but result in drastically different learning performance. For some, the agent gets stuck with a suboptimal behavior, and for others, it solves the task efficiently. Choosing a good reward function is hence…

2021

FACMAC: Factored Multi-Agent Centralised Policy Gradients

NeurIPS 2021poster

We propose FACtored Multi-Agent Centralised policy gradients (FACMAC), a new method for cooperative multi-agent reinforcement learning in both discrete and continuous action spaces. Like MADDPG, a popular multi-agent actor-critic method, our approach uses deep deterministic policy gradients to learn…

2021

My Body is a Cage: the Role of Morphology in Graph-Based Incompatible Control

ICLR 2021poster

Multitask Reinforcement Learning is a promising way to obtain models with better performance, generalisation, data efficiency, and robustness. Most existing work is limited to compatible settings, where the state and action space dimensions are the same across tasks. Graph Neural Networks (GNN) are…

2021

Randomized Entity-wise Factorization for Multi-Agent Reinforcement Learning

ICML 2021oral

Multi-agent settings in the real world often involve tasks with varying types and quantities of agents and non-agent entities; however, common patterns of behavior often emerge among these agents/entities. Our method aims to leverage these commonalities by asking the question: “What is the expected…

2021

Transient Non-stationarity and Generalisation in Deep Reinforcement Learning

ICLR 2021poster

Non-stationarity can arise in Reinforcement Learning (RL) even in stationary environments. For example, most RL algorithms collect new data throughout training, using a non-stationary behaviour policy. Due to the transience of this non-stationarity, it is often not explicitly addressed in deep RL an…

Cited by 104SourcePDFScholar
2021

UneVEn: Universal Value Exploration for Multi-Agent Reinforcement Learning

ICML 2021spotlight

VDN and QMIX are two popular value-based algorithms for cooperative MARL that learn a centralized action value function as a monotonic mixing of per-agent utilities. While this enables easy decentralization of the learned policy, the restricted joint action value function can prevent them from solvi…

Cited by 59SourcePDFScholar
2020

Multitask Soft Option Learning

UAI 2020poster

We present Multitask Soft Option Learning (MSOL), a hierarchical multitask framework based on Planning as Inference. MSOL extends the concept of options, using separate variational posteriors for each task, regularized by a shared prior. This “soft” version of options avoids several instabilities du…

2020

Optimistic Exploration even with a Pessimistic Initialisation

ICLR 2020poster

Optimistic initialisation is an effective strategy for efficient exploration in reinforcement learning (RL). In the tabular case, all provably efficient model-free algorithms rely on it. However, model-free deep RL algorithms do not use optimistic initialisation despite taking inspiration from these…

Cited by 0SourcecodeScholar
2019

Multi-Agent Common Knowledge Reinforcement Learning

NeurIPS 2019poster

Cooperative multi-agent reinforcement learning often requires decentralised policies, which severely limit the agents' ability to coordinate their behaviour. In this paper, we show that common knowledge between agents allows for complex decentralised coordination. Common knowledge arises naturally i…