← Search

Ofir Nachum

54 accepted papers

2024

Multimodal Web Navigation with Instruction-Finetuned Foundation Models

ICLR 2024poster

The progress of autonomous web navigation has been hindered by the dependence on billions of exploratory interactions via online reinforcement learning, and domain-specific model designs that make it difficult to leverage generalization from rich out-of-domain data. In this work, we study data-drive…

Cited by 111SourcePDFScholar
2024

The Design of the Barkour Benchmark for Robot Agility

IROS 2024poster

In this paper, we describe the design of the Barkour benchmark for measuring robot agility in navigating complex environments. Despite the growing interest in developing agile robot locomotion skills, the field lacks systematic benchmarks to measure the performance of robotic control systems and har…

Cited by 1SourceScholar
2023

A Mixture-of-Expert Approach to RL-based Dialogue Management

ICLR 2023poster

Despite recent advancements in language models (LMs), their application to dialogue management (DM) problems and ability to carry on rich conversations remain a challenge. We use reinforcement learning (RL) to develop a dialogue agent that avoids being short-sighted (outputting generic utterances) a…

Cited by 16SourcePDFScholar
2023

Contrastive Value Learning: Implicit Models for Simple Offline RL

CoRL 2023poster

Model-based reinforcement learning (RL) methods are appealing in the offline setting because they allow an agent to reason about the consequences of actions without interacting with the environment. While conventional model-based methods learn a 1-step model, predicting the immediate next state, the…

Cited by 11SourceScholar
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

Inverse Dynamics Pretraining Learns Good Representations for Multitask Imitation

NeurIPS 2023poster

In recent years, domains such as natural language processing and image recognition have popularized the paradigm of using large datasets to pretrain representations that can be effectively transferred to downstream tasks. In this work we evaluate how such a paradigm should be done in imitation learn…

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

Multi-Environment Pretraining Enables Transfer to Action Limited Datasets

ICML 2023poster

Using massive datasets to train large-scale models has emerged as a dominant approach for broad generalization in natural language and vision applications. In reinforcement learning, however, a key challenge is that available data of sequential decision making is often not annotated with actions - f…

Cited by 7SourcePDFScholar
2023

Q-Transformer: Scalable Offline Reinforcement Learning via Autoregressive Q-Functions

CoRL 2023poster

In this work, we present a scalable reinforcement learning method for training multi-task policies from large offline datasets that can leverage both human demonstrations and autonomously collected data. Our method uses a Transformer to provide a scalable representation for Q-functions trained via o…

Cited by 106SourceScholar
2023

RT-1: Robotics Transformer for Real-World Control at Scale

RSS 2023poster

By transferring knowledge from large, diverse, task-agnostic datasets, modern machine learning models can solve specific downstream tasks either zero-shot or with small task-specific datasets to a high level of performance. While this capability has been demonstrated in other fields such as computer…

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

Understanding HTML with Large Language Models

EMNLP 2023long findings

Large language models (LLMs) have shown exceptional performance on a variety of natural language tasks. Yet, their capabilities for HTML understanding – i.e., parsing the raw HTML of a webpage, with applications to automation of web-based tasks, crawling, and browser-…

Cited by 0SourceScholar
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

Improving Zero-Shot Generalization in Offline Reinforcement Learning using Generalized Similarity Functions

NeurIPS 2022accept

Reinforcement learning (RL) agents are widely used for solving complex sequential decision-making tasks, but still exhibit difficulty generalizing to scenarios not seen during training. While prior online approaches demonstrated that using additional signals beyond the reward function can lead to be…

Cited by 23SourcePDFScholar
2022

Multi-Game Decision Transformers

NeurIPS 2022accept

A longstanding goal of the field of AI is a method for learning a highly capable, generalist agent from diverse experience. In the subfields of vision and language, this was largely achieved by scaling up transformer-based models and training them on large, diverse datasets. Motivated by this progre…

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
2022

PI-ARS: Accelerating Evolution-Learned Visual-Locomotion with Predictive Information Representations

IROS 2022poster

Evolution Strategy (ES) algorithms have shown promising results in training complex robotic control policies due to their massive parallelism capability, simple implementation, effective parameter-space exploration, and fast training time. However, a key limitation of ES is its scalability to large…

Cited by 12SourceScholar
2022

Why Should I Trust You, Bellman? The Bellman Error is a Poor Replacement for Value Error

ICML 2022spotlight

In this work, we study the use of the Bellman equation as a surrogate objective for value prediction accuracy. While the Bellman equation is uniquely solved by the true value function over all state-action pairs, we find that the Bellman error (the difference between both sides of the equation) is a…

Cited by 41SourcePDFScholar
2022

Why So Pessimistic? Estimating Uncertainties for Offline RL through Ensembles, and Why Their Independence Matters

NeurIPS 2022accept

Motivated by the success of ensembles for uncertainty estimation in supervised learning, we take a renewed look at how ensembles of $Q$-functions can be leveraged as the primary source of pessimism for offline reinforcement learning (RL). We begin by identifying a critical flaw in a popular algorith…

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…

2021

Deployment-Efficient Reinforcement Learning via Model-Based Offline Optimization

ICLR 2021poster

Most reinforcement learning (RL) algorithms assume online access to the environment, in which one may readily interleave updates to the policy with experience collection using that policy. However, in many real-world applications such as health, education, dialogue agents, and robotics, the cost or…

2021

OPAL: Offline Primitive Discovery for Accelerating Offline Reinforcement Learning

ICLR 2021poster

Reinforcement learning (RL) has achieved impressive performance in a variety of online settings in which an agent’s ability to query the environment for transitions and rewards is effectively unlimited. However, in many practical applications, the situation is reversed: an agent may have access to…

Cited by 209SourcePDFScholar
2021

Offline Reinforcement Learning with Fisher Divergence Critic Regularization

ICML 2021spotlight

Many modern approaches to offline Reinforcement Learning (RL) utilize behavior regularization, typically augmenting a model-free actor critic algorithm with a penalty measuring divergence of the policy from the offline data. In this work, we propose an alternative approach to encouraging the learned…

2021

Policy Information Capacity: Information-Theoretic Measure for Task Complexity in Deep Reinforcement Learning

ICML 2021spotlight

Progress in deep reinforcement learning (RL) research is largely enabled by benchmark task environments. However, analyzing the nature of those environments is often overlooked. In particular, we still do not have agreeable ways to measure the difficulty or solvability of a task, given that each has…

2021

Provable Representation Learning for Imitation with Contrastive Fourier Features

NeurIPS 2021poster

In imitation learning, it is common to learn a behavior policy to match an unknown target policy via max-likelihood training on a collected set of target demonstrations. In this work, we consider using offline experience datasets -- potentially far from the target distribution -- to learn low-dimens…

2021

Representation Matters: Offline Pretraining for Sequential Decision Making

ICML 2021spotlight

The recent success of supervised learning methods on ever larger offline datasets has spurred interest in the reinforcement learning (RL) field to investigate whether the same paradigms can be translated to RL algorithms. This research area, known as offline RL, has largely focused on offline policy…

2020

BRPO: Batch Residual Policy Optimization

IJCAI 2020poster

In batch reinforcement learning (RL), one often constrains a learned policy to be close to the behavior (data-generating) policy, e.g., by constraining the learned action distribution to differ from the behavior policy by some maximum degree that is the same at each state. This can cause batch RL t…

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

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

Safe Policy Learning for Continuous Control

CoRL 2020

We study continuous action reinforcement learning problems in which it is crucial that the agent interacts with the environment only through near-safe policies, i.e., policies that keep the agent in desirable situations, both during training and at convergence. We formulate these problems as {\em co

Cited by 0SourcePDFScholar
2019

DeepMDP: Learning Continuous Latent Space Models for Representation Learning

ICML 2019oral

Many reinforcement learning (RL) tasks provide the agent with high-dimensional observations that can be simplified into low-dimensional continuous states. To formalize this process, we introduce the concept of a \texit{DeepMDP}, a parameterized latent space model that is trained via the minimization…

Cited by 378SourcePDFScholar
2019

DualDICE: Behavior-Agnostic Estimation of Discounted Stationary Distribution Corrections

NeurIPS 2019spotlight

In many real-world reinforcement learning applications, access to the environment is limited to a fixed dataset, instead of direct (online) interaction with the environment. When using this data for either evaluation or training of a new policy, accurate estimates of discounted stationary distribut…

2019

Multi-Agent Manipulation via Locomotion using Hierarchical Sim2Real

CoRL 2019

Manipulation and locomotion are closely related problems that are often studied in isolation. In this work, we study the problem of coordinating multiple mobile agents to exhibit manipulation behaviors using a reinforcement learning (RL) approach. Our method hinges on the use of hierarchical sim2rea

Cited by 0SourcePDFScholar
2019

Near-Optimal Representation Learning for Hierarchical Reinforcement Learning

ICLR 2019poster

We study the problem of representation learning in goal-conditioned hierarchical reinforcement learning. In such hierarchical structures, a higher-level controller solves tasks by iteratively communicating goals which a lower-level policy is trained to reach. Accordingly, the choice of representatio…

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

A Lyapunov-based Approach to Safe Reinforcement Learning

NeurIPS 2018poster

In many real-world reinforcement learning (RL) problems, besides optimizing the main objective function, an agent must concurrently avoid violating a number of constraints. In particular, besides optimizing performance, it is crucial to guarantee the safety of an agent during training as well as dep…

Cited by 664SourcePDFScholar
2018

Data-Efficient Hierarchical Reinforcement Learning

NeurIPS 2018poster

Hierarchical reinforcement learning (HRL) is a promising approach to extend traditional reinforcement learning (RL) methods to solve more complex tasks. Yet, the majority of current HRL methods require careful task-specific design and on-policy training, making them difficult to apply in real-world…

2018

Deep Reinforcement Learning for Vision-Based Robotic Grasping: A Simulated Comparative Evaluation of Off-Policy Methods

ICRA 2018poster

In this paper, we explore deep reinforcement learning algorithms for vision-based robotic grasping. Model-free deep reinforcement learning (RL) has been successfully applied to a range of challenging environments, but the proliferation of algorithms makes it difficult to discern which particular app…

Cited by 297SourceScholar
2018

MorphNet: Fast & Simple Resource-Constrained Structure Learning of Deep Networks

CVPR 2018poster

We present MorphNet, an approach to automate the design of neural network structures. MorphNet iteratively shrinks and expands a network, shrinking via a resource-weighted sparsifying regularizer on activations and expanding via a uniform multiplicative factor on all layers. In contrast to previou…

Cited by 432SourcePDFScholar
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…

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…