← Search

Josiah P Hanna

24 accepted papers

2025

Demystifying the Paradox of Importance Sampling with an Estimated History-Dependent Behavior Policy in Off-Policy Evaluation

ICML 2025poster

This paper studies off-policy evaluation (OPE) in reinforcement learning with a focus on behavior policy estimation for importance sampling. Prior work has shown empirically that estimating a history-dependent behavior policy can lead to lower mean squared error (MSE) even when the true behavior pol…

Cited by 0SourcePDFScholar
2025

Reinforcement Learning Within the Classical Robotics Stack: A Case Study in Robot Soccer

ICRA 2025

Robot decision-making in partially observable, real-time, dynamic, and multi-agent environments remains a difficult and unsolved challenge. Model-free reinforcement learning (RL) is a promising approach to learning decisionmaking in such domains, however, end-to-end RL in complex environments is oft

Cited by 6SourceScholar
2025

Stable Offline Value Function Learning with Bisimulation-based Representations

ICML 2025poster

In reinforcement learning, offline value function learning is the procedure of using an offline dataset to estimate the expected discounted return from each state when taking actions according to a fixed target policy. The stability of this procedure, i.e., whether it converges to its fixed-point, c…

Cited by 0SourcePDFScholar
2024

Adaptive Exploration for Data-Efficient General Value Function Evaluations

NeurIPS 2024poster

General Value Functions (GVFs) (Sutton et al., 2011) represent predictive knowledge in reinforcement learning. Each GVF computes the expected return for a given policy, based on a unique reward. Existing methods relying on fixed behavior policies or pre-collected data often face data efficiency issu…

2024

Learning to Stabilize Online Reinforcement Learning in Unbounded State Spaces

ICML 2024poster

In many reinforcement learning (RL) applications, we want policies that reach desired states and then keep the controlled system within an acceptable region around the desired states over an indefinite period of time. This latter objective is called *stability* and is especially important when the s…

2024

Reinforcement Learning via Auxillary Task Distillation

ECCV 2024poster

"We present Reinforcement Learning via Auxiliary Task Distillation (AuxDistill), a new method that enables reinforcement learning (RL) to perform long-horizon robot control problems by distilling behaviors from auxiliary RL tasks. AuxDistill achieves this by concurrently carrying out multi-task RL w…

Cited by 1SourcePDFScholar
2024

SPEED: Experimental Design for Policy Evaluation in Linear Heteroscedastic Bandits

AISTATS 2024poster

In this paper, we study the problem of optimal data collection for policy evaluation in linear bandits. In policy evaluation, we are given a \textit{target} policy and asked to estimate the expected reward it will obtain when executed in a multi-armed bandit environment. Our work is the first work t…

Cited by 7SourcePDFScholar
2024

SaVeR: Optimal Data Collection Strategy for Safe Policy Evaluation in Tabular MDP

ICML 2024poster

In this paper, we study safe data collection for the purpose of policy evaluation in tabular Markov decision processes (MDPs). In policy evaluation, we are given a target policy and asked to estimate the expected cumulative reward it will obtain. Policy evaluation requires data and we are interested…

Cited by 2SourcePDFScholar
2024

Understanding when Dynamics-Invariant Data Augmentations Benefit Model-free Reinforcement Learning Updates

ICLR 2024poster

Recently, data augmentation (DA) has emerged as a method for leveraging domain knowledge to inexpensively generate additional data in reinforcement learning (RL) tasks, often yielding substantial improvements in data efficiency. While prior work has demonstrated the utility of incorporating augmente…

2023

Conditional Mutual Information for Disentangled Representations in Reinforcement Learning

NeurIPS 2023spotlight

Reinforcement Learning (RL) environments can produce training data with spurious correlations between features due to the amount of training data or its limited feature coverage. This can lead to RL agents encoding these misleading correlations in their latent representation, preventing the agent fr…

2023

Multi-task Representation Learning for Pure Exploration in Bilinear Bandits

NeurIPS 2023poster

