paper-with-me

홈 › Papers

Mastering Atari with Discrete World Models

2020-10-05 · ICLR 2021 1 · Danijar Hafner, Timothy Lillicrap, Mohammad Norouzi, Jimmy Ba

Intelligent agents need to generalize from past experience to achieve goals in complex environments. World models facilitate such generalization and allow learning behaviors from imagined outcomes to increase sample-efficiency. While learning world models from image inputs has recently become feasible for some tasks, modeling Atari games accurately enough to derive successful behaviors has remained an open challenge for many years. We introduce DreamerV2, a reinforcement learning agent that learns behaviors purely from predictions in the compact latent space of a powerful world model. The world model uses discrete representations and is trained separately from the policy. DreamerV2 constitutes the first agent that achieves human-level performance on the Atari benchmark of 55 tasks by learning behaviors inside a separately trained world model. With the same computational budget and wall-clock time, Dreamer V2 reaches 200M frames and surpasses the final performance of the top single-GPU agents IQN and Rainbow. DreamerV2 is also applicable to tasks with continuous actions, where it learns an accurate world model of a complex humanoid robot and solves stand-up and walking from only pixel inputs.

📄 PDF Abstract BibTeX arXiv:2010.02193

Code (9)

danijar/dreamerv2 공식 구현 tf
CVC-Lab/SAC-for-H-Bond-Learning pytorch
LukeBolly/dreamerv2 tf
RajGhugare19/dreamerv2 pytorch
adityabingi/Dreamer pytorch
andrejorsula/drl_grasping pytorch
chandar-lab/LoCA2 tf
iglu-contest/iglu-builder-baseline-dreamer tf
opendilab/DI-engine pytorch

Tasks

Atari GamesGPU

Similar Papers 제목 키워드 기반

EfficientZero V2: Mastering Discrete and Continuous Control with Limited Data

2024-03-01 · Shengjie Wang, Shaohuai Liu, Weirui Ye, Jiacheng You 외

Sample efficiency remains a crucial challenge in applying Reinforcement Learning (RL) to real-world tasks. While recent algorithms have made significant strides in improving sample efficiency, none have achieved consiste…

continuous-controlContinuous ControlReinforcement Learning (RL)

Mastering Atari Games with Limited Data

2021-10-30 · NeurIPS 2021 12 · Weirui Ye, Shaohuai Liu, Thanard Kurutach, Pieter Abbeel 외

Reinforcement learning has achieved great success in many applications. However, sample efficiency remains a key challenge, with prominent methods requiring millions (or even billions) of environment steps to train. Rece…

Atari GamesAtari Games 100k

Frog Soup: Zero-Shot, In-Context, and Sample-Efficient Frogger Agents

2025-05-06 · Xiang Li, Yiyang Hao, Doug Fulop

One of the primary aspirations in reinforcement learning research is developing general-purpose agents capable of rapidly adapting to and mastering novel tasks. While RL gaming agents have mastered many Atari games, they…

Atari GamesIn-Context Learning

Learning to Play Atari in a World of Tokens

2024-06-03 · Pranav Agarwal, Sheldon Andrews, Samira Ebrahimi Kahou

Model-based reinforcement learning agents utilizing transformers have shown improved sample efficiency due to their ability to model extended context, resulting in more accurate world models. However, for complex reasoni…

DecoderModel-based Reinforcement Learning

Mastering Atari, Go, Chess and Shogi by Planning with a Learned Model

2019-11-19 · Julian Schrittwieser, Ioannis Antonoglou, Thomas Hubert, Karen Simonyan 외

Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods have enjoyed huge success in challenging domains, such as che…

Atari GamesAtari Games 100kGame of ChessGame of Go+1