← Search

Emma Brunskill

53 accepted papers

2026

Assessing the Quality of AI-Generated Exams: A Large-Scale Field Study

AAAI 2026technical

While large language models (LLMs) challenge conventional methods of teaching and learning, they present an exciting opportunity to improve efficiency and scale high-quality instruction. One promising application is the generation of customized exams, tailored to specific course content. There has b

Cited by 0SourcePDFScholar
2024

Adaptive Instrument Design for Indirect Experiments

ICLR 2024poster

Indirect experiments provide a valuable framework for estimating treatment effects in situations where conducting randomized control trials (RCTs) is impractical or unethical. Unlike RCTs, indirect experiments estimate treatment effects by leveraging (conditional) instrumental variables, enabling es…

Cited by 6SourcePDFScholar
2024

OPERA: Automatic Offline Policy Evaluation with Re-weighted Aggregates of Multiple Estimators

NeurIPS 2024poster

Offline policy evaluation (OPE) allows us to evaluate and estimate a new sequential decision-making policy's performance by leveraging historical interaction data collected from other policies. Evaluating a new policy online without a confident estimate of its performance can lead to costly, unsafe,…

Cited by 0SourcePDFScholar
2024

Roleplay-doh: Enabling Domain-Experts to Create LLM-simulated Patients via Eliciting and Adhering to Principles

EMNLP 2024main

Recent works leverage LLMs to roleplay realistic social scenarios, aiding novices in practicing their social skills. However, simulating sensitive interactions, such as in the domain of mental health, is challenging. Privacy concerns restrict data access, and collecting expert feedback, although vit…

2023

Model-Based Offline Reinforcement Learning with Local Misspecification

AAAI 2023technical

We present a model-based offline reinforcement learning policy performance lower bound that explicitly captures dynamics model misspecification and distribution mismatch and we propose an empirical algorithm for optimal offline policy selection. Theoretically, we prove a novel safe policy improvemen…

Cited by 4SourcePDFScholar
2023

Proportional Response: Contextual Bandits for Simple and Cumulative Regret Minimization

NeurIPS 2023poster

In many applications, e.g. in healthcare and e-commerce, the goal of a contextual bandit may be to learn an optimal treatment assignment policy at the end of the experiment. That is, to minimize simple regret. However, this objective remains understudied. We propose a new family of computationally e…

Cited by 14SourcePDFScholar
2023

Supervised Pretraining Can Learn In-Context Reinforcement Learning

NeurIPS 2023spotlight

Large transformer models trained on diverse datasets have shown a remarkable ability to learn in-context, achieving high few-shot performance on tasks they were not explicitly trained to solve. In this paper, we study the in-context learning capabilities of transformers in decision-making problems,…

Cited by 80SourcePDFScholar
2023

Waypoint Transformer: Reinforcement Learning via Supervised Learning with Intermediate Targets

NeurIPS 2023poster

Despite the recent advancements in offline reinforcement learning via supervised learning (RvS) and the success of the decision transformer (DT) architecture in various domains, DTs have fallen short in several challenging benchmarks. The root cause of this underperformance lies in their inability t…

Cited by 21SourcePDFScholar
2022

Constraint Sampling Reinforcement Learning: Incorporating Expertise for Faster Learning

AAAI 2022technical

Online reinforcement learning (RL) algorithms are often difficult to deploy in complex human-facing applications as they may learn slowly and have poor early performance. To address this, we introduce a practical algorithm for incorporating human insight to speed learning. Our algorithm, Constraint…

2022

Data-Efficient Pipeline for Offline Reinforcement Learning with Limited Data

NeurIPS 2022accept

Offline reinforcement learning (RL) can be used to improve future performance by leveraging historical data. There exist many different algorithms for offline RL, and it is well recognized that these algorithms, and their hyperparameter settings, can lead to decision policies with substantially diff…

Cited by 20SourcePDFScholar
2022

Factored DRO: Factored Distributionally Robust Policies for Contextual Bandits

NeurIPS 2022accept

While there has been extensive work on learning from offline data for contextual multi-armed bandit settings, existing methods typically assume there is no environment shift: that the learned policy will operate in the same environmental process as that of data collection. However, this assumption m…

Cited by 6SourcePDFScholar
2022

Giving Feedback on Interactive Student Programs with Meta-Exploration

NeurIPS 2022accept

Developing interactive software, such as websites or games, is a particularly engaging way to learn computer science. However, teaching and giving feedback on such software is time-consuming — standard approaches require instructors to manually grade student-implemented interactive programs. As a re…

2022

Off-Policy Evaluation for Action-Dependent Non-stationary Environments

NeurIPS 2022accept

Methods for sequential decision-making are often built upon a foundational assumption that the underlying decision process is stationary. This limits the application of such methods because real-world problems are often subject to changes due to external factors (\textit{passive} non-stationarity),…

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

Design of Experiments for Stochastic Contextual Linear Bandits

NeurIPS 2021poster

