paper-with-me

홈 › Papers

Mastering Atari Games with Limited Data

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

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. Recently, there has been significant progress in sample efficient image-based RL algorithms; however, consistent human-level performance on the Atari game benchmark remains an elusive goal. We propose a sample efficient model-based visual RL algorithm built on MuZero, which we name EfficientZero. Our method achieves 194.3% mean human performance and 109.0% median performance on the Atari 100k benchmark with only two hours of real-time game experience and outperforms the state SAC in some tasks on the DMControl 100k benchmark. This is the first time an algorithm achieves super-human performance on Atari games with such little data. EfficientZero's performance is also close to DQN's performance at 200 million frames while we consume 500 times less data. EfficientZero's low sample complexity and high performance can bring RL closer to real-world applicability. We implement our algorithm in an easy-to-understand manner and it is available at https://github.com/YeWR/EfficientZero. We hope it will accelerate the research of MCTS-based RL algorithms in the wider community.

📄 PDF Abstract BibTeX arXiv:2111.00210

Code (3)

werner-duvaud/muzero-general 공식 구현 pytorch
yewr/efficientzero 공식 구현 pytorch
opendilab/LightZero pytorch

Tasks

Atari GamesAtari Games 100k

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Batch Normalization 설명 없음
Residual Connection 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Dilated Convolution 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…

Similar Papers 제목 키워드 기반

Adaptive Action Duration with Contextual Bandits for Deep Reinforcement Learning in Dynamic Environments

2025-06-17 · Abhishek Verma, Nallarasan V, Balaraman Ravindran

Deep Reinforcement Learning (DRL) has achieved remarkable success in complex sequential decision-making tasks, such as playing Atari 2600 games and mastering board games. A critical yet underexplored aspect of DRL is the…

Atari GamesBoard GamesComputational EfficiencyDecision Making+6

Generalized Weighted Path Consistency for Mastering Atari Games

2023-09-21 · NeurIPS 2023 11

Reinforcement learning with the help of neural-guided search consumes huge computational resources to achieve remarkable performance. Path consistency (PC), i.e., $f$ values on one optimal path should be identical, was p…

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

Mastering Complex Control in MOBA Games with Deep Reinforcement Learning

2019-12-20 · Deheng Ye, Zhao Liu, Mingfei Sun, Bei Shi 외

We study the reinforcement learning problem of complex action control in the Multi-player Online Battle Arena (MOBA) 1v1 games. This problem involves far more complicated state and action spaces than those of traditional…

AI AgentDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Playing SNES in the Retro Learning Environment

2016-11-07 · Nadav Bhonker, Shai Rozenberg, Itay Hubara

Mastering a video game requires skill, tactics and strategy. While these attributes may be acquired naturally by human players, teaching them to a computer program is a far more challenging task. In recent years, extensi…

Atari GamesReinforcement LearningSNES Games