← Search

Michael Laskin

11 accepted papers

2023

In-context Reinforcement Learning with Algorithm Distillation

ICLR 2023top-5%

We propose Algorithm Distillation (AD), a method for distilling reinforcement learning (RL) algorithms into neural networks by modeling their training histories with a causal sequence model. Algorithm Distillation treats learning to reinforcement learn as an across-episode sequential prediction prob…

Cited by 145SourcePDFScholar
2022

Hierarchical Few-Shot Imitation with Skill Transition Models

ICLR 2022poster

A desirable property of autonomous agents is the ability to both solve long-horizon problems and generalize to unseen tasks. Recent advances in data-driven skill learning have shown that extracting behavioral priors from offline data can enable agents to solve challenging long-horizon tasks with rei…

2022

Learning Visual Robotic Control Efficiently with Contrastive Pre-training and Data Augmentation

IROS 2022poster

Recent advances in unsupervised representation learning significantly improved the sample efficiency of training Reinforcement Learning policies in simulated environments. However, similar gains have not yet been seen for real-robot reinforcement learning. In this work, we focus on enabling data-eff…

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

Decision Transformer: Reinforcement Learning via Sequence Modeling

NeurIPS 2021poster

We introduce a framework that abstracts Reinforcement Learning (RL) as a sequence modeling problem. This allows us to draw upon the simplicity and scalability of the Transformer architecture, and associated advances in language modeling such as GPT-x and BERT. In particular, we present Decision Tran…

2021

Decoupling Representation Learning from Reinforcement Learning

ICML 2021spotlight

In an effort to overcome limitations of reward-driven feature learning in deep reinforcement learning (RL) from images, we propose decoupling representation learning from policy learning. To this end, we introduce a new unsupervised learning (UL) task, called Augmented Temporal Contrast (ATC), which…

2021

Reinforcement Learning with Latent Flow

NeurIPS 2021poster

Temporal information is essential to learning effective policies with Reinforcement Learning (RL). However, current state-of-the-art RL algorithms either assume that such information is given as part of the state space or, when learning from pixels, use the simple heuristic of frame-stacking to imp…

Cited by 29SourcePDFScholar
2021

SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning

ICML 2021spotlight

Off-policy deep reinforcement learning (RL) has been successful in a range of challenging domains. However, standard off-policy RL algorithms can suffer from several issues, such as instability in Q-learning and balancing exploration and exploitation. To mitigate these issues, we present SUNRISE, a…

2021

Skill Preferences: Learning to Extract and Execute Robotic Skills from Human Feedback

CoRL 2021poster

A promising approach to solving challenging long-horizon tasks has been to extract behavior priors (skills) by fitting generative models to large offline datasets of demonstrations. However, such generative models inherit the biases of the underlying data and result in poor and unusable skills when…

Cited by 48SourceScholar
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
2020

CURL: Contrastive Unsupervised Representations for Reinforcement Learning

ICML 2020poster

We present CURL: Contrastive Unsupervised Representations for Reinforcement Learning. CURL extracts high-level features from raw pixels using contrastive learning and performs off-policy control on top of the extracted features. CURL outperforms prior pixel-based methods, both model-based and model-…