← Search

Sam Devlin

10 accepted papers

2025

Scaling Laws for Pre-training Agents and World Models

ICML 2025poster

The performance of embodied agents has been shown to improve by increasing model parameters, dataset size, and compute. This has been demonstrated in domains from robotics to video games, when generative learning objectives on offline datasets (pre-training) are used to model an agent's behavior (im…

Cited by 5SourcePDFScholar
2023

Contrastive Meta-Learning for Partially Observable Few-Shot Learning

ICLR 2023poster

Many contrastive and meta-learning approaches learn representations by identifying common features in multiple views. However, the formalism for these approaches generally assumes features to be shared across views to be captured coherently. We consider the problem of learning a unified representati…

2023

Imitating Human Behaviour with Diffusion Models

ICLR 2023poster

Diffusion models have emerged as powerful generative models in the text-to-image domain. This paper studies their application as observation-to-action models for imitating human behaviour in sequential environments. Human behaviour is stochastic and multimodal, with structured correlations between a…

2022

Deterministic and Discriminative Imitation (D2-Imitation): Revisiting Adversarial Imitation for Sample Efficiency

AAAI 2022technical

Sample efficiency is crucial for imitation learning methods to be applicable in real-world applications. Many studies improve sample efficiency by extending adversarial imitation to be off-policy regardless of the fact that these off-policy extensions could either change the original objective or in…

2022

Uni[MASK]: Unified Inference in Sequential Decision Problems

NeurIPS 2022accept

Randomly masking and predicting word tokens has been a successful approach in pre-training language models for a variety of downstream tasks. In this work, we observe that the same idea also applies naturally to sequential decision making, where many well-studied tasks like behavior cloning, offline…

2021

Meta-Learning Divergences for Variational Inference

AISTATS 2021poster

Variational inference (VI) plays an essential role in approximate Bayesian inference due to its computational efficiency and broad applicability. Crucial to the performance of VI is the selection of the associated divergence measure, as VI approximates the intractable distribution by minimizing this…

Cited by 7SourcePDFScholar
2021

Navigation Turing Test (NTT): Learning to Evaluate Human-Like Navigation

ICML 2021spotlight

A key challenge on the path to developing agents that learn complex human-like behavior is the need to quickly and accurately quantify human-likeness. While human assessments of such behavior can be highly accurate, speed and scalability are limited. We address these limitations through a novel auto…

2021

Strategically efficient exploration in competitive multi-agent reinforcement learning

UAI 2021poster

High sample complexity remains a barrier to the application of reinforcement learning (RL), particularly in multi-agent systems. A large body of work has demonstrated that exploration mechanisms based on the principle of optimism under uncertainty can significantly improve the sample efficiency of R…

2020

AMRL: Aggregated Memory For Reinforcement Learning

ICLR 2020poster

In many partially observable scenarios, Reinforcement Learning (RL) agents must rely on long-term memory in order to learn an optimal policy. We demonstrate that using techniques from NLP and supervised learning fails at RL tasks due to stochasticity from the environment and from exploration. Utiliz…

Cited by 26SourceScholar
2019

Generalization in Reinforcement Learning with Selective Noise Injection and Information Bottleneck

NeurIPS 2019poster

The ability for policies to generalize to new environments is key to the broad application of RL agents. A promising approach to prevent an agent’s policy from overfitting to a limited set of training environments is to apply regularization techniques originally developed for supervised learning. Ho…