← Search

Matthew W. Hoffman

6 accepted papers

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

Simple, Distributed, and Accelerated Probabilistic Programming

NeurIPS 2018poster

We describe a simple, low-level approach for embedding probabilistic programming in a deep learning ecosystem. In particular, we distill probabilistic programming down to a single abstraction—the random variable. Our lightweight implementation in TensorFlow enables numerous applications: a model-par…

2017

Learned Optimizers that Scale and Generalize

ICML 2017poster

Learning to learn has emerged as an important direction for achieving artificial intelligence. Two of the primary barriers to its adoption are an inability to scale to larger problems and a limited ability to generalize to new tasks. We introduce a learned gradient descent optimizer that generalizes…

Cited by 349SourcePDFScholar
2017

Learning to Learn without Gradient Descent by Gradient Descent

ICML 2017poster

We learn recurrent neural network optimizers trained on simple synthetic functions by gradient descent. We show that these learned optimizers exhibit a remarkable degree of transfer in that they can be used to efficiently optimize a broad range of derivative-free black-box functions, including Gauss…

Cited by 345SourcePDFScholar
2017

The Intentional Unintentional Agent: Learning to Solve Many Continuous Control Tasks Simultaneously

CoRL 2017

This paper introduces the Intentional Unintentional (IU) agent. This agent endows the deep deterministic policy gradients (DDPG) agent for continuous control with the ability to solve several tasks simultaneously. Learning to solve many tasks simultaneously has been a long-standing, core goal of art

Cited by 0SourcePDFScholar
2016

Learning to learn by gradient descent by gradient descent

NeurIPS 2016poster

The move from hand-designed features to learned features in machine learning has been wildly successful. In spite of this, optimization algorithms are still designed by hand. In this paper we show how the design of an optimization algorithm can be cast as a learning problem, allowing the algorithm t…