← Search

Dale Schuurmans

96 accepted papers

2026

Learning to Reason Efficiently with Discounted Reinforcement Learning

ICLR 2026poster

Large reasoning models (LRMs) often consume excessive tokens, inflating computational cost and latency. We challenge the assumption that longer responses improve accuracy. By penalizing the reasoning tokens using a discounted reinforcement-learning setup (interpretable as a small per-token cost) and…

Cited by 0SourcecodeScholar
2025

Faster WIND: Accelerating Iterative Best-of-$N$ Distillation for LLM Alignment

AISTATS 2025poster

Recent advances in aligning large language models with human preferences have corroborated the growing importance of best-of-$N$ distillation (BOND). However, the iterative BOND algorithm is prohibitively expensive in practice due to the sample and computation inefficiency. This paper addresses the…

Cited by 0SourceScholar
2025

Improving Large Language Model Planning with Action Sequence Similarity

ICLR 2025poster

Planning is essential for artificial intelligence systems to look ahead and proactively determine a course of actions to reach objectives in the virtual and real world. Recent work on large language models (LLMs) sheds light on their planning capability in various tasks. However, it remains unclear…

Cited by 0SourcePDFScholar
2025

Learning Continually by Spectral Regularization

ICLR 2025poster

Loss of plasticity is a phenomenon where neural networks can become more difficult to train over the course of learning. Continual learning algorithms seek to mitigate this effect by sustaining good performance while maintaining network trainability. We develop a new technique for improving continua…

Cited by 4SourcePDFScholar
2025

REINFORCE Converges to Optimal Policies with Any Learning Rate

NeurIPS 2025poster

We prove that the classic REINFORCE stochastic policy gradient (SPG) method converges to globally optimal policies in finite-horizon Markov Decision Processes (MDPs) with $\textit{any}$ constant learning rate. To avoid the need for small or decaying learning rates, we introduce two key innovations i…

Cited by 0SourceScholar
2025

SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training

ICML 2025poster

Supervised fine-tuning (SFT) and reinforcement learning (RL) are widely used post-training techniques for foundation models. However, their roles in enhancing model generalization capabilities remain unclear. This paper studies the difference between SFT and RL on generalization and memorization, fo…

Cited by 72SourcePDFScholar
2025

The World Is Bigger: A Computationally-Embedded Perspective on the Big World Hypothesis

NeurIPS 2025spotlight

Continual learning is often motivated by the idea, known as the big world hypothesis, that the "world is bigger" than the agent. Recent problem formulations capture this idea by explicitly constraining an agent relative to the environment. These constraints lead to solutions in which the agent conti…

Cited by 0SourceScholar
2025

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

ICLR 2025poster

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline RLHF are active areas of investigation. A key bottleneck is understanding how to…

Cited by 31SourcePDFScholar
2024

Generative Hierarchical Materials Search

NeurIPS 2024poster

Generative models trained at scale can now produce novel text, video, and more recently, scientific data such as crystal structures. The ultimate goal for materials discovery, however, goes beyond generation: we desire a fully automated system that proposes, generates, and verifies crystal structure…

Cited by 5SourcePDFScholar
2024

Learning Interactive Real-World Simulators

ICLR 2024oral

Generative models trained on internet data have revolutionized how text, image, and video content can be created. Perhaps the next milestone for generative models is to simulate realistic experience in response to actions taken by humans, robots, and other interactive agents. Applications of a real-…

Cited by 132SourcePDFScholar
2024

Position: Video as the New Language for Real-World Decision Making

ICML 2024poster

Both text and video data are abundant on the internet and support large-scale self-supervised learning through next token or frame prediction. However, they have not been equally leveraged: language models have had significant real-world impact, whereas video generation has remained largely limited…

Cited by 97SourcePDFScholar
2024

Probabilistic Adaptation of Black-Box Text-to-Video Models

ICLR 2024poster

