← Search

Denis Yarats

15 accepted papers

2022

Mastering Visual Continuous Control: Improved Data-Augmented Reinforcement Learning

ICLR 2022poster

We present DrQ-v2, a model-free reinforcement learning (RL) algorithm for visual continuous control. DrQ-v2 builds on DrQ, an off-policy actor-critic approach that uses data augmentation to learn directly from pixels. We introduce several improvements that yield state-of-the-art results on the DeepM…

2022

Unsupervised Reinforcement Learning with Contrastive Intrinsic Control

NeurIPS 2022accept

We introduce Contrastive Intrinsic Control (CIC), an unsupervised reinforcement learning (RL) algorithm that maximizes the mutual information between state-transitions and latent skill vectors. CIC utilizes contrastive learning between state-transitions and skills vectors to learn behaviour embeddin…

Cited by 42SourcePDFScholar
2022

Watch and Match: Supercharging Imitation with Regularized Optimal Transport

CoRL 2022oral

Imitation learning holds tremendous promise in learning policies efficiently for complex decision making problems. Current state-of-the-art algorithms often use inverse reinforcement learning (IRL), where given a set of expert demonstrations, an agent alternatively infers a reward function and the a…

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

Learning Navigation Skills for Legged Robots with Learned Robot Embeddings

IROS 2021poster

Recent work has shown results on learning navigation policies for idealized cylinder agents in simulation and transferring them to real wheeled robots. Deploying such navigation policies on legged robots can be challenging due to their complex dynamics, and the large dynamical difference between cyl…

Cited by 21SourceScholar
2021

Reinforcement Learning with Prototypical Representations

ICML 2021spotlight

Learning effective representations in image-based environments is crucial for sample efficient Reinforcement Learning (RL). Unfortunately, in RL, representation learning is confounded with the exploratory experience of the agent – learning a useful representation requires diverse data, while effecti…

2021

URLB: Unsupervised Reinforcement Learning Benchmark

NeurIPS 2021poster

Deep Reinforcement Learning (RL) has emerged as a powerful paradigm to solve a range of complex yet specific control tasks. Training generalist agents that can quickly adapt to new tasks remains an outstanding challenge. Recent advances in unsupervised RL have shown that pre-training RL agents with…

Cited by 181SourcecodeScholar
2019

Hierarchical Decision Making by Generating and Following Natural Language Instructions

NeurIPS 2019poster

We explore using latent natural language instructions as an expressive and compositional representation of complex actions for hierarchical decision making. Rather than directly selecting micro-actions, our agent first generates a latent plan in natural language, which is then executed by a separate…

2017

Convolutional Sequence to Sequence Learning

ICML 2017poster

The prevalent approach to sequence to sequence learning maps an input sequence to a variable length output sequence via recurrent neural networks. We introduce an architecture based entirely on convolutional neural networks. Compared to recurrent models, computations over all elements can be fully p…