← Search

George Tucker

30 accepted papers

2025

Training Language Models to Self-Correct via Reinforcement Learning

ICLR 2025oral

Self-correction is a highly desirable capability of large language models (LLMs), yet it has consistently been found to be largely ineffective in modern LLMs. Current methods for training self-correction typically depend on either multiple models, a more advanced model, or additional forms of super…

Cited by 113SourcePDFScholar
2023

Imitation Is Not Enough: Robustifying Imitation with Reinforcement Learning for Challenging Driving Scenarios

IROS 2023poster

Imitation learning (IL) is a simple and powerful way to use high-quality human driving data, which can be collected at scale, to produce human-like behavior. However, policies based on imitation learning alone often fail to sufficiently account for safety and reliability concerns. In this paper, we…

Cited by 106SourceScholar
2023

Offline Q-learning on Diverse Multi-Task Data Both Scales And Generalizes

ICLR 2023top-5%

The potential of offline reinforcement learning (RL) is that high-capacity models trained on large, heterogeneous datasets can lead to agents that generalize broadly, analogously to similar advances in vision and NLP. However, recent works argue that offline RL methods encounter unique challenges to…

Cited by 61SourcePDFScholar
2023

Waymax: An Accelerated, Data-Driven Simulator for Large-Scale Autonomous Driving Research

NeurIPS 2023poster

Simulation is an essential tool to develop and benchmark autonomous vehicle planning software in a safe and cost-effective manner. However, realistic simulation requires accurate modeling of multi-agent interactive behaviors to be trustworthy, behaviors which can be highly nuanced and complex. To ad…

Cited by 116SourcePDFScholar
2022

DR3: Value-Based Deep Reinforcement Learning Requires Explicit Regularization

ICLR 2022spotlight

Despite overparameterization, deep networks trained via supervised learning are surprisingly easy to optimize and exhibit excellent generalization. One hypothesis to explain this is that overparameterized deep networks enjoy the benefits of implicit regularization induced by stochastic gradient desc…

Cited by 70SourcePDFScholar
2022

Offline Policy Selection under Uncertainty

AISTATS 2022poster

The presence of uncertainty in policy evaluation significantly complicates the process of policy ranking and selection in real-world settings. We formally consider offline policy selection as learning preferences over a set of policy prospects given a fixed experience dataset. While one can select o…

2022

Oracle Inequalities for Model Selection in Offline Reinforcement Learning

NeurIPS 2022accept

In offline reinforcement learning (RL), a learner leverages prior logged data to learn a good policy without interacting with the environment. A major challenge in applying such methods in practice is the lack of both theoretically principled and practical tools for model selection and evaluation. T…

Cited by 15SourcePDFScholar
2021

Autoregressive Dynamics Models for Offline Policy Evaluation and Optimization

ICLR 2021poster

Standard dynamics models for continuous control make use of feedforward computation to predict the conditional distribution of next state and reward given current state and action using a multivariate Gaussian with a diagonal covariance structure. This modeling choice assumes that different dimensio…

Cited by 53SourcePDFScholar
2021

Benchmarks for Deep Off-Policy Evaluation

ICLR 2021poster

Off-policy evaluation (OPE) holds the promise of being able to leverage large, offline datasets for both evaluating and selecting complex policies for decision making. The ability to learn offline is particularly important in many real-world domains, such as in healthcare, recommender systems, or ro…

2020

Conservative Q-Learning for Offline Reinforcement Learning

NeurIPS 2020poster

Effectively leveraging large, previously collected datasets in reinforcement learn- ing (RL) is a key challenge for large-scale real-world applications. Offline RL algorithms promise to learn effective policies from previously-collected, static datasets without further interaction. However, in pract…

2020

Meta-Learning without Memorization

ICLR 2020spotlight

The ability to learn new concepts with small amounts of data is a critical aspect of intelligence that has proven challenging for deep learning methods. Meta-learning has emerged as a promising technique for leveraging data from previous tasks to enable efficient learning of new tasks. However, most…

Cited by 249SourcecodeScholar
2020

Model Based Reinforcement Learning for Atari

ICLR 2020spotlight

Model-free reinforcement learning (RL) can be used to learn effective policies for complex tasks, such as Atari games, even from image observations. However, this typically requires very large amounts of interaction -- substantially more, in fact, than a human would need to learn the same games. How…

Cited by 1127SourcecodeScholar
2019

Don't Blame the ELBO! A Linear VAE Perspective on Posterior Collapse

NeurIPS 2019poster

Posterior collapse in Variational Autoencoders (VAEs) with uninformative priors arises when the variational posterior distribution closely matches the prior for a subset of latent variables. This paper presents a simple and intuitive explanation for posterior collapse through the analysis of linear…

Cited by 242SourcePDFScholar
2019

Doubly Reparameterized Gradient Estimators for Monte Carlo Objectives

ICLR 2019poster