In the stochastic linear contextual bandit setting there exist several minimax procedures for exploration with policies that are reactive to the data being acquired. In practice, there can be a significant engineering overhead to deploy these algorithms, especially when the dataset is collected in a…

Cited by 33SourcePDFScholar
2021

Online Model Selection for Reinforcement Learning with Function Approximation

AISTATS 2021poster

Deep reinforcement learning has achieved impressive successes yet often requires a very large amount of interaction data. This result is perhaps unsurprising, as using complicated function approximation often requires more data to fit, and early theoretical results on linear Markov decision processe…

Cited by 46SourcePDFScholar
2021

Play to Grade: Testing Coding Games as Classifying Markov Decision Process

NeurIPS 2021poster

Contemporary coding education often presents students with the task of developing programs that have user interaction and complex dynamic systems, such as mouse based games. While pedagogically compelling, there are no contemporary autonomous methods for providing feedback. Notably, interactive prog…

2021

Provable Benefits of Actor-Critic Methods for Offline Reinforcement Learning

NeurIPS 2021poster

Actor-critic methods are widely used in offline reinforcement learning practice, but are not so well-understood theoretically. We propose a new offline actor-critic algorithm that naturally incorporates the pessimism principle, leading to several key advantages compared to the state of the art. The…

Cited by 152SourcePDFScholar
2021

Reinforcement Learning with State Observation Costs in Action-Contingent Noiselessly Observable Markov Decision Processes

NeurIPS 2021poster

Many real-world problems that require making optimal sequences of decisions under uncertainty involve costs when the agent wishes to obtain information about its environment. We design and analyze algorithms for reinforcement learning (RL) in Action-Contingent Noiselessly Observable MDPs (ACNO-MDPs)…

2021

Universal Off-Policy Evaluation

NeurIPS 2021poster

When faced with sequential decision-making problems, it is often useful to be able to predict what would happen if decisions were made using a new policy. Those predictions must often be based on data collected under some previously used decision-making rule. Many previous methods enable such off-p…

2020

Frequentist Regret Bounds for Randomized Least-Squares Value Iteration

AISTATS 2020poster

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning (RL). When the state space is large or continuous, traditional tabular approaches are unfeasible and some form of function approximation is mandatory. In this paper, we introduce an optimistically-initialized v…

Cited by 161SourcePDFScholar
2020

Interpretable Off-Policy Evaluation in Reinforcement Learning by Highlighting Influential Transitions

ICML 2020poster

Off-policy evaluation in reinforcement learning offers the chance of using observational data to improve future outcomes in domains such as healthcare and education, but safe deployment in high stakes settings requires ways of assessing its validity. Traditional measures such as confidence intervals…

2020

Learning Near Optimal Policies with Low Inherent Bellman Error

ICML 2020poster

We study the exploration problem with approximate linear action-value functions in episodic reinforcement learning under the notion of low inherent Bellman error, a condition normally employed to show convergence of approximate value iteration. First we relate this condition to other common framewor…

Cited by 266SourcePDFScholar
2020

Off-policy Policy Evaluation For Sequential Decisions Under Unobserved Confounding

NeurIPS 2020poster

When observed decisions depend only on observed features, off-policy policy evaluation (OPE) methods for sequential decision problems can estimate the performance of evaluation policies before deploying them. However, this assumption is frequently violated due to unobserved confounders, unrecorded v…

2020

Provably Efficient Reward-Agnostic Navigation with Linear Value Iteration

NeurIPS 2020poster

There has been growing progress on theoretical analyses for provably efficient learning in MDPs with linear function approximation, but much of the existing work has made strong assumptions to enable exploration by conventional exploration frameworks. Typically these assumptions are stronger than wh…

Cited by 71SourcePDFScholar
2020

Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration

NeurIPS 2020poster

Batch reinforcement learning (RL) is important to apply RL algorithms to many high stakes tasks. Doing batch RL in a way that yields a reliable new policy in large domains is challenging: a new decision policy may visit states and actions outside the support of the batch data, and function approxima…

Cited by 246SourcePDFScholar
2020

Understanding the Curse of Horizon in Off-Policy Evaluation via Conditional Importance Sampling

ICML 2020poster

Off-policy policy estimators that use importance sampling (IS) can suffer from high variance in long-horizon domains, and there has been particular excitement over new IS methods that leverage the structure of Markov decision processes. We analyze the variance of the most popular approaches through…

Cited by 47SourcePDFScholar
2019

Almost Horizon-Free Structure-Aware Best Policy Identification with a Generative Model

NeurIPS 2019poster

This paper focuses on the problem of computing an $\epsilon$-optimal policy in a discounted Markov Decision Process (MDP) provided that we can access the reward and transition function through a generative model. We propose an algorithm that is initially agnostic to the MDP but that can leverage the…

Cited by 47SourcePDFScholar
2019

Combining parametric and nonparametric models for off-policy evaluation

ICML 2019oral

