English

CURL: Contrastive Unsupervised Representations for Reinforcement Learning

Machine Learning 2020-09-22 v4 Computer Vision and Pattern Recognition Machine Learning

Abstract

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-free, on complex tasks in the DeepMind Control Suite and Atari Games showing 1.9x and 1.2x performance gains at the 100K environment and interaction steps benchmarks respectively. On the DeepMind Control Suite, CURL is the first image-based algorithm to nearly match the sample-efficiency of methods that use state-based features. Our code is open-sourced and available at https://github.com/MishaLaskin/curl.

Keywords

Cite

@article{arxiv.2004.04136,
  title  = {CURL: Contrastive Unsupervised Representations for Reinforcement Learning},
  author = {Aravind Srinivas and Michael Laskin and Pieter Abbeel},
  journal= {arXiv preprint arXiv:2004.04136},
  year   = {2020}
}

Comments

First two authors contributed equally, website: https://mishalaskin.github.io/curl code: https://github.com/MishaLaskin/curl

R2 v1 2026-06-23T14:44:35.722Z