← Search

Martha White

42 accepted papers

2026

Accelerating Q-learning through Efficient Value-sharing across Actions

ICML 2026spotlight

Learning action-values efficiently is central to reinforcement learning (RL), as they underpin many control algorithms such as Q-learning. However, action-value learning can be slow, requiring many updates to move values from their initialization, typically near zero, to their true values, which may…

Cited by 0SourceScholar
2026

Distributions as Actions: A Unified Framework for Diverse Action Spaces

ICLR 2026poster

We introduce a novel reinforcement learning (RL) framework that treats parameterized action distributions as actions, redefining the boundary between agent and environment. This reparameterization makes the new action space continuous, regardless of the original action type (discrete, continuous, hy…

Cited by 0SourcecodeScholar
2026

Position: RL Researchers Need to Distinguish Between Solving Simulators and Using Simulators as a Proxy

ICML 2026poster

One goal in reinforcement learning (RL) research is to understand general purpose sequential decision-making, using benchmark simulators as a proxy for learning in a deployment setting. When running experiments, however, the goal of achieving high performance in the simulator can mutate into focusin…

Cited by 0SourceScholar
2026

Regularized Latent Dynamics Prediction is a Strong Baseline For Behavioral Foundation Models

ICLR 2026poster

Behavioral Foundation Models (BFMs) have been recently successful in producing agents with the capabilities to adapt to any unknown reward or task. In reality, these methods are only able to produce near-optimal policies for the reward functions that are in the span of some pre-existing _state featu…

Cited by 0SourceScholar
2025

$q$-exponential family for policy optimization

ICLR 2025poster

Policy optimization methods benefit from a simple and tractable policy parametrization, usually the Gaussian for continuous action spaces. In this paper, we consider a broader policy family that remains tractable: the $q$-exponential family. This family of policies is flexible, allowing the specif…

2025

Position: Lifetime tuning is incompatible with continual reinforcement learning

ICML 2025poster

In continual RL we want agents capable of never-ending learning, and yet our evaluation methodologies do not reflect this. The standard practice in RL is to assume unfettered access to the deployment environment for the full lifetime of the agent. For example, agent designers select the best perform…

Cited by 0SourcePDFScholar
2024

Averaging $n$-step Returns Reduces Variance in Reinforcement Learning

ICML 2024poster

Multistep returns, such as $n$-step returns and $\lambda$-returns, are commonly used to improve the sample efficiency of reinforcement learning (RL) methods. The variance of the multistep returns becomes the limiting factor in their length; looking too far into the future increases variance and reve…

Cited by 2SourcePDFScholar
2024

Deep Policy Gradient Methods Without Batch Updates, Target Networks, or Replay Buffers

NeurIPS 2024poster

Modern deep policy gradient methods achieve effective performance on simulated robotic tasks, but they all require large replay buffers or expensive batch updates, or both, making them incompatible for real systems with resource-limited computers. We show that these methods fail catastrophically whe…

2024

Position: Benchmarking is Limited in Reinforcement Learning Research

ICML 2024poster

Novel reinforcement learning algorithms, or improvements on existing ones, are commonly justified by evaluating their performance on benchmark environments and are compared to an ever-changing set of standard algorithms. However, despite numerous calls for improvements, experimental practices contin…

Cited by 7SourcePDFScholar
2024

Real-Time Recurrent Learning using Trace Units in Reinforcement Learning

NeurIPS 2024poster

Recurrent Neural Networks (RNNs) are used to learn representations in partially observable environments. For agents that learn online and continually interact with the environment, it is desirable to train RNNs with real-time recurrent learning (RTRL); unfortunately, RTRL is prohibitively expensive…

2023

Asymptotically Unbiased Off-Policy Policy Evaluation when Reusing Old Data in Nonstationary Environments

AISTATS 2023poster

In this work, we consider the off-policy policy evaluation problem for contextual bandits and finite horizon reinforcement learning in the nonstationary setting. Reusing old data is critical for policy evaluation, but existing estimators that reuse old data introduce large bias such that we can not…

Cited by 2SourcePDFScholar
2023

General Munchausen Reinforcement Learning with Tsallis Kullback-Leibler Divergence

NeurIPS 2023poster

Many policy optimization approaches in reinforcement learning incorporate a Kullback-Leilbler (KL) divergence to the previous policy, to prevent the policy from changing too quickly. This idea was initially proposed in a seminal paper on Conservative Policy Iteration, with approximations given by al…

Cited by 1SourcePDFScholar
2023

Greedy Actor-Critic: A New Conditional Cross-Entropy Method for Policy Improvement

ICLR 2023poster

Many policy gradient methods are variants of Actor-Critic (AC), where a value function (critic) is learned to facilitate updating the parameterized policy (actor). The update to the actor involves a log-likelihood update weighted by the action-values, with the addition of entropy regularization for…

2023

The In-Sample Softmax for Offline Reinforcement Learning

ICLR 2023top-25%

Reinforcement learning (RL) agents can leverage batches of previously collected data to extract a reasonable control policy. An emerging issue in this offline RL setting, however, is that the bootstrapping update underlying many of our methods suffers from insufficient action-coverage: standard max…

2023

Trajectory-Aware Eligibility Traces for Off-Policy Reinforcement Learning

ICML 2023poster

Off-policy learning from multistep returns is crucial for sample-efficient reinforcement learning, but counteracting off-policy bias without exacerbating variance is challenging. Classically, off-policy bias is corrected in a per-decision manner: past temporal-difference errors are re-weighted by th…

2022

A Temporal-Difference Approach to Policy Gradient Estimation

ICML 2022spotlight

The policy gradient theorem (Sutton et al., 2000) prescribes the usage of a cumulative discounted state distribution under the target policy to approximate the gradient. Most algorithms based on this theorem, in practice, break this assumption, introducing a distribution shift that can cause the con…

2022

An Alternate Policy Gradient Estimator for Softmax Policies

AISTATS 2022poster

Policy gradient (PG) estimators are ineffective in dealing with softmax policies that are sub-optimally saturated, which refers to the situation when the policy concentrates its probability mass on sub-optimal actions. Sub-optimal policy saturation may arise from bad policy initialization or sudden…

2022

Resonance in Weight Space: Covariate Shift Can Drive Divergence of SGD with Momentum

ICLR 2022poster

Most convergence guarantees for stochastic gradient descent with momentum (SGDm) rely on iid sampling. Yet, SGDm is often used outside this regime, in settings with temporally correlated input samples such as continual learning and reinforcement learning. Existing work has shown that SGDm with a de…

Cited by 0SourcePDFScholar
2022

Understanding and mitigating the limitations of prioritized experience replay

UAI 2022poster

Prioritized Experience Replay (ER) has been empirically shown to improve sample efficiency across many domains and attracted great attention; however, there is little theoretical understanding of why such prioritized sampling helps and its limitations. In this work, we take a deep look at the priori…

Cited by 25SourcePDFScholar
2021

Continual Auxiliary Task Learning

NeurIPS 2021poster

Learning auxiliary tasks, such as multiple predictions about the world, can provide many benefits to reinforcement learning systems. A variety of off-policy learning algorithms have been developed to learn such predictions, but as yet there is little work on how to adapt the behavior to gather usefu…

Cited by 10SourcePDFScholar
2021

Fuzzy Tiling Activations: A Simple Approach to Learning Sparse Representations Online

ICLR 2021poster

Recent work has shown that sparse representations---where only a small percentage of units are active---can significantly reduce interference. Those works, however, relied on relatively complex regularization or meta-learning approaches, that have only been used offline in a pre-training phase. In t…

Cited by 24SourcePDFScholar
2021

Structural Credit Assignment in Neural Networks using Reinforcement Learning

NeurIPS 2021poster

Structural credit assignment in neural networks is a long-standing problem, with a variety of alternatives to backpropagation proposed to allow for local training of nodes. One of the early strategies was to treat each node as an agent and use a reinforcement learning method called REINFORCE to upda…

Cited by 8SourcePDFScholar
2020

An implicit function learning approach for parametric modal regression

NeurIPS 2020poster

For multi-valued functions---such as when the conditional distribution on targets given the inputs is multi-modal---standard regression approaches are not always desirable because they provide the conditional mean. Modal regression algorithms address this issue by instead finding the conditional mod…

Cited by 11SourcePDFScholar
2020

Gradient Temporal-Difference Learning with Regularized Corrections

ICML 2020poster

It is still common to use Q-learning and temporal difference (TD) learning{—}even though they have divergence issues and sound Gradient TD alternatives exist{—}because divergence seems rare and they typically perform well. However, recent work with large neural network learning systems reveals that…

2020

Maxmin Q-learning: Controlling the Estimation Bias of Q-learning

ICLR 2020poster

Q-learning suffers from overestimation bias, because it approximates the maximum action value using the maximum estimated action value. Algorithms have been proposed to reduce overestimation bias, but we lack an understanding of how bias interacts with performance, and the extent to which existing a…

Cited by 227SourcecodeScholar
2020

Optimizing for the Future in Non-Stationary MDPs

ICML 2020poster

Most reinforcement learning methods are based upon the key assumption that the transition dynamics and reward functions are fixed, that is, the underlying Markov decision process is stationary. However, in many real-world applications, this assumption is violated, and using existing algorithms may r…

2020

Selective Dyna-Style Planning Under Limited Model Capacity

ICML 2020poster

In model-based reinforcement learning, planning with an imperfect model of the environment has the potential to harm learning progress. But even when a model is imperfect, it may still contain information that is useful for planning. In this paper, we investigate the idea of using an imperfect model…

Cited by 43SourcePDFScholar
2020

Towards Safe Policy Improvement for Non-Stationary MDPs

NeurIPS 2020spotlight

Many real-world sequential decision-making problems involve critical systems with financial risks and human-life risks. While several works in the past have proposed methods that are safe for deployment, they assume that the underlying problem is stationary. However, many real-world problems of inte…

Cited by 32SourcePDFScholar
2020

Training Recurrent Neural Networks Online by Learning Explicit State Variables

ICLR 2020poster

Recurrent neural networks (RNNs) allow an agent to construct a state-representation from a stream of experience, which is essential in partially observable problems. However, there are two primary issues one must overcome when training an RNN: the sensitivity of the learning algorithm's performance…

Cited by 6SourceScholar
2019

Importance Resampling for Off-policy Prediction

NeurIPS 2019poster

Importance sampling (IS) is a common reweighting strategy for off-policy prediction in reinforcement learning. While it is consistent and unbiased, it can result in high variance updates to the weights for the value function. In this work, we explore a resampling strategy as an alternative to rewei…

2019

Learning Macroscopic Brain Connectomes via Group-Sparse Factorization

NeurIPS 2019poster

Mapping structural brain connectomes for living human brains typically requires expert analysis and rule-based models on diffusion-weighted magnetic resonance imaging. A data-driven approach, however, could overcome limitations in such rule-based approaches and improve precision mappings for individ…

2019

Two-Timescale Networks for Nonlinear Value Function Approximation

ICLR 2019poster

A key component for many reinforcement learning agents is to learn a value function, either for policy evaluation or control. Many of the algorithms for learning values, however, are designed for linear function approximation---with a fixed basis or fixed representation. Though there have been a few…

Cited by 57SourcePDFScholar
2018

Context-dependent upper-confidence bounds for directed exploration

NeurIPS 2018poster

Directed exploration strategies for reinforcement learning are critical for learning an optimal policy in a minimal number of interactions with the environment. Many algorithms use optimism to direct exploration, either through visitation estimates or upper confidence bounds, as opposed to data-inef…

Cited by 21SourcePDFScholar
2018

Reinforcement Learning with Function-Valued Action Spaces for Partial Differential Equation Control

ICML 2018oral

Recent work has shown that reinforcement learning (RL) is a promising approach to control dynamical systems described by partial differential equations (PDE). This paper shows how to use RL to tackle more general PDE control problems that have continuous high-dimensional action spaces with spatial r…

Cited by 23SourcePDFScholar
2018

Supervised autoencoders: Improving generalization performance with unsupervised regularizers

NeurIPS 2018poster

Generalization performance is a central goal in machine learning, particularly when learning representations with large neural networks. A common strategy to improve generalization has been through the use of regularizers, typically as a norm constraining the parameters. Regularizing hidden layers i…

Cited by 332SourcePDFScholar
2017

Adapting Kernel Representations Online Using Submodular Maximization

ICML 2017poster

Kernel representations provide a nonlinear representation, through similarities to prototypes, but require only simple linear learning algorithms given those prototypes. In a continual learning setting, with a constant stream of observations, it is critical to have an efficient mechanism for sub-sel…

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

Estimating the class prior and posterior from noisy positives and unlabeled data

NeurIPS 2016poster

We develop a classification algorithm for estimating posterior distributions from positive-unlabeled data, that is robust to noise in the positive labels and effective for high-dimensional data. In recent years, several algorithms have been proposed to learn from positive-unlabeled data; however, ma…

Cited by 145SourcePDFScholar