paper-with-me

홈 › Papers

RePreM: Representation Pre-training with Masked Model for Reinforcement Learning

2023-03-03 · Yuanying Cai, Chuheng Zhang, Wei Shen, Xuyun Zhang, Wenjie Ruan, Longbo Huang

Inspired by the recent success of sequence modeling in RL and the use of masked language model for pre-training, we propose a masked model for pre-training in RL, RePreM (Representation Pre-training with Masked Model), which trains the encoder combined with transformer blocks to predict the masked states or actions in a trajectory. RePreM is simple but effective compared to existing representation pre-training methods in RL. It avoids algorithmic sophistication (such as data augmentation or estimating multiple models) with sequence modeling and generates a representation that captures long-term dynamics well. Empirically, we demonstrate the effectiveness of RePreM in various tasks, including dynamic prediction, transfer learning, and sample-efficient RL with both value-based and actor-critic methods. Moreover, we show that RePreM scales well with dataset size, dataset quality, and the scale of the encoder, which indicates its potential towards big RL models.

📄 PDF Abstract BibTeX arXiv:2303.01668

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationLanguage ModelingLanguage Modellingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Similar Papers 제목 키워드 기반

Oracle-Guided Masked Contrastive Reinforcement Learning for Visuomotor Policies

2025-10-07 · Yuhang Zhang, Jiaping Xiao, Chao Yan, Mir Feroskhan arxiv

A prevailing approach for learning visuomotor policies is to employ reinforcement learning to map high-dimensional visual observations directly to action commands. However, the combination of high-dimensional visual inpu…

Representation LearningReinforcement LearningContrastive Learning

MMRPT: MultiModal Reinforcement Pre-Training via Masked Vision-Dependent Reasoning

2025-12-08 · Xuhui Zheng, Kang An, Ziliang Wang, Yuhang Wang 외 arxiv

Multimodal pre-training remains constrained by the descriptive bias of image-caption pairs, leading models to favor surface linguistic cues over grounded visual understanding. We introduce MMRPT, a masked multimodal rein…

Reinforcement LearningVisual GroundingVisual Reasoning

Offline RL with Discrete Proxy Representations for Generalizability in POMDPs

2023-09-21 · NeurIPS 2023 11

Offline Reinforcement Learning (RL) has demonstrated promising results in various applications by learning policies from previously collected datasets, reducing the need for online exploration and interactions. However, …

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

MA2CL:Masked Attentive Contrastive Learning for Multi-Agent Reinforcement Learning

2023-06-03 · Haolin Song, Mingxiao Feng, Wengang Zhou, Houqiang Li

Recent approaches have utilized self-supervised auxiliary tasks as representation learning to improve the performance and sample efficiency of vision-based reinforcement learning algorithms in single-agent settings. Howe…

Contrastive LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1