paper-with-me

홈 › Papers

Reinforcement Learning in Strategy-Based and Atari Games: A Review of Google DeepMinds Innovations

2025-02-14 · Abdelrhman Shaheen, Anas Badr, Ali Abohendy, Hatem Alsaadawy, Nadine Alsayad

Reinforcement Learning (RL) has been widely used in many applications, particularly in gaming, which serves as an excellent training ground for AI models. Google DeepMind has pioneered innovations in this field, employing reinforcement learning algorithms, including model-based, model-free, and deep Q-network approaches, to create advanced AI models such as AlphaGo, AlphaGo Zero, and MuZero. AlphaGo, the initial model, integrates supervised learning and reinforcement learning to master the game of Go, surpassing professional human players. AlphaGo Zero refines this approach by eliminating reliance on human gameplay data, instead utilizing self-play for enhanced learning efficiency. MuZero further extends these advancements by learning the underlying dynamics of game environments without explicit knowledge of the rules, achieving adaptability across various games, including complex Atari games. This paper reviews the significance of reinforcement learning applications in Atari and strategy-based games, analyzing these three models, their key innovations, training processes, challenges encountered, and improvements made. Additionally, we discuss advancements in the field of gaming, including MiniZero and multi-agent models, highlighting future directions and emerging AI models from Google DeepMind.

📄 PDF Abstract BibTeX arXiv:2502.10303

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesGame of Goreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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…
Prioritized Experience Replay Prioritized Experience Replay is a type of experience replay in reinforcement learning where we more frequently replay…
Batch Normalization 설명 없음
Average Pooling 설명 없음
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…
Monte-Carlo Tree Search Monte-Carlo Tree Search is a planning algorithm that accumulates value estimates obtained from Monte Carlo simulations in order to successively direct simulations towards more…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Strategy and Benchmark for Converting Deep Q-Networks to Event-Driven Spiking Neural Networks

2020-09-30 · Weihao Tan, Devdhar Patel, Robert Kozma

Spiking neural networks (SNNs) have great potential for energy-efficient implementation of Deep Neural Networks (DNNs) on dedicated neuromorphic hardware. Recent studies demonstrated competitive performance of SNNs compa…

Atari GamesDeep Reinforcement Learningimage-classificationImage Classification+3

A Human Mixed Strategy Approach to Deep Reinforcement Learning

2018-04-05 · Ngoc Duy Nguyen, Saeid Nahavandi, Thanh Nguyen

In 2015, Google's DeepMind announced an advancement in creating an autonomous agent based on deep reinforcement learning (DRL) that could beat a professional player in a series of 49 Atari games. However, the current man…

Atari GamesDeep Reinforcement LearningEfficient Explorationreinforcement-learning+2

Exploratory Not Explanatory: Counterfactual Analysis of Saliency Maps for Deep Reinforcement Learning

2019-12-09 · ICLR 2020 1 · Akanksha Atrey, Kaleigh Clary, David Jensen

Saliency maps are frequently used to support explanations of the behavior of deep reinforcement learning (RL) agents. However, a review of how saliency maps are used in practice indicates that the derived explanations ar…

Atari GamescounterfactualCounterfactual ReasoningDeep Reinforcement Learning+3

Deep Attention Recurrent Q-Network

2015-12-05 · Ivan Sorokin, Alexey Seleznev, Mikhail Pavlov, Aleksandr Fedorov 외

A deep learning approach to reinforcement learning led to a general learner able to train on visual input to play a variety of arcade games at the human and superhuman levels. Its creators at the Google DeepMind's team c…

Atari GamesDeep AttentionHard Attentionreinforcement-learning+2

A Review for Deep Reinforcement Learning in Atari:Benchmarks, Challenges, and Solutions

2021-12-08 · Jiajun Fan

The Arcade Learning Environment (ALE) is proposed as an evaluation platform for empirically assessing the generality of agents across dozens of Atari 2600 games. ALE offers various challenging problems and has drawn sign…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)