paper-with-me

Papers

Understanding Self-Predictive Learning for Reinforcement Learning

2022-12-06 · Yunhao Tang, Zhaohan Daniel Guo, Pierre Harvey Richemond, Bernardo Ávila Pires, Yash Chandak, Rémi Munos, Mark Rowland, Mohammad Gheshlaghi Azar, Charline Le Lan, Clare Lyle, András György, Shantanu Thakoor, Will Dabney, Bilal Piot, Daniele Calandriello, Michal Valko

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. Despite its recent empirical success, such algorithms have an apparent defect: trivial representations (such as constants) minimize the prediction error, yet it is obviously undesirable to converge to such solutions. Our central insight is that careful designs of the optimization dynamics are critical to learning meaningful representations. We identify that a faster paced optimization of the predictor and semi-gradient updates on the representation, are crucial to preventing the representation collapse. Then in an idealized setup, we show self-predictive learning dynamics carries out spectral decomposition on the state transition matrix, effectively capturing information of the transition dynamics. Building on the theoretical insights, we propose bidirectional self-predictive learning, a novel self-predictive algorithm that learns two representations simultaneously. We examine the robustness of our theoretical insights with a number of small-scale experiments and showcase the promise of the novel representation learning algorithm with large-scale experiments.

📄 PDF Abstract BibTeX arXiv:2212.03319

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Similar Papers 제목 키워드 기반

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

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

Mask-based Predictive Representations for Reinforcement Learning

2026-07-05 · Kai Zhao arxiv

Vision-based deep reinforcement learning involves dealing with high-dimensional inputs of image information. It is crucial to abstract effective states from high-dimensional image inputs and limited samples for sample-ef…

Reinforcement Learning

Forgetting is Everywhere

2025-11-06 · Ben Sanati, Thomas L. Lee, Trevor McInroe, Aidan Scannell 외 arxiv

A fundamental challenge in developing general learning algorithms is their tendency to forget past knowledge when adapting to new data. Addressing this problem requires a principled understanding of forgetting; yet, desp…

Reinforcement LearningBayesian Inference

Self-Correcting VLA: Online Action Refinement via Sparse World Imagination

2026-02-25 · Chenyv Liu, Wentao Tan, Lei Zhu, Fengling Li 외 arxiv

Standard vision-language-action (VLA) models rely on fitting statistical data priors, limiting their robust understanding of underlying physical dynamics. Reinforcement learning enhances physical grounding through explor…

Reinforcement LearningRobot Manipulation