Large text-to-video models trained on internet-scale data have demonstrated exceptional capabilities in generating high-fidelity videos from arbitrary textual descriptions. However, similar to proprietary language models, large text-to-video models are often black boxes whose weight parameters are n…

Cited by 2SourcePDFScholar
2024

Provable Representation with Efficient Planning for Partially Observable Reinforcement Learning

ICML 2024poster

In most real-world reinforcement learning applications, state information is only partially observable, which breaks the Markov decision process assumption and leads to inferior performance for algorithms that conflate observations with state. Partially Observable Markov Decision Processes (POMDPs),…

Cited by 8SourcePDFScholar
2024

Scalable Diffusion for Materials Generation

ICLR 2024poster

​​​​Generative models trained on internet-scale data are capable of generating novel and realistic texts, images, and videos. A natural next question is whether these models can advance science, for example by generating novel stable materials. Traditionally, models with explicit structures (e.g., g…

Cited by 55SourcePDFScholar
2024

Small steps no more: Global convergence of stochastic gradient bandits for arbitrary learning rates

NeurIPS 2024poster

We provide a new understanding of the stochastic gradient bandit algorithm by showing that it converges to a globally optimal policy almost surely using \emph{any} constant learning rate. This result demonstrates that the stochastic gradient algorithm continues to balance exploration and exploitatio…

Cited by 1SourcePDFScholar
2024

Target Networks and Over-parameterization Stabilize Off-policy Bootstrapping with Function Approximation

ICML 2024spotlight

We prove that the combination of a target network and over-parameterized linear function approximation establishes a weaker convergence condition for bootstrapped value estimation in certain cases, even with off-policy data. Our condition is naturally satisfied for expected updates over the entire s…

2024

UQE: A Query Engine for Unstructured Databases

NeurIPS 2024poster

Analytics on structured data is a mature field with many successful methods. However, most real world data exists in unstructured form, such as images and conversations. We investigate the potential of Large Language Models (LLMs) to enable unstructured data analytics. In particular, we propose a ne…

Cited by 1SourcePDFScholar
2023

DISCS: A Benchmark for Discrete Sampling

NeurIPS 2023poster

Sampling in discrete spaces, with critical applications in simulation and optimization, has recently been boosted by significant advances in gradient-based approaches that exploit modern accelerators like GPUs. However, two key challenges are hindering further advancement in research on discrete sam…

2023

Dichotomy of Control: Separating What You Can Control from What You Cannot

ICLR 2023top-5%

Future- or return-conditioned supervised learning is an emerging paradigm for offline reinforcement learning (RL), in which the future outcome (i.e., return) associated with a sequence of actions in an offline dataset is used as input to a policy trained to imitate those same actions. While return-c…

2023

Discrete Langevin Samplers via Wasserstein Gradient Flow

AISTATS 2023poster

It is known that gradient based MCMC samplers for continuous spaces, such as Langevin Monte Carlo (LMC), can be derived as particle versions of a gradient flow that minimizes KL divergence on a Wasserstein manifold. The superior efficiency of such samplers has motivated several recent attempts to ge…

2023

Energy-based Predictive Representations for Partially Observed Reinforcement Learning

UAI 2023poster

In real-world applications, handling partial observability is a common requirement for reinforcement learning algorithms, which is not captured by a Markov decision process (MDP). Although partially observable Markov decision processes (POMDPs) have been specifically designed to address this require…

Cited by 4SourcePDFScholar
2023

Latent Variable Representation for Reinforcement Learning

ICLR 2023poster

Deep latent variable models have achieved significant empirical successes in model-based reinforcement learning (RL) due to their expressiveness in modeling complex transition dynamics. On the other hand, it remains unclear theoretically and empirically how latent variable models may facilitate lear…

Cited by 12SourcePDFScholar
2023

Learning Universal Policies via Text-Guided Video Generation

NeurIPS 2023spotlight

A goal of artificial intelligence is to construct an agent that can solve a wide variety of tasks. Recent progress in text-guided image synthesis has yielded models with an impressive ability to generate complex novel images, exhibiting combinatorial generalization across domains. Motivated by this…

Cited by 232SourcePDFScholar
2023

Learning to Optimize with Stochastic Dominance Constraints

AISTATS 2023poster

In real-world decision-making, uncertainty is important yet difficult to handle. Stochastic dominance provides a theoretically sound approach to comparing uncertain quantities, but optimization with stochastic dominance constraints is often computationally expensive, which limits practical applicabi…

2023

Least-to-Most Prompting Enables Complex Reasoning in Large Language Models

ICLR 2023poster

Chain-of-thought prompting has demonstrated remarkable performance on various natural language reasoning tasks. However, it tends to perform poorly on tasks which requires solving problems harder than the exemplars shown in the prompts. To overcome this challenge of easy-to-hard generalization, we p…

Cited by 1438SourcePDFScholar
2023

Managing Temporal Resolution in Continuous Value Estimation: A Fundamental Trade-off

NeurIPS 2023poster

A default assumption in reinforcement learning (RL) and optimal control is that observations arrive at discrete time points on a fixed clock cycle. Yet, many applications involve continuous-time systems where the time discretization, in principle, can be managed. The impact of time discretization on…

Cited by 4SourcePDFScholar
2023

Ordering-based Conditions for Global Convergence of Policy Gradient Methods

NeurIPS 2023oral

We prove that, for finite-arm bandits with linear function approximation, the global convergence of policy gradient (PG) methods depends on inter-related properties between the policy update and the representation. textcolor{blue}{First}, we establish a few key observations that frame the study: \te…

Cited by 6SourcePDFScholar
2023

Revisiting Sampling for Combinatorial Optimization

ICML 2023poster

Sampling approaches like Markov chain Monte Carlo were once popular for combinatorial optimization, but the inefficiency of classical methods and the need for problem-specific designs curtailed ongoing development. Recent work has favored data-driven approaches that mitigate the need for hand-craft…

Cited by 18SourcePDFScholar
2023

Self-Consistency Improves Chain of Thought Reasoning in Language Models

ICLR 2023poster

Chain-of-thought prompting combined with pretrained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the naive greedy decoding used in chain-of-thought prompting. It first samples a dive…

Cited by 1586SourcePDFScholar
2023

Spectral Decomposition Representation for Reinforcement Learning

ICLR 2023poster

Representation learning often plays a critical role in avoiding the curse of dimensionality in reinforcement learning. A representative class of algorithms exploits spectral decomposition of the stochastic transition dynamics to construct representations that enjoy strong theoretical properties in i…

Cited by 33SourcePDFScholar
2023

Stochastic Gradient Succeeds for Bandits

ICML 2023poster

We show that the stochastic gradient bandit algorithm converges to a globally optimal policy at an $O(1/t)$ rate, even with a constant step size. Remarkably, global convergence of the stochastic gradient bandit algorithm has not been previously established, even though it is an old algorithm known t…

Cited by 9SourcePDFScholar
2023

TEMPERA: Test-Time Prompt Editing via Reinforcement Learning

ICLR 2023top-25%

Careful prompt design is critical to the use of large language models in zero-shot or few-shot learning. As a consequence, there is a growing interest in automated methods to design optimal prompts. In this work, we propose Test-time Prompt Editing using Reinforcement learning (TEMPERA). In contras…

Cited by 134SourcePDFScholar
2023

What learning algorithm is in-context learning? Investigations with linear models

ICLR 2023top-5%

Neural sequence models, especially transformers, exhibit a remarkable capacity for in-context learning. They can construct new predictors from sequences of labeled examples $(x, f(x))$ presented in the input without further parameter updates. We investigate the hypothesis that transformer-based in-c…

Cited by 517SourcePDFScholar
2022

A Parametric Class of Approximate Gradient Updates for Policy Optimization

ICML 2022spotlight

Approaches to policy optimization have been motivated from diverse principles, based on how the parametric model is interpreted (e.g. value versus policy representation) or how the learning objective is formulated, yet they share a common goal of maximizing expected return. To better capture the com…

Cited by 0SourcePDFScholar
2022

A Simple Decentralized Cross-Entropy Method

NeurIPS 2022accept

Cross-Entropy Method (CEM) is commonly used for planning in model-based reinforcement learning (MBRL) where a centralized approach is typically utilized to update the sampling distribution based on only the top-$k$ operation's results on samples. In this paper, we show that such a centralized approa…

2022

Chain of Thought Imitation with Procedure Cloning

NeurIPS 2022accept

Imitation learning aims to extract high-performance policies from logged demonstrations of expert behavior. It is common to frame imitation learning as a supervised learning problem in which one fits a function approximator to the input-output mapping exhibited by the logged demonstrations (input ob…

2022

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

NeurIPS 2022accept

We explore how generating a chain of thought---a series of intermediate reasoning steps---significantly improves the ability of large language models to perform complex reasoning. In particular, we show how such reasoning abilities emerge naturally in sufficiently large language models via a simple…

Cited by 13586SourcePDFScholar
2022

Making Linear MDPs Practical via Contrastive Representation Learning

ICML 2022spotlight

It is common to address the curse of dimensionality in Markov decision processes (MDPs) by exploiting low-rank representations. This motivates much of the recent theoretical study on linear MDPs. However, most approaches require a given representation under unrealistic assumptions about the normaliz…

Cited by 55SourcePDFScholar
2022

Marginal Distribution Adaptation for Discrete Sets via Module-Oriented Divergence Minimization

ICML 2022spotlight

Distributions over discrete sets capture the essential statistics including the high-order correlation among elements. Such information provides powerful insight for decision making across various application domains, e.g., product assortment based on product distribution in shopping carts. While de…

Cited by 2SourcePDFScholar
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

On the Global Convergence Rates of Decentralized Softmax Gradient Play in Markov Potential Games

NeurIPS 2022accept

Softmax policy gradient is a popular algorithm for policy optimization in single-agent reinforcement learning, particularly since projection is not needed for each gradient update. However, in multi-agent systems, the lack of central coordination introduces significant additional difficulties in the…

Cited by 30SourcePDFScholar
2022

Optimal Scaling for Locally Balanced Proposals in Discrete Spaces

NeurIPS 2022accept

Optimal scaling has been well studied for Metropolis-Hastings (M-H) algorithms in continuous spaces, but a similar understanding has been lacking in discrete spaces. Recently, a family of locally balanced proposals (LBP) for discrete spaces has been proved to be asymptotically optimal, but the quest…

2022

The Curse of Passive Data Collection in Batch Reinforcement Learning

AISTATS 2022poster

In high stake applications, active experimentation may be considered too risky and thus data are often collected passively. While in simple cases, such as in bandits, passive and active data collection are similarly effective, the price of passive sampling can be much higher when collecting data fro…

Cited by 20SourcePDFScholar
2022

The Role of Baselines in Policy Gradient Optimization

NeurIPS 2022accept

We study the effect of baselines in on-policy stochastic policy gradient optimization, and close the gap between the theory and practice of policy optimization methods. Our first contribution is to show that the \emph{state value} baseline allows on-policy stochastic \emph{natural} policy gradient (…

Cited by 21SourcePDFScholar
2022

Understanding and Leveraging Overparameterization in Recursive Value Estimation

ICLR 2022poster

The theory of function approximation in reinforcement learning (RL) typically considers low capacity representations that incur a tradeoff between approximation error, stability and generalization. Current deep architectures, however, operate in an overparameterized regime where approximation error…

Cited by 18SourcePDFScholar
2021

Characterizing the Gap Between Actor-Critic and Policy Gradient

ICML 2021spotlight

Actor-critic (AC) methods are ubiquitous in reinforcement learning. Although it is understood that AC methods are closely related to policy gradient (PG), their precise connection has not been fully characterized previously. In this paper, we explain the gap between AC and PG methods by identifying…

Cited by 21SourcePDFScholar
2021

Combiner: Full Attention Transformer with Sparse Computation Cost

NeurIPS 2021spotlight

Transformers provide a class of expressive architectures that are extremely effective for sequence modeling. However, the key limitation of transformers is their quadratic memory and time complexity $\mathcal{O}(L^2)$ with respect to the sequence length in attention layers, which restricts applicati…

2021

EMaQ: Expected-Max Q-Learning Operator for Simple Yet Effective Offline and Online RL

ICML 2021spotlight

Off-policy reinforcement learning (RL) holds the promise of sample-efficient learning of decision-making policies by leveraging past experience. However, in the offline RL setting – where a fixed collection of interactions are provided and no further interactions are allowed – it has been shown that…

Cited by 144SourcePDFScholar
2021

LEGO: Latent Execution-Guided Reasoning for Multi-Hop Question Answering on Knowledge Graphs

ICML 2021spotlight

Answering complex natural language questions on knowledge graphs (KGQA) is a challenging task. It requires reasoning with the input natural language questions as well as a massive, incomplete heterogeneous KG. Prior methods obtain an abstract structured query graph/tree from the input question and t…

2021

Leveraging Non-uniformity in First-order Non-convex Optimization

ICML 2021spotlight

Classical global convergence results for first-order methods rely on uniform smoothness and the Ł{}ojasiewicz inequality. Motivated by properties of objective functions that arise in machine learning, we propose a non-uniform refinement of these notions, leading to \emph{Non-uniform Smoothness} (NS)…

Cited by 77SourcePDFScholar
2021

On the Optimality of Batch Policy Optimization Algorithms

ICML 2021spotlight

Batch policy optimization considers leveraging existing data for policy construction before interacting with an environment. Although interest in this problem has grown significantly in recent years, its theoretical foundations remain under-developed. To advance the understanding of this problem, we…

Cited by 37SourcePDFScholar
2021

Understanding the Effect of Stochasticity in Policy Optimization

NeurIPS 2021poster

We study the effect of stochasticity in on-policy policy optimization, and make the following four contributions. \emph{First}, we show that the preferability of optimization methods depends critically on whether stochastic versus exact gradients are used. In particular, unlike the true gradient set…

Cited by 28SourcePDFScholar
2020

A Maximum-Entropy Approach to Off-Policy Evaluation in Average-Reward MDPs

NeurIPS 2020poster

This work focuses on off-policy evaluation (OPE) with function approximation in infinite-horizon undiscounted Markov decision processes (MDPs). For MDPs that are ergodic and linear (i.e. where rewards and dynamics are linear in some known features), we provide the first finite-sample OPE error bound…

Cited by 12SourcePDFScholar
2020

An Optimistic Perspective on Offline Reinforcement Learning

ICML 2020poster

Off-policy reinforcement learning (RL) using a fixed offline dataset of logged interactions is an important consideration in real world applications. This paper studies offline RL using the DQN replay dataset comprising the entire replay experience of a DQN agent on 60 Atari 2600 games. We demonstra…

2020

CoinDICE: Off-Policy Confidence Interval Estimation

NeurIPS 2020spotlight

We study high-confidence behavior-agnostic off-policy evaluation in reinforcement learning, where the goal is to estimate a confidence interval on a target policy's value, given only access to a static experience dataset collected by unknown behavior policies. Starting from a function space embeddin…

2020

ConQUR: Mitigating Delusional Bias in Deep Q-Learning

ICML 2020poster

Delusional bias is a fundamental source of error in approximate Q-learning. To date, the only techniques that explicitly address delusion require comprehensive search using tabular value estimates. In this paper, we develop efficient methods to mitigate delusional bias by training Q-approximators wi…

2020

Domain Aggregation Networks for Multi-Source Domain Adaptation

ICML 2020poster

In many real-world applications, we want to exploit multiple source datasets to build a model for a different but related target dataset. Despite the recent empirical success, most existing research has used ad-hoc methods to combine multiple sources, leading to a gap between theory and practice. In…

2020

Escaping the Gravitational Pull of Softmax

NeurIPS 2020oral

The softmax is the standard transformation used in machine learning to map real-valued vectors to categorical distributions. Unfortunately, this transform poses serious drawbacks for gradient descent (ascent) optimization. We reveal this difficulty by establishing two negative results: (1) optimizin…

Cited by 66SourcePDFScholar
2020

Go Wide, Then Narrow: Efficient Training of Deep Thin Networks

ICML 2020poster

For deploying a deep learning model into production, it needs to be both accurate and compact to meet the latency and memory constraints. This usually results in a network that is deep (to ensure performance) and yet thin (to improve computational efficiency). In this paper, we propose an efficient…

Cited by 23SourcePDFScholar
2020

Learning Discrete Energy-based Models via Auxiliary-variable Local Exploration

NeurIPS 2020poster

Discrete structures play an important role in applications like program language modeling and software engineering. Current approaches to predicting complex structures typically consider autoregressive models for their tractability, with some sacrifice in flexibility.

2020

Off-Policy Evaluation via the Regularized Lagrangian

NeurIPS 2020poster

The recently proposed distribution correction estimation (DICE) family of estimators has advanced the state of the art in off-policy evaluation from behavior-agnostic data. While these estimators all perform some form of stationary distribution correction, they arise from different derivations and o…

Cited by 134SourcePDFScholar
2020

On the Global Convergence Rates of Softmax Policy Gradient Methods

ICML 2020poster

We make three contributions toward better understanding policy gradient methods in the tabular setting. First, we show that with the true gradient, policy gradient with a softmax parametrization converges at a $O(1/t)$ rate, with constants depending on the problem and initialization. This result sig…

Cited by 349SourcePDFScholar
2020

Scalable Deep Generative Modeling for Sparse Graphs

ICML 2020poster

Learning graph generative models is a challenging task for deep learning and has wide applicability to a range of domains like chemistry, biology and social science. However current deep neural methods suffer from limited scalability: for a graph with n nodes and m edges, existing deep neural method…

2019

A Geometric Perspective on Optimal Representations for Reinforcement Learning

NeurIPS 2019poster

We propose a new perspective on representation learning in reinforcement learning based on geometric properties of the space of value functions. From there, we provide formal evidence regarding the usefulness of value functions as auxiliary tasks in reinforcement learning. Our formulation considers…

Cited by 108SourcePDFScholar
2019

Exponential Family Estimation via Adversarial Dynamics Embedding

NeurIPS 2019poster

We present an efficient algorithm for maximum likelihood estimation (MLE) of exponential family models, with a general parametrization of the energy function that includes neural networks. We exploit the primal-dual view of the MLE with a kinetics augmented model to obtain an estimate associated wi…

2019

Invertible Convolutional Flow

NeurIPS 2019spotlight

Normalizing flows can be used to construct high quality generative probabilistic models, but training and sample generation require repeated evaluation of Jacobian determinants and function inverses. To make such computations feasible, current approaches employ highly constrained architectures that…

2019

Kernel Exponential Family Estimation via Doubly Dual Embedding

AISTATS 2019poster

We investigate penalized maximum log-likelihood estimation for exponential family distributions whose natural parameter resides in a reproducing kernel Hilbert space. Key to our approach is a novel technique, doubly dual embedding, that avoids computation of the partition function. This technique al…

2019

Learning to Generalize from Sparse and Underspecified Rewards

ICML 2019oral

We consider the problem of learning from sparse and underspecified rewards, where an agent receives a complex input, such as a natural language instruction, and needs to generate a complex response, such as an action sequence, while only receiving binary success-failure feedback. Such success-failur…

2019

Maximum Entropy Monte-Carlo Planning

NeurIPS 2019poster

We develop a new algorithm for online planning in large scale sequential decision problems that improves upon the worst case efficiency of UCT. The idea is to augment Monte-Carlo Tree Search (MCTS) with maximum entropy policy optimization, evaluating each search node by softmax values back-propagat…

Cited by 45SourcePDFScholar
2019

Surrogate Objectives for Batch Policy Optimization in One-step Decision Making

NeurIPS 2019poster

We investigate batch policy optimization for cost-sensitive classification and contextual bandits---two related tasks that obviate exploration but require generalizing from observed rewards to action selections in unseen contexts. When rewards are fully observed, we show that the expected reward ob…

Cited by 34SourcePDFScholar
2019

The Value Function Polytope in Reinforcement Learning

ICML 2019oral

We establish geometric and topological properties of the space of value functions in finite state-action Markov decision processes. Our main contribution is the characterization of the nature of its shape: a general polytope (Aigner et al., 2010). To demonstrate this result, we exhibit several prope…

Cited by 51SourcePDFScholar
2019

Understanding the Impact of Entropy on Policy Optimization

ICML 2019oral

Entropy regularization is commonly used to improve policy optimization in reinforcement learning. It is believed to help with exploration by encouraging the selection of more stochastic policies. In this work, we analyze this claim using new visualizations of the optimization landscape based on rand…

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

Trust-PCL: An Off-Policy Trust Region Method for Continuous Control

ICLR 2018poster

Trust region methods, such as TRPO, are often used to stabilize policy optimization algorithms in reinforcement learning (RL). While current trust region strategies are effective for continuous control, they typically require a large amount of on-policy interaction with the environment. To address t…

2018

Variational Rejection Sampling

AISTATS 2018poster

Learning latent variable models with stochastic variational inference is challenging when the approximate posterior is far from the true posterior, due to high variance in the gradient estimates. We propose a novel rejection sampling step that discards samples from the variational posterior which ar…

Cited by 0SourcePDFScholar
2017

Bridging the Gap Between Value and Policy Based Reinforcement Learning

NeurIPS 2017poster

We establish a new connection between value and policy based reinforcement learning (RL) based on a relationship between softmax temporal value consistency and policy optimality under entropy regularization. Specifically, we show that softmax consistent action values correspond to optimal entropy re…

2017

Multi-view Matrix Factorization for Linear Dynamical System Estimation

NeurIPS 2017poster

We consider maximum likelihood estimation of linear dynamical systems with generalized-linear observation models. Maximum likelihood is typically considered to be hard in this setting since latent states and transition parameters must be inferred jointly. Given that expectation-maximization does not…

Cited by 5SourcePDFScholar
2016

Reward Augmented Maximum Likelihood for Neural Structured Prediction

NeurIPS 2016poster

A key problem in structured output prediction is enabling direct optimization of the task reward function that matters for test evaluation. This paper presents a simple and computationally efficient method that incorporates task reward into maximum likelihood training. We establish a connection betw…

Cited by 263SourcePDFScholar
2016

Stochastic Neural Networks with Monotonic Activation Functions

AISTATS 2016poster

We propose a Laplace approximation that creates a stochastic unit from any smooth monotonic activation function, using only Gaussian noise. This paper investigates the application of this stochastic approximation in training a family of Restricted Boltzmann Machines (RBM) that are closely linked to…

Cited by 30SourcePDFScholar
2015

Embedding Inference for Structured Multilabel Prediction

NeurIPS 2015poster

A key bottleneck in structured output prediction is the need for inference during training and testing, usually requiring some form of dynamic programming. Rather than using approximate inference or tailoring a specialized inference method for a particular structure---standard responses to the scal…

Cited by 23SourcePDFScholar