paper-with-me

Papers

Data-Efficient Reinforcement Learning with Self-Predictive Representations

2020-07-12 · ICLR 2021 1 · Max Schwarzer, Ankesh Anand, Rishab Goel, R. Devon Hjelm, Aaron Courville, Philip Bachman

While deep reinforcement learning excels at solving tasks where large amounts of data can be collected through virtually unlimited interaction with the environment, learning from limited interaction remains a key challenge. We posit that an agent can learn more efficiently if we augment reward maximization with self-supervised objectives based on structure in its visual input and sequential interaction with the environment. Our method, Self-Predictive Representations(SPR), trains an agent to predict its own latent state representations multiple steps into the future. We compute target representations for future states using an encoder which is an exponential moving average of the agent's parameters and we make predictions using a learned transition model. On its own, this future prediction objective outperforms prior methods for sample-efficient deep RL from pixels. We further improve performance by adding data augmentation to the future prediction loss, which forces the agent's representations to be consistent across multiple views of an observation. Our full self-supervised objective, which combines future prediction and data augmentation, achieves a median human-normalized score of 0.415 on Atari in a setting limited to 100k steps of environment interaction, which represents a 55% relative improvement over the previous state-of-the-art. Notably, even in this limited data regime, SPR exceeds expert human scores on 7 out of 26 games. The code associated with this work is available at https://github.com/mila-iqia/spr

📄 PDF Abstract BibTeX arXiv:2007.05929

Code (1)

mila-iqia/spr 공식 구현 pytorch

Tasks

Atari Games 100kData AugmentationDeep Reinforcement LearningFuture predictionGeneral Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-Supervised Learning

Similar Papers 제목 키워드 기반

Understanding Self-Predictive Learning for Reinforcement Learning

2022-12-06 · Yunhao Tang, Zhaohan Daniel Guo, Pierre Harvey Richemond, Bernardo Ávila Pires 외

We study the learning dynamics of self-predictive learning for reinforcement learning, a family of algorithms that learn representations by minimizing the prediction error of their own future latent representations. Desp…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Observation-Grounded Self-Predictive Reinforcement Learning for Visual Continuous Control

2026-08-06 · Xinwei Liu, Junyuan Liang, Jianting Zhang, Wuhui Chen arxiv

Sample-efficient policy learning from pixels is a long-standing challenge in reinforcement learning (RL). Recent dynamics-based representation learning methods have significantly improved the sample efficiency of model-f…

Representation LearningReinforcement LearningContinuous Control

Bridging State and History Representations: Understanding Self-Predictive RL

2024-01-17 · Tianwei Ni, Benjamin Eysenbach, Erfan Seyedsalehi, Michel Ma 외

Representations are at the core of all deep reinforcement learning (RL) methods for both Markov decision processes (MDPs) and partially observable Markov decision processes (POMDPs). Many representation learning methods …

Deep Reinforcement LearningReinforcement Learning (RL)Representation Learning

A Unifying Framework for Action-Conditional Self-Predictive Reinforcement Learning

2024-06-04 · Khimya Khetarpal, Zhaohan Daniel Guo, Bernardo Avila Pires, Yunhao Tang 외

Learning a good representation is a crucial challenge for Reinforcement Learning (RL) agents. Self-predictive learning provides means to jointly learn a latent representation and dynamics model by bootstrapping from futu…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Pretrained Encoders are All You Need

2021-06-09 · ICML Workshop URL 2021 7 · Mina Khan, P Srivatsa, Advait Rane, Shriram Chenniappa 외

Data-efficiency and generalization are key challenges in deep learning and deep reinforcement learning as many models are trained on large-scale, domain-specific, and expensive-to-label datasets. Self-supervised models t…

AllContrastive LearningDeep Reinforcement Learningreinforcement-learning+2