Deep latent variable models have become a popular model choice due to the scalable learning algorithms introduced by (Kingma & Welling 2013, Rezende et al. 2014). These approaches maximize a variational lower bound on the intractable log likelihood of the observed data. Burda et al. (2015) introduce…

Cited by 137SourcePDFScholar
2019

Energy-Inspired Models: Learning with Sampler-Induced Distributions

NeurIPS 2019poster

Energy-based models (EBMs) are powerful probabilistic models, but suffer from intractable sampling and density evaluation due to the partition function. As a result, inference in EBMs relies on approximate sampling algorithms, leading to a mismatch between the model and inference. Motivated by this,…

2019

Guided evolutionary strategies: augmenting random search with surrogate gradients

ICML 2019oral

Many applications in machine learning require optimizing a function whose true gradient is unknown or computationally expensive, but where surrogate gradient information, directions that may be correlated with the true gradient, is cheaply available. For example, this occurs when an approximate grad…

2019

Learning to Walk Via Deep Reinforcement Learning

RSS 2019poster

Deep reinforcement learning (deep RL) holds the promise of automating the acquisition of complex controllers that can map sensory inputs directly to low-level actions. In the domain of robotic locomotion, deep RL could enable learning locomotion skills with minimal engineering and without an explici…

Cited by 613SourcePDFScholar
2019

On Variational Bounds of Mutual Information

ICML 2019oral

Estimating and optimizing Mutual Information (MI) is core to many problems in machine learning, but bounding MI in high dimensions is challenging. To establish tractable and scalable objectives, recent work has turned to variational bounds parameterized by neural networks. However, the relationships…

2019

Stabilizing Off-Policy Q-Learning via Bootstrapping Error Reduction

NeurIPS 2019poster

Off-policy reinforcement learning aims to leverage experience collected from prior policies for sample-efficient learning. However, in practice, commonly used off-policy approximate dynamic programming methods based on Q-learning and actor-critic methods are highly sensitive to the data distribution…

Cited by 1291SourcePDFScholar
2019

The Laplacian in RL: Learning Representations with Efficient Approximations

ICLR 2019poster

The smallest eigenvectors of the graph Laplacian are well-known to provide a succinct representation of the geometry of a weighted graph. In reinforcement learning (RL), where the weighted graph may be interpreted as the state transition process induced by a behavior policy acting on the environment…

Cited by 108SourcePDFScholar
2018

Deep Bayesian Bandits Showdown: An Empirical Comparison of Bayesian Deep Networks for Thompson Sampling

ICLR 2018poster

Recent advances in deep reinforcement learning have made significant strides in performance on applications such as Go and Atari games. However, developing practical methods to balance exploration and exploitation in complex domains remains largely unsolved. Thompson Sampling and its extension to re…

Cited by 435SourcePDFScholar
2018

Learning Hard Alignments with Variational Inference

ICASSP 2018accepted

There has recently been significant interest in hard attention models for tasks such as object recognition, visual captioning and speech recognition. Hard attention offers benefits over soft attention such as decreased computational cost, but training hard attention models can be difficult because o…

Cited by 0SourceScholar
2018

Sample-Efficient Reinforcement Learning with Stochastic Ensemble Value Expansion

NeurIPS 2018oral

There is growing interest in combining model-free and model-based approaches in reinforcement learning with the goal of achieving the high performance of model-free algorithms with low sample complexity. This is difficult because an imperfect dynamics model can degrade the performance of the learnin…

2018

Smoothed Action Value Functions for Learning Gaussian Policies

ICML 2018oral

State-action value functions (i.e., Q-values) are ubiquitous in reinforcement learning (RL), giving rise to popular algorithms such as SARSA and Q-learning. We propose a new notion of action value defined by a Gaussian smoothed version of the expected Q-value. We show that such smoothed Q-values sti…

Cited by 31SourcePDFScholar
2018

The Mirage of Action-Dependent Baselines in Reinforcement Learning

ICML 2018oral

Policy gradient methods are a widely used class of model-free reinforcement learning algorithms where a state-dependent baseline is used to reduce gradient estimator variance. Several recent papers extend the baseline to depend on both the state and action and suggest that this significantly reduces…

Cited by 164SourcePDFScholar
2017

Filtering Variational Objectives

NeurIPS 2017poster

When used as a surrogate objective for maximum likelihood estimation in latent variable models, the evidence lower bound (ELBO) produces state-of-the-art results. Inspired by this, we consider the extension of the ELBO to a family of lower bounds defined by a particle filter's estimator of the margi…

Cited by 260SourcePDFScholar
2017

REBAR: Low-variance, unbiased gradient estimates for discrete latent variable models

NeurIPS 2017oral

Learning in models with discrete latent variables is challenging due to high variance gradient estimators. Generally, approaches have relied on control variates to reduce the variance of the REINFORCE estimator. Recent work \citep{jang2016categorical, maddison2016concrete} has taken a different appr…