We consider a model-based approach to perform batch off-policy evaluation in reinforcement learning. Our method takes a mixture-of-experts approach to combine parametric and non-parametric models of the environment such that the final value estimate has the least expected error. We do so by first es…

Cited by 40SourcePDFScholar
2019

Learning Procedural Abstractions and Evaluating Discrete Latent Temporal Structure

ICLR 2019poster

Clustering methods and latent variable models are often used as tools for pattern mining and discovery of latent structure in time-series data. In this work, we consider the problem of learning procedural abstractions from possibly high-dimensional observational sequences, such as video demonstratio…

2019

Limiting Extrapolation in Linear Approximate Value Iteration

NeurIPS 2019poster

We study linear approximate value iteration (LAVI) with a generative model. While linear models may accurately represent the optimal value function using a few parameters, several empirical and theoretical studies show the combination of least-squares projection with the Bellman operator may be expa…

Cited by 38SourcePDFScholar
2019

Off-Policy Policy Gradient with Stationary Distribution Correction

UAI 2019poster

We study the problem of off-policy policy optimization in Markov decision processes, and develop a novel off-policy policy gradient method. Prior off-policy policy gradient approaches have generally ignored the mismatch between the distribution of states visited under the behavior policy used to col…

Cited by 38SourcePDFScholar
2019

Offline Contextual Bandits with High Probability Fairness Guarantees

NeurIPS 2019poster

We present RobinHood, an offline contextual bandit algorithm designed to satisfy a broad family of fairness constraints. Our algorithm accepts multiple fairness definitions and allows users to construct their own unique fairness definitions for the problem at hand. We provide a theoretical analysis of…

2019

Policy Certificates: Towards Accountable Reinforcement Learning

ICML 2019oral

The performance of a reinforcement learning algorithm can vary drastically during learning because of exploration. Existing algorithms provide little information about the quality of their current policy before executing it, and thus have limited use in high-stakes applications like healthcare. We a…

Cited by 176SourcePDFScholar
2019

Separating value functions across time-scales

ICML 2019oral

In many finite horizon episodic reinforcement learning (RL) settings, it is desirable to optimize for the undiscounted return - in settings like Atari, for instance, the goal is to collect the most points while staying alive in the long run. Yet, it may be difficult (or even intractable) mathematica…

2019

Tighter Problem-Dependent Regret Bounds in Reinforcement Learning without Domain Knowledge using Value Function Bounds

ICML 2019oral

Strong worst-case performance bounds for episodic reinforcement learning exist but fortunately in practice RL algorithms perform much better than such bounds would predict. Algorithms and theory that provide strong problem-dependent bounds could help illuminate the key features of what makes a RL pr…

Cited by 325SourcePDFScholar
2018

Problem Dependent Reinforcement Learning Bounds Which Can Identify Bandit Structure in MDPs

ICML 2018oral

In order to make good decision under uncertainty an agent must learn from observations. To do so, two of the most common frameworks are Contextual Bandits and Markov Decision Processes (MDPs). In this paper, we study whether there exist algorithms for the more general framework (MDP) which automatic…

Cited by 25SourcePDFScholar
2018

Representation Balancing MDPs for Off-policy Policy Evaluation

NeurIPS 2018poster

We study the problem of off-policy policy evaluation (OPPE) in RL. In contrast to prior work, we consider how to estimate both the individual policy value and average policy value accurately. We draw inspiration from recent work in causal reasoning, and propose a new finite sample generalization err…

Cited by 87SourcePDFScholar
2017

Regret Minimization in MDPs with Options without Prior Knowledge

NeurIPS 2017spotlight

The option framework integrates temporal abstraction into the reinforcement learning model through the introduction of macro-actions (i.e., options). Recent works leveraged on the mapping of Markov decision processes (MDPs) with options to semi-MDPs (SMDPs) and introduced SMDP-versions of exploratio…

Cited by 34SourcePDFScholar
2017

Trading off Rewards and Errors in Multi-Armed Bandits

AISTATS 2017poster

In multi-armed bandits, the most common objective is the maximization of the cumulative reward. Alternative settings include active exploration, where a learner tries to gain accurate estimates of the rewards of all arms. While these objectives are contrasting, in many scenarios it is desirable to t…

Cited by 35SourcePDFScholar
2017

Unifying PAC and Regret: Uniform PAC Bounds for Episodic Reinforcement Learning

NeurIPS 2017spotlight

Statistical performance bounds for reinforcement learning (RL) algorithms can be critical for high-stakes applications like healthcare. This paper introduces a new framework for theoretically measuring the performance of such algorithms called Uniform-PAC, which is a strengthening of the classical P…

2017

Using Options and Covariance Testing for Long Horizon Off-Policy Policy Evaluation

NeurIPS 2017poster

Evaluating a policy by deploying it in the real world can be risky and costly. Off-policy policy evaluation (OPE) algorithms use historical data collected from running a previous policy to evaluate a new policy, which provides a means for evaluating a policy without requiring it to ever be deployed.…

Cited by 54SourcePDFScholar