paper-with-me

홈 › Papers

Augmenting Game AI with Deep Reinforcement Learning

2026-06-18 · Alessandro Sestini, Joakim Bergdahl, Amir Baghi, Jean-Philippe Barrette-LaPierre, Florian Fuchs, Linus Gisslén arxiv

Immersion in video games depends not only on graphics, audio, and game mechanics, but also on the quality of in-game characters. Producing believable characters, or game AI, remains a significant challenge as behavioral complexity is hard to capture with hand-coded systems. Game AI is a source of immersion and engagement; however, the limitations stemming from the challenges of creating game AI often lead to frustration and the breaking of the illusion of realism within the game. The introduction of machine learning models opens the door to creating more believable, authentic, and relatable characters in games. The promise is that they either learn from interacting with the game, or from player data, to develop true human-like behavior. In this paper, we envision more applications of reinforcement learning for game AI in the future. For this to materialize, current research limitations are prohibitive to broad deployment across game genres. Therefore, we propose a framework for training reinforcement learning models with a set of requirements in mind that are suited towards game AI and game development. We present examples of games with reinforcement learning-augmented game AI and describe the practicalities of deploying player-facing machine learning agents in modern games. Furthermore, we identify bottlenecks and hard problems in these areas, which we believe offer promising research directions to accelerate the adoption of machine learning in game AI for the video game industry.

📄 PDF Abstract BibTeX arXiv:2606.20210

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Augmenting Automated Game Testing with Deep Reinforcement Learning

2021-03-29 · Joakim Bergdahl, Camilo Gordillo, Konrad Tollmar, Linus Gisslén

General game testing relies on the use of human play testers, play test scripting, and prior knowledge of areas of interest to produce relevant test data. Using deep reinforcement learning (DRL), we introduce a self-lear…

Deep Reinforcement LearningFPS Gamesreinforcement-learningReinforcement Learning+2

Playing a 2D Game Indefinitely using NEAT and Reinforcement Learning

2022-07-28 · Jerin Paul Selvan, Pravin S. Game

For over a decade now, robotics and the use of artificial agents have become a common thing.Testing the performance of new path finding or search space optimization algorithms has also become a challenge as they require …

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Reinforcement Learning Boosted by External Knowledge

2017-12-12 · Nicolas Bougie, Ryutaro Ichise

Recent improvements in deep reinforcement learning have allowed to solve problems in many 2D domains such as Atari games. However, in complex 3D environments, numerous learning episodes are required which may be too time…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Investigating Simple Object Representations in Model-Free Deep Reinforcement Learning

2020-02-16 · Guy Davidson, Brenden M. Lake

We explore the benefits of augmenting state-of-the-art model-free deep reinforcement algorithms with simple object representations. Following the Frostbite challenge posited by Lake et al. (2017), we identify object repr…

Deep Reinforcement LearningObjectreinforcement-learningReinforcement Learning+1

Learning Dark Souls Combat Through Pixel Input With Neuroevolution

2025-07-04 · Jim O'Connor, Gary B. Parker, Mustafa Bugti arxiv

This paper investigates the application of Neuroevolution of Augmenting Topologies (NEAT) to automate gameplay in Dark Souls, a notoriously challenging action role-playing game characterized by complex combat mechanics, …

Reinforcement Learning