PapersFlow Research Brief

Physical Sciences · Computer Science

Artificial Intelligence in Games
Research Guide

What is Artificial Intelligence in Games?

Artificial Intelligence in Games is the application of AI techniques such as Monte Carlo Tree Search, procedural content generation, player modeling, and reinforcement learning to develop intelligent agents, generate game content, and enhance gameplay in video games and board games.

The field encompasses 44,636 papers focused on techniques including Monte Carlo Tree Search, procedural content generation, interactive storytelling, player modeling, real-time strategy games, computational creativity, behavior trees, general game playing, and level generation. Silver et al. (2016) introduced deep neural networks combined with tree search to master the game of Go, achieving 15,408 citations. foundational works like Samuel (1959) demonstrated machine learning in checkers, verifying that computers can learn to outperform their programmers.

Topic Hierarchy

100%
graph TD D["Physical Sciences"] F["Computer Science"] S["Artificial Intelligence"] T["Artificial Intelligence in Games"] D --> F F --> S S --> T style T fill:#DC5238,stroke:#c4452e,stroke-width:2px
Scroll to zoom • Drag to pan
44.6K
Papers
N/A
5yr Growth
317.3K
Total Citations

Research Sub-Topics

Monte Carlo Tree Search in Games

This sub-topic explores advancements in Monte Carlo Tree Search (MCTS) algorithms for decision-making in complex games like Go and real-time strategy games. Researchers investigate enhancements such as progressive widening, RAVE, and integration with neural networks.

15 papers

Procedural Content Generation Games

Researchers develop methods for algorithmically generating game levels, maps, narratives, and assets using techniques like grammars, search-based methods, and GANs. The sub-topic covers quality evaluation, player experience, and applications in open-world games.

15 papers

Player Modeling in Games

This sub-topic focuses on techniques to model player behavior, preferences, skills, and emotions from gameplay data using machine learning and probabilistic models. Studies address applications in adaptive difficulty, personalization, and opponent modeling.

15 papers

General Game Playing

Research in general game playing (GGP) develops AI agents that learn and play arbitrary new games without domain-specific knowledge, using automatic rule learning and hyper-heuristic search. Competitions like AAAI GGP drive advancements in transfer learning.

15 papers

Deep Reinforcement Learning Atari Games

This sub-topic examines deep RL algorithms like DQN and their successors for mastering Atari 2600 games from raw pixels, addressing sample efficiency, exploration, and stability. Researchers extend these to continuous control and multi-agent settings.

15 papers

Why It Matters

AI in games enables superhuman performance in complex games, as shown by Silver et al. (2016), whose AlphaGo program defeated world champion Lee Sedol in Go using deep neural networks and Monte Carlo Tree Search, with 15,408 citations. Silver et al. (2017) advanced this by mastering Go without human knowledge, reaching 8,924 citations and influencing reinforcement learning applications. Silver et al. (2018) extended the approach to master chess, shogi, and Go through self-play with a single algorithm, earning 3,396 citations and demonstrating generalization across board games. These breakthroughs impact game AI development, robotics, and decision-making systems in industries like entertainment and simulation training.

Reading Guide

Where to Start

"Some Studies in Machine Learning Using the Game of Checkers" by Samuel (1959), as it provides a foundational, accessible demonstration of machine learning through self-play in a simple game, verifying computers can exceed human programmers with 4,239 citations.

Key Papers Explained

Samuel (1959) established machine learning basics in checkers. Sutton (1988) advanced temporal difference learning, cited 3,887 times, foundational for reinforcement learning. Mnih et al. (2013) applied deep RL to Atari with 5,111 citations. Silver et al. (2016) scaled to Go using MCTS and deep networks (15,408 citations), refined in Silver et al. (2017) via pure self-play (8,924 citations), and generalized in Silver et al. (2018) to multiple games (3,396 citations).

Paper Timeline

100%
graph LR P0["Introduction to Metamathematics
1952 · 4.4K cites"] P1["Some Studies in Machine Learning...
1959 · 4.2K cites"] P2["Induction of Decision Trees
1986 · 14.4K cites"] P3["From game design elements to gam...
2011 · 7.4K cites"] P4["Playing Atari with Deep Reinforc...
2013 · 5.1K cites"] P5["Mastering the game of Go with de...
2016 · 15.4K cites"] P6["Mastering the game of Go without...
2017 · 8.9K cites"] P0 --> P1 P1 --> P2 P2 --> P3 P3 --> P4 P4 --> P5 P5 --> P6 style P5 fill:#DC5238,stroke:#c4452e,stroke-width:2px
Scroll to zoom • Drag to pan

Most-cited paper highlighted in red. Papers ordered chronologically.

Advanced Directions

Recent emphasis remains on generalizing reinforcement learning across games, as in Silver et al. (2018), with no new preprints or news in the last 6-12 months indicating steady progress in self-play and neural search hybrids.

Papers at a Glance

# Paper Year Venue Citations Open Access
1 Mastering the game of Go with deep neural networks and tree se... 2016 Nature 15.4K
2 Induction of Decision Trees 1986 Machine Learning 14.4K
3 Mastering the game of Go without human knowledge 2017 Nature 8.9K
4 From game design elements to gamefulness 2011 7.4K
5 Playing Atari with Deep Reinforcement Learning 2013 arXiv (Cornell Univers... 5.1K
6 Introduction to Metamathematics 1952 Medical Entomology and... 4.4K
7 Some Studies in Machine Learning Using the Game of Checkers 1959 IBM Journal of Researc... 4.2K
8 Learning to Predict by the Methods of Temporal Differences 1988 Machine Learning 3.9K
9 A general reinforcement learning algorithm that masters chess,... 2018 Science 3.4K
10 A Note on the Generation of Random Normal Deviates 1958 The Annals of Mathemat... 3.4K

Frequently Asked Questions

What is Monte Carlo Tree Search in game AI?

Monte Carlo Tree Search (MCTS) is a heuristic search algorithm used in games like Go to evaluate moves by simulating random playouts. Silver et al. (2016) combined MCTS with deep neural networks in AlphaGo to master Go. The method balances exploration and exploitation through tree expansion and selection.

How did early AI learn to play checkers?

Samuel (1959) developed machine-learning procedures for checkers that enabled a computer to play better than its programmer. The system used self-play and evaluation function adjustments. This work verified practical machine learning in games with 4,239 citations.

What reinforcement learning methods apply to Atari games?

Mnih et al. (2013) used deep reinforcement learning with convolutional neural networks and Q-learning to play Atari games from raw pixels. The model learned control policies directly from high-dimensional input. It achieved human-level performance across multiple games with 5,111 citations.

How was Go mastered without human knowledge?

Silver et al. (2017) trained AlphaGo Zero using self-play reinforcement learning from scratch, without human games. The system developed superhuman performance in Go through 3 million games of self-play. This approach garnered 8,924 citations.

What techniques enable general game playing across chess, shogi, and Go?

Silver et al. (2018) created AlphaZero, a single algorithm that masters chess, shogi, and Go via self-play and neural network-based value and policy prediction. It starts tabula rasa and surpasses specialized programs. The paper received 3,396 citations.

Open Research Questions

  • ? How can reinforcement learning algorithms generalize to unseen games without domain-specific knowledge?
  • ? What methods improve procedural content generation for diverse game levels while maintaining playability?
  • ? How do player modeling techniques adapt AI behaviors to individual human strategies in real-time?
  • ? Which architectures best combine neural networks with search methods for multi-agent games?
  • ? How can computational creativity produce interactive storytelling that responds dynamically to player choices?

Research Artificial Intelligence in Games with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Artificial Intelligence in Games with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers