← Search

Ilya Kostrikov

19 accepted papers

2024

Training Diffusion Models with Reinforcement Learning

ICLR 2024poster

Diffusion models are a class of flexible generative models trained with an approximation to the log-likelihood objective. However, most use cases of diffusion models are not concerned with likelihoods, but instead with downstream objectives such as human-perceived image quality or drug effectiveness…

2023

Demonstrating A Walk in the Park: Learning to Walk in 20 Minutes With Model-Free Reinforcement Learning

RSS 2023poster

Deep reinforcement learning is a promising approach to learning policies in unstructured environments. Due to its sample inefficiency, though, deep RL applications have primarily focused on simulated environments. In this work, we demonstrate that the recent advancements in machine learning algorith…

Cited by 26SourcePDFScholar
2023

Efficient Deep Reinforcement Learning Requires Regulating Overfitting

ICLR 2023poster

Deep reinforcement learning algorithms that learn policies by trial-and-error must learn from limited amounts of data collected by actively interacting with the environment. While many prior works have shown that proper regularization techniques are crucial for enabling data-efficient RL, a general…

Cited by 38SourcePDFScholar
2023

Efficient Online Reinforcement Learning with Offline Data

ICML 2023poster

Sample efficiency and exploration remain major challenges in online reinforcement learning (RL). A powerful approach that can be applied to address these issues is the inclusion of offline data, such as prior trajectories from a human expert or a sub-optimal exploration policy. Previous methods have…

2023

FastRLAP: A System for Learning High-Speed Driving via Deep RL and Autonomous Practicing

CoRL 2023poster

We present a system that enables an autonomous small-scale RC car to drive aggressively from visual observations using reinforcement learning (RL). Our system, FastRLAP, trains autonomously in the real world, without human interventions, and without requiring any simulation or expert demonstrations.…

Cited by 27SourceScholar
2023

Offline RL for Natural Language Generation with Implicit Language Q Learning

ICLR 2023poster

Large language models distill broad knowledge from text corpora. However, they can be inconsistent when it comes to completing user specified tasks. This issue can be addressed by finetuning such models via supervised learning on curated datasets, or via reinforcement learning. In this work, we prop…

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

In Defense of the Unitary Scalarization for Deep Multi-Task Learning

NeurIPS 2022accept

Recent multi-task learning research argues against unitary scalarization, where training simply minimizes the sum of the task losses. Several ad-hoc multi-task optimization algorithms have instead been proposed, inspired by various hypotheses about what makes multi-task settings difficult. The majo…

2022

Offline Reinforcement Learning for Visual Navigation

CoRL 2022oral

Reinforcement learning can enable robots to navigate to distant goals while optimizing user-specified reward functions, including preferences for following lanes, staying on paved paths, or avoiding freshly mowed grass. However, online learning from trial-and-error for real-world robots is logistica…

Cited by 21SourcecodeScholar
2022

RvS: What is Essential for Offline RL via Supervised Learning?

ICLR 2022poster

Recent work has shown that supervised learning alone, without temporal difference (TD) learning, can be remarkably effective for offline RL. When does this hold true, and which algorithmic components are necessary? Through extensive experiments, we boil supervised learning for offline RL down to its…

2021

Automatic Data Augmentation for Generalization in Reinforcement Learning

NeurIPS 2021poster

Deep reinforcement learning (RL) agents often fail to generalize beyond their training environments. To alleviate this problem, recent work has proposed the use of data augmentation. However, different tasks tend to benefit from different types of augmentations and selecting the right one typically…

2021

Image Augmentation Is All You Need: Regularizing Deep Reinforcement Learning from Pixels

ICLR 2021spotlight

We propose a simple data augmentation technique that can be applied to standard model-free reinforcement learning algorithms, enabling robust learning directly from pixels without the need for auxiliary losses or pre-training. The approach leverages input perturbations commonly used in computer vis…

2021

Improving Sample Efficiency in Model-Free Reinforcement Learning from Images

AAAI 2021technical

Training an agent to solve control tasks directly from high-dimensional images with model-free reinforcement learning (RL) has proven difficult. A promising approach is to learn a latent representation together with the control policy. However, fitting a high-capacity encoder using a scarce reward s…

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…

2019

Discriminator-Actor-Critic: Addressing Sample Inefficiency and Reward Bias in Adversarial Imitation Learning

ICLR 2019poster

We identify two issues with the family of algorithms based on the Adversarial Imitation Learning framework. The first problem is implicit bias present in the reward functions used in these algorithms. While these biases might work well for some environments, they can also lead to sub-optimal behavio…

Cited by 348SourcePDFScholar
2018

Intrinsic Motivation and Automatic Curricula via Asymmetric Self-Play

ICLR 2018poster

We describe a simple scheme that allows an agent to learn about its environment in an unsupervised manner. Our scheme pits two versions of the same agent, Alice and Bob, against one another. Alice proposes a task for Bob to complete; and then Bob attempts to complete the task. In this work we will…

Cited by 464SourcePDFScholar