paper-with-me

홈 › Papers

DreamerPro: Reconstruction-Free Model-Based Reinforcement Learning with Prototypical Representations

2021-10-27 · Fei Deng, Ingook Jang, Sungjin Ahn

Top-performing Model-Based Reinforcement Learning (MBRL) agents, such as Dreamer, learn the world model by reconstructing the image observations. Hence, they often fail to discard task-irrelevant details and struggle to handle visual distractions. To address this issue, previous work has proposed to contrastively learn the world model, but the performance tends to be inferior in the absence of distractions. In this paper, we seek to enhance robustness to distractions for MBRL agents. Specifically, we consider incorporating prototypical representations, which have yielded more accurate and robust results than contrastive approaches in computer vision. However, it remains elusive how prototypical representations can benefit temporal dynamics learning in MBRL, since they treat each image independently without capturing temporal structures. To this end, we propose to learn the prototypes from the recurrent states of the world model, thereby distilling temporal structures from past observations and actions into the prototypes. The resulting model, DreamerPro, successfully combines Dreamer with prototypes, making large performance gains on the DeepMind Control suite both in the standard setting and when there are complex background distractions. Code available at https://github.com/fdeng18/dreamer-pro .

📄 PDF Abstract BibTeX arXiv:2110.14565

Code (1)

fdeng18/dreamer-pro 공식 구현 tf

Tasks

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

GaussianDreamerPro: Text to Manipulable 3D Gaussians with Highly Enhanced Quality

2024-06-26 · Taoran Yi, Jiemin Fang, Zanwei Zhou, Junjie Wang 외

Recently, 3D Gaussian splatting (3D-GS) has achieved great success in reconstructing and rendering real-world scenes. To transfer the high rendering quality to generation tasks, a series of research works attempt to gene…

Policy-shaped prediction: avoiding distractions in model-based reinforcement learning

2024-12-08 · Miles Hutson, Isaac Kauvar, Nick Haber

Model-based reinforcement learning (MBRL) is a promising route to sample-efficient policy optimization. However, a known vulnerability of reconstruction-based MBRL consists of scenarios in which detailed aspects of the w…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning

Reinforcement Learning with Prototypical Representations

2021-03-09 · ICLR Workshop SSL-RL 2021 5 · Anonymous

Learning effective representations in image-based environments is crucial for sample efficient Reinforcement Learning (RL). Unfortunately, in RL, representation learning is confounded with the exploratory experience of t…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+2

Reinforcement Learning with Prototypical Representations

2021-02-22 · Denis Yarats, Rob Fergus, Alessandro Lazaric, Lerrel Pinto

Learning effective representations in image-based environments is crucial for sample efficient Reinforcement Learning (RL). Unfortunately, in RL, representation learning is confounded with the exploratory experience of t…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+3

Dreamer-CDP: Improving Reconstruction-free World Models Via Continuous Deterministic Representation Prediction

2026-03-07 · Michael Hauri, Friedemann Zenke arxiv

Model-based reinforcement learning (MBRL) agents operating in high-dimensional observation spaces, such as Dreamer, rely on learning abstract representations for effective planning and control. Existing approaches typica…

Reinforcement Learning