vix.ing · top · new · best · stats

Decoupling Representation Learning from Reinforcement Learning

2020/09/14 by Adam Stooke, Stooke, Adam, Kimin Lee +5 · 65 citations
Computer Science · Mathematics · #Adversarial Robustness in Machine Learning #Artificial Intelligence (cs.AI) #Artificial intelligence #Benchmark (surveying) #Computer Vision and Pattern Recognition (cs.CV) #Computer science #Decoupling (probability) #Domain Adaptation and Few-Shot Learning #Encoder #FOS: Computer and information sciences #Feature learning #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Machine learning #Pattern recognition (psychology) #Reinforcement Learning in Robotics #Reinforcement learning #Task (project management) #cs.AI #cs.CV #cs.LG #stat.ML

paper · pdf · doi:10.48550/arxiv.2009.08319

published in arXiv (Cornell University), 9870-9879 (Cornell University) · Improved related works and fixed code hyperlink

openalex publication_date 2020/09/14 · arxiv created 2021/05/16 · arxiv updated 2021/05/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/04

Abstract

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 trains a convolutional encoder to associate pairs of observations separated by a short time difference, under image augmentations and using a contrastive loss. In online RL experiments, we show that training the encoder exclusively using ATC matches or outperforms end-to-end RL in most environments. Additionally, we benchmark several leading UL algorithms by pre-training encoders on expert demonstrations and using them, with weights frozen, in RL agents; we find that agents using ATC-trained encoders outperform all others. We also train multi-task encoders on data from multiple environments and show generalization to different downstream RL tasks. Finally, we ablate components of ATC, and introduce a new data augmentation to enable replay of (compressed) latent images from pre-trained encoders when RL requires augmentation. Our experiments span visually diverse RL benchmarks in DeepMind Control, DeepMind Lab, and Atari, and our complete code is available at https://github.com/astooke/rlpyt/tree/master/rlpyt/ul.

Citations

Cited by

Related