We study multi-task representation learning for the problem of pure exploration in bilinear bandits. In bilinear bandits, an action takes the form of a pair of arms from two different entity types and the reward is a bilinear function of the known feature vectors of the arms. In the \textit{multi-ta…

Cited by 7SourcePDFScholar
2023

Scaling Marginalized Importance Sampling to High-Dimensional State-Spaces via State Abstraction

AAAI 2023technical

We consider the problem of off-policy evaluation (OPE) in reinforcement learning (RL), where the goal is to estimate the performance of an evaluation policy, pie, using a fixed dataset, D, collected by one or more policies that may be different from pie. Current OPE algorithms may produce poor OPE e…

Cited by 7SourcePDFScholar
2023

State-Action Similarity-Based Representations for Off-Policy Evaluation

NeurIPS 2023poster

In reinforcement learning, off-policy evaluation (OPE) is the problem of estimating the expected return of an evaluation policy given a fixed dataset that was collected by running one or more different policies. One of the more empirically successful algorithms for OPE has been the fitted q-evaluati…

2023

Temporal Disentanglement of Representations for Improved Generalisation in Reinforcement Learning

ICLR 2023poster

Reinforcement Learning (RL) agents are often unable to generalise well to environment variations in the state space that were not observed during training. This issue is especially problematic for image-based RL, where a change in just one variable, such as the background colour, can change many pix…

2022

ReVar: Strengthening policy evaluation via reduced variance sampling

UAI 2022poster

This paper studies the problem of data collection for policy evaluation in Markov decision processes (MDPs). In policy evaluation, we are given a \textit{target} policy and asked to estimate the expected cumulative reward it will obtain in an environment formalized as an MDP. We develop theory for o…

Cited by 17SourcePDFScholar
2022

Robust On-Policy Sampling for Data-Efficient Policy Evaluation in Reinforcement Learning

NeurIPS 2022accept

Reinforcement learning (RL) algorithms are often categorized as either on-policy or off-policy depending on whether they use data from a target policy of interest or from a different behavior policy. In this paper, we study a subtle distinction between on-policy data and on-policy sampling in the c…

2021

A Joint Imitation-Reinforcement Learning Framework for Reduced Baseline Regret

IROS 2021poster

In various control task domains, existing controllers provide a baseline level of performance that—though possibly suboptimal—should be maintained. Reinforcement learning (RL) algorithms that rely on extensive exploration of the state and action space can be used to optimize a control policy. Howeve…

Cited by 11SourcecodeScholar
2021

Interpretable Goal Recognition in the Presence of Occluded Factors for Autonomous Vehicles

IROS 2021poster

Recognising the goals or intentions of observed vehicles is a key step towards predicting the long-term future behaviour of other agents in an autonomous driving scenario. When there are unseen obstacles or occluded vehicles in a scenario, goal recognition may be confounded by the effects of these u…

Cited by 30SourceScholar
2020

Reinforced Grounded Action Transformation for Sim-to-Real Transfer

IROS 2020poster

Robots can learn to do complex tasks in simulation, but often, learned behaviors fail to transfer well to the real world due to simulator imperfections (the "reality gap"). Some existing solutions to this sim-to-real problem, such as Grounded Action Transformation (gat), use a small amount of real-w…

Cited by 31SourceScholar
2020

Stochastic Grounded Action Transformation for Robot Learning in Simulation

IROS 2020poster

Robot control policies learned in simulation do not often transfer well to the real world. Many existing solutions to this sim-to-real problem, such as the Grounded Action Transformation (GAT) algorithm, seek to correct for- or ground-these differences by matching the simulator to the real world. Ho…

Cited by 30SourceScholar
2017

Data-Efficient Policy Evaluation Through Behavior Policy Search

ICML 2017poster

We consider the task of evaluating a policy for a Markov decision process (MDP). The standard unbiased technique for evaluating a policy is to deploy the policy and observe its performance. We show that the data collected from deploying a different policy, commonly called the behavior policy, can be…

Cited by 55SourcePDFScholar