paper-with-me

Papers

Decoupling Representation Learning from Reinforcement Learning

2020-09-14 · Adam Stooke, Kimin Lee, Pieter Abbeel, Michael Laskin

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.

📄 PDF Abstract BibTeX arXiv:2009.08319

Code (3)

astooke/rlpyt 공식 구현 pytorch
KarlXing/RL-Visual-Continuous-Control pytorch
astooke/rlpyt/tree/master/rlpyt/ul pytorch

Tasks

Data AugmentationDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

Task-Relevant Representation Decoupling for Visual Reinforcement Learning Generalization

2026-07-01 · Jinwen Wang, Youfang Lin, Xiaobo Hu, Qian Xu 외 arxiv

Visual Reinforcement Learning (VRL) has achieved considerable success in solving control tasks. However, generalizing learned policies to new environments remains a major challenge, as agents often overfit to task-irrele…

Reinforcement Learning

Decoupling Dynamics and Reward for Transfer Learning

2018-04-27 · Amy Zhang, Harsh Satija, Joelle Pineau

Current reinforcement learning (RL) methods can successfully learn single tasks but often generalize poorly to modest perturbations in task domain or training procedure. In this work, we present a decoupled learning stra…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Decoupling Learning Rules from Representations

2017-06-09 · Philip S. Thomas, Christoph Dann, Emma Brunskill

In the artificial intelligence field, learning often corresponds to changing the parameters of a parameterized function. A learning rule is an algorithm or mathematical expression that specifies precisely how the paramet…

Reinforcement Learning

Decoupling Gradient-Like Learning Rules from Representations

2018-07-01 · ICML 2018 7 · Philip Thomas, Christoph Dann, Emma Brunskill

In machine learning, learning often corresponds to changing the parameters of a parameterized function. A learning rule is an algorithm or mathematical expression that specifies precisely how the parameters should b…

BIG-bench Machine LearningReinforcement Learning

Perceptual Decoupling for Scalable Multi-modal Reasoning via Reward-Optimized Captioning

2025-06-05 · Yunhao Gou, Kai Chen, Zhili Liu, Lanqing Hong 외

Recent advances in slow-thinking language models (e.g., OpenAI-o1 and DeepSeek-R1) have demonstrated remarkable abilities in complex reasoning tasks by emulating human-like reflective cognition. However, extending such c…

MathVisual Grounding