← Search

Timothy Lillicrap

37 accepted papers

2022

A data-driven approach for learning to control computers

ICML 2022spotlight

It would be useful for machines to use computers as humans do so that they can aid us in everyday tasks. This is a setting in which there is also the potential to leverage large-scale expert demonstrations and human judgements of interactive behaviour, which are two ingredients that have driven much…

Cited by 119SourcePDFScholar
2022

Retrieval-Augmented Reinforcement Learning

ICML 2022spotlight

Most deep reinforcement learning (RL) algorithms distill experience into parametric behavior policies or value functions via gradient updates. While effective, this approach has several disadvantages: (1) it is computationally expensive, (2) it can take many updates to integrate experiences into the…

Cited by 59SourcePDFScholar
2020

A meta-learning approach to (re)discover plasticity rules that carve a desired function into a neural network

NeurIPS 2020spotlight

The search for biologically faithful synaptic plasticity rules has resulted in a large body of models. They are usually inspired by -- and fitted to -- experimental data, but they rarely produce neural dynamics that serve complex functions. These failures suggest that current plasticity models are s…

Cited by 43SourcePDFScholar
2020

Automated curriculum generation through setter-solver interactions

ICLR 2020poster

Reinforcement learning algorithms use correlations between policies and rewards to improve agent performance. But in dynamic or sparsely rewarding environments these correlations are often too small, or rewarding events are too infrequent to make learning feasible. Human education instead relies…

Cited by 44SourceScholar
2020

Dream to Control: Learning Behaviors by Latent Imagination

ICLR 2020spotlight

Learned world models summarize an agent's experience to facilitate learning complex behaviors. While learning world models from high-dimensional sensory inputs is becoming feasible through deep learning, there are many potential ways for deriving behaviors from them. We present Dreamer, a reinforcem…

Cited by 1635SourcecodeScholar
2020

Training Generative Adversarial Networks by Solving Ordinary Differential Equations

NeurIPS 2020spotlight

The instability of Generative Adversarial Network (GAN) training has frequently been attributed to gradient descent. Consequently, recent methods have aimed to tailor the models and training procedures to stabilise the discrete updates. In contrast, we study the continuous-time dynamics induced by G…

2019

An Investigation of Model-Free Planning

ICML 2019oral

The field of reinforcement learning (RL) is facing increasingly challenging domains with combinatorial complexity. For an RL agent to address these challenges, it is essential that it can plan effectively. Prior work has typically utilized an explicit model of the environment, combined with a specif…

2019

Composing Entropic Policies using Divergence Correction

ICML 2019oral

Composing skills mastered in one task to solve novel tasks promises dramatic improvements in the data efficiency of reinforcement learning. Here, we analyze two recent works composing behaviors represented in the form of action-value functions and show that they perform poorly in some situations. As…

Cited by 40SourcePDFScholar
2019

Deep Learning without Weight Transport

NeurIPS 2019poster

Current algorithms for deep learning probably cannot run in the brain because they rely on weight transport, where forward-path neurons transmit their synaptic weights to a feedback path, in a way that is likely impossible biologically. An algorithm called feedback alignment achieves deep learning w…

2019

Deep reinforcement learning with relational inductive biases

ICLR 2019poster

We introduce an approach for augmenting model-free deep reinforcement learning agents with a mechanism for relational reasoning over structured representations, which improves performance, learning efficiency, generalization, and interpretability. Our architecture encodes an image as a set of vector…

Cited by 265SourcePDFScholar
2019

Episodic Curiosity through Reachability

ICLR 2019poster

Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making rewards dense and more suitable for learning. In particular, inspired by curious behav…

2019

Experience Replay for Continual Learning

NeurIPS 2019poster

Interacting with a complex world involves continual learning, in which tasks and data distributions change over time. A continual learning system should demonstrate both plasticity (acquisition of new knowledge) and stability (preservation of old knowledge). Catastrophic forgetting is the failure of…

Cited by 1743SourcePDFScholar
2019

Learning Latent Dynamics for Planning from Pixels

ICML 2019oral

Planning has been very successful for control tasks with known environment dynamics. To leverage planning in unknown environments, the agent needs to learn the dynamics from interactions with the world. However, learning dynamics models that are accurate enough for planning has been a long-standing…

2019

Learning to Make Analogies by Contrasting Abstract Relational Structure

ICLR 2019poster

Analogical reasoning has been a principal focus of various waves of AI research. Analogy is particularly challenging for machines because it requires relational structures to be represented such that they can be flexibly applied across diverse domains of experience. Here, we study how analogical rea…

2019

Noise Contrastive Priors for Functional Uncertainty

UAI 2019poster

Obtaining reliable uncertainty estimates of neural network predictions is a long standing challenge. Bayesian neural networks have been proposed as a solution, but it remains open how to specify their prior. In particular, the common practice of an independent normal prior in weight space imposes re…

2019

Recall Traces: Backtracking Models for Efficient Reinforcement Learning

ICLR 2019poster

In many environments only a tiny subset of all states yield high reward. In these cases, few of the interactions with the environment provide a relevant learning signal. Hence, we may want to preferentially train on those high-reward states and the probable trajectories leading to them. To this en…

Cited by 87SourcePDFScholar
2018

Assessing the Scalability of Biologically-Motivated Deep Learning Algorithms and Architectures

NeurIPS 2018poster

The backpropagation of error algorithm (BP) is impossible to implement in a real brain. The recent success of deep networks in machine learning and AI, however, has inspired proposals for understanding how the brain might learn across multiple layers, and hence how it might approximate BP. As of yet…

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

Learning Attractor Dynamics for Generative Memory

NeurIPS 2018poster

A central challenge faced by memory systems is the robust retrieval of a stored pattern in the presence of interference due to other stored patterns and noise. A theoretically well-founded solution to robust retrieval is given by attractor dynamics, which iteratively cleans up patterns during recall…

2018

Measuring abstract reasoning in neural networks

ICML 2018oral

Whether neural networks can learn abstract reasoning or whether they merely rely on superficial statistics is a topic of recent debate. Here, we propose a dataset and challenge designed to probe abstract reasoning, inspired by a well-known human IQ test. To succeed at this challenge, models must cop…

2018

Relational recurrent neural networks

NeurIPS 2018poster

Memory-based neural networks model temporal data by leveraging an ability to remember information for long periods. It is unclear, however, whether they also have an ability to perform complex relational reasoning with the information they remember. Here, we first confirm our intuitions that standar…

2017

A simple neural network module for relational reasoning

NeurIPS 2017spotlight

Relational reasoning is a central component of generally intelligent behavior, but has proven difficult for neural networks to learn. In this paper we describe how to use Relation Networks (RNs) as a simple plug-and-play module to solve problems that fundamentally hinge on relational reasoning. We t…

Cited by 2023SourcePDFScholar
2017

Deep reinforcement learning for robotic manipulation with asynchronous off-policy updates

ICRA 2017poster

Reinforcement learning holds the promise of enabling autonomous robots to learn large repertoires of behavioral skills with minimal human intervention. However, robotic applications of reinforcement learning often compromise the autonomy of the learning process in favor of achieving training times t…

Cited by 2093SourceScholar
2017

Discovering objects and their relations from entangled scene representations

ICLR 2017workshop

Our world can be succinctly and compactly described as structured scenes of objects and relations. A typical room, for example, contains salient objects such as tables, chairs and books, and these objects typically relate to each other by virtue of their correlated features, such as position, functi…

Cited by 133SourceScholar
2017

Interpolated Policy Gradient: Merging On-Policy and Off-Policy Gradient Estimation for Deep Reinforcement Learning

NeurIPS 2017poster

Off-policy model-free deep reinforcement learning methods using previously collected data can improve sample efficiency over on-policy policy gradient techniques. On the other hand, on-policy algorithms are often more stable and easier to use. This paper examines, both theoretically and empirically,…

Cited by 206SourcePDFScholar
2017

Q-Prop: Sample-Efficient Policy Gradient with An Off-Policy Critic

ICLR 2017oral

Model-free deep reinforcement learning (RL) methods have been successful in a wide variety of simulated domains. However, a major obstacle facing deep RL in the real world is their high sample complexity. Batch policy gradient methods offer stable learning, but at the cost of high variance, which of…

Cited by 436SourcecodeScholar
2016

Asynchronous Methods for Deep Reinforcement Learning

ICML 2016poster

We propose a conceptually simple and lightweight framework for deep reinforcement learning that uses asynchronous gradient descent for optimization of deep neural network controllers. We present asynchronous variants of four standard reinforcement learning algorithms and show that parallel actor-lea…

Cited by 13016SourcePDFScholar
2016

Continuous Deep Q-Learning with Model-based Acceleration

ICML 2016poster

Model-free reinforcement learning has been successfully applied to a range of challenging problems, and has recently been extended to handle large neural network policies and value functions. However, the sample complexity of model-free algorithms, particularly when using high-dimensional function a…

Cited by 1384SourcePDFScholar
2016

Matching Networks for One Shot Learning

NeurIPS 2016poster

Learning from a few examples remains a key challenge in machine learning. Despite recent advances in important domains such as vision and language, the standard supervised deep learning paradigm does not offer a satisfactory solution for learning new concepts rapidly from little data. In this work,…

Cited by 9403SourcePDFScholar
2016

Meta-Learning with Memory-Augmented Neural Networks

ICML 2016poster

Despite recent breakthroughs in the applications of deep neural networks, one setting that presents a persistent challenge is that of "one-shot learning." Traditional gradient-based networks require a lot of data to learn, often through extensive iterative training. When new data is encountered, the…

Cited by 3349SourcePDFScholar
2016

Scaling Memory-Augmented Neural Networks with Sparse Reads and Writes

NeurIPS 2016poster

Neural networks augmented with external memory have the ability to learn algorithmic solutions to complex tasks. These models appear promising for applications such as language modeling and machine translation. However, they scale poorly in both space and time as the amount of memory grows --- limit…

Cited by 196SourcePDFScholar
2015

Learning Continuous Control Policies by Stochastic Value Gradients

NeurIPS 2015poster

We present a unified framework for learning continuous control policies usingbackpropagation. It supports stochastic control by treating stochasticity in theBellman equation as a deterministic function of exogenous noise. The productis a spectrum of general policy gradient algorithms that range from…

Cited by 723SourcePDFScholar