General Video Game Artificial Intelligence

General Video Game Artificial Intelligence
Author: Diego Pérez Liébana
Publisher: Morgan & Claypool Publishers
Total Pages: 193
Release: 2019-10-09
Genre: Computers
ISBN: 1681736454

Research on general video game playing aims at designing agents or content generators that can perform well in multiple video games, possibly without knowing the game in advance and with little to no specific domain knowledge. The general video game AI framework and competition propose a challenge in which researchers can test their favorite AI methods with a potentially infinite number of games created using the Video Game Description Language. The open-source framework has been used since 2014 for running a challenge. Competitors around the globe submit their best approaches that aim to generalize well across games. Additionally, the framework has been used in AI modules by many higher-education institutions as assignments, or as proposed projects for final year (undergraduate and Master's) students and Ph.D. candidates. The present book, written by the developers and organizers of the framework, presents the most interesting highlights of the research performed by the authors during these years in this domain. It showcases work on methods to play the games, generators of content, and video game optimization. It also outlines potential further work in an area that offers multiple research directions for the future.

General Game Playing

General Game Playing
Author: Michael Liu
Publisher: Springer Nature
Total Pages: 213
Release: 2022-06-01
Genre: Computers
ISBN: 303101569X

General game players are computer systems able to play strategy games based solely on formal game descriptions supplied at "runtime" (n other words, they don't know the rules until the game starts). Unlike specialized game players, such as Deep Blue, general game players cannot rely on algorithms designed in advance for specific games; they must discover such algorithms themselves. General game playing expertise depends on intelligence on the part of the game player and not just intelligence of the programmer of the game player. GGP is an interesting application in its own right. It is intellectually engaging and more than a little fun. But it is much more than that. It provides a theoretical framework for modeling discrete dynamic systems and defining rationality in a way that takes into account problem representation and complexities like incompleteness of information and resource bounds. It has practical applications in areas where these features are important, e.g., in business and law. More fundamentally, it raises questions about the nature of intelligence and serves as a laboratory in which to evaluate competing approaches to artificial intelligence. This book is an elementary introduction to General Game Playing (GGP). (1) It presents the theory of General Game Playing and leading GGP technologies. (2) It shows how to create GGP programs capable of competing against other programs and humans. (3) It offers a glimpse of some of the real-world applications of General Game Playing.

General Game Playing

General Game Playing
Author: Fouad Sabry
Publisher: One Billion Knowledgeable
Total Pages: 152
Release: 2023-07-04
Genre: Computers
ISBN:

What Is General Game Playing The concept of general game playing, sometimes known as GGP, refers to the development of artificial intelligence programs that are capable of competing well in more than one game. Computers are programmed to play many different games, such as chess, using an algorithm that is built specifically for that game and cannot be used in any other setting. For instance, a computer software that is designed to play chess cannot also play checkers. On the road to creating artificial general intelligence, generic game playing is seen as a necessary milestone. How You Will Benefit (I) Insights, and validations about the following topics: Chapter 1: General game playing Chapter 2: Artificial intelligence Chapter 3: Machine learning Chapter 4: Game Description Language Chapter 5: List of programming languages for artificial intelligence Chapter 6: Monte Carlo tree search Chapter 7: Deep reinforcement learning Chapter 8: Artificial intelligence in video games Chapter 9: Machine learning in video games Chapter 10: Google DeepMind (II) Answering the public top questions about general game playing. (III) Real world examples for the usage of general game playing in many fields. (IV) 17 appendices to explain, briefly, 266 emerging technologies in each industry to have 360-degree full understanding of general game playing' technologies. Who This Book Is For Professionals, undergraduate and graduate students, enthusiasts, hobbyists, and those who want to go beyond basic knowledge or information for any kind of general game playing.

Artificial Intelligence for Computer Games

Artificial Intelligence for Computer Games
Author: Pedro Antonio González-Calero
Publisher: Springer Science & Business Media
Total Pages: 210
Release: 2011-03-01
Genre: Technology & Engineering
ISBN: 1441981888

The book presents some of the most relevant results from academia in the area of Artificial Intelligence for games. It emphasizes well theoretically supported work supported by developed prototypes, which should lead into integration of academic AI techniques into current electronic entertainment games. The book elaborates on the main results produced in Academia within the last 10 years regarding all aspects of Artificial Intelligence for games, including pathfinding, decision making, and learning. A general theme of the book is the coverage of techniques for facilitating the construction of flexible not prescripted AI for agents in games. Regarding pathfinding, the book includes new techniques for implementing real-time search methods that improve the results obtained through AI, as well as techniques for learning pathfinding behavior by observing actual players. Regarding decision making, the book describes new techniques for authoring tools that facilitate the construction by game designers (typically nonprogrammers) of behavior controlling software, by reusing patterns or actual cases of past behavior. Additionally, the book will cover a number of approaches proposed for extending the essentially pre-scripted nature of current commercial videogames AI into a more interactive form of narrative, where the story emerges from the interaction with the player. Some of those approaches rely on a layered architecture for the character AI, including beliefs, intentions and emotions, taking ideas from research on agent systems. The book also includes chapters on techniques for automatically or semiautomatically learning complex behavior from recorded traces of human or automatic players using different combinations of reinforcement learning, case-based reasoning, neural networks and genetic algorithms.

KI 2011: Advances in Artificial Intelligence

KI 2011: Advances in Artificial Intelligence
Author: Joscha Bach
Publisher: Springer
Total Pages: 382
Release: 2011-10-01
Genre: Computers
ISBN: 3642244556

This book constitutes the refereed proceedings of the 34th Annual German Conference on Artificial Intelligence, KI 2011, held in Berlin, Germany, in October 2011. The 32 revised full papers presented together with 3 invited talks were carefully reviewed and selected from 81 submissions. The papers are divided in topical sections on computational learning and datamining, knowledge representation and reasonings, augmented reality, swarm intelligence; and planning and scheduling.

Artificial Intelligence and Games

Artificial Intelligence and Games
Author: Georgios N. Yannakakis
Publisher: Springer
Total Pages: 350
Release: 2018-02-17
Genre: Computers
ISBN: 3319635190

This is the first textbook dedicated to explaining how artificial intelligence (AI) techniques can be used in and for games. After introductory chapters that explain the background and key techniques in AI and games, the authors explain how to use AI to play games, to generate content for games and to model players. The book will be suitable for undergraduate and graduate courses in games, artificial intelligence, design, human-computer interaction, and computational intelligence, and also for self-study by industrial game developers and practitioners. The authors have developed a website (http://www.gameaibook.org) that complements the material covered in the book with up-to-date exercises, lecture slides and reading.

Artificial Intelligence & Games

Artificial Intelligence & Games
Author: Georgi Togeli
Publisher: A G Printing & Publishing
Total Pages: 390
Release: 2024-09-03
Genre: Computers
ISBN:

As has been pointed out by several industrial game AI developers the lack of behavioral modularity across games and in-game tasks is detrimental for the development of high quality AI [605, 171]. An increasingly popular method for ad-hoc behavior authoring that eliminates the modularity limitations of FSMs and BTs is the utility-based AI approach which can be used for the design of control and decision making systems in games [425, 557]. Following this approach, instances in the game get assigned a particular utility function that gives a value for the importance of the particular instance [10, 169]. For instance, the importance of an enemy being present at a particular distance or the importance of an agent’s health being low in this particular context. Given the set of all utilities available to an agent and all the options it has, utility-based AI decides which is the most important option it should consider at this moment [426]. The utility-based approach is grounded in the utility theory of economics and is based on utility function design. The approach is similar to the design of membership functions in a fuzzy set. A utility can measure anything from observable objective data (e.g., enemy health) to subjective notions such as emotions, mood and threat. The various utilities about possible actions or decisions can be aggregated into linear or non-linear formulas and guide the agent to take decisions based on the aggregated utility. The utility values can be checked every n frames of the game. So while FSMs and BTs would examine one decision at a time, utility-based AI architectures

Artificial Intelligence and Soft Computing, Part II

Artificial Intelligence and Soft Computing, Part II
Author: Leszek Rutkowski
Publisher: Springer Science & Business Media
Total Pages: 728
Release: 2010-06
Genre: Computers
ISBN: 3642132316

This volume constitutes the proceedings of the 10th International Conference on Artificial Intelligence and Soft Computing, ICAISC’2010, held in Zakopane, Poland in June 13-17, 2010. The articles are organized in topical sections on Fuzzy Systems and Their Applications; Data Mining, Classification and Forecasting; Image and Speech Analysis; Bioinformatics and Medical Applications (Volume 6113) together with Neural Networks and Their Applications; Evolutionary Algorithms and Their Applications; Agent System, Robotics and Control; Various Problems aof Artificial Intelligence (Volume 6114).

ECAI 2023

ECAI 2023
Author: K. Gal
Publisher: IOS Press
Total Pages: 3328
Release: 2023-10-18
Genre: Computers
ISBN: 164368437X

Artificial intelligence, or AI, now affects the day-to-day life of almost everyone on the planet, and continues to be a perennial hot topic in the news. This book presents the proceedings of ECAI 2023, the 26th European Conference on Artificial Intelligence, and of PAIS 2023, the 12th Conference on Prestigious Applications of Intelligent Systems, held from 30 September to 4 October 2023 and on 3 October 2023 respectively in Kraków, Poland. Since 1974, ECAI has been the premier venue for presenting AI research in Europe, and this annual conference has become the place for researchers and practitioners of AI to discuss the latest trends and challenges in all subfields of AI, and to demonstrate innovative applications and uses of advanced AI technology. ECAI 2023 received 1896 submissions – a record number – of which 1691 were retained for review, ultimately resulting in an acceptance rate of 23%. The 390 papers included here, cover topics including machine learning, natural language processing, multi agent systems, and vision and knowledge representation and reasoning. PAIS 2023 received 17 submissions, of which 10 were accepted after a rigorous review process. Those 10 papers cover topics ranging from fostering better working environments, behavior modeling and citizen science to large language models and neuro-symbolic applications, and are also included here. Presenting a comprehensive overview of current research and developments in AI, the book will be of interest to all those working in the field.

Knowledge-Free and Learning-Based Methods in Intelligent Game Playing

Knowledge-Free and Learning-Based Methods in Intelligent Game Playing
Author: Jacek Mandziuk
Publisher: Springer
Total Pages: 259
Release: 2010-03-14
Genre: Computers
ISBN: 3642116787

Humans and machines are very di?erent in their approaches to game pl- ing. Humans use intuition, perception mechanisms, selective search, creat- ity, abstraction, heuristic abilities and other cognitive skills to compensate their (comparably) slow information processing speed, relatively low m- ory capacity, and limited search abilities. Machines, on the other hand, are extremely fast and infallible in calculations, capable of e?ective brute-for- type search, use “unlimited” memory resources, but at the same time are poor at using reasoning-based approaches and abstraction-based methods. The above major discrepancies in the human and machine problem solving methods underlined the development of traditional machine game playing as being focused mainly on engineering advances rather than cognitive or psychological developments. In other words, as described by Winkler and F ̈ urnkranz [347, 348] with respect to chess, human and machine axes of game playing development are perpendicular, but the most interesting, most promising, and probably also most di?cult research area lies on the junction between human-compatible knowledge and machine compatible processing.I undoubtedly share this point of view and strongly believe that the future of machine game playing lies in implementation of human-type abilities (- straction,intuition,creativity,selectiveattention,andother)whilestilltaking advantage of intrinsic machine skills. Thebookisfocusedonthedevelopmentsandprospectivechallengingpr- lems in the area of mind gameplaying (i.e. playinggames that require mental skills) using Computational Intelligence (CI) methods, mainly neural n- works, genetic/evolutionary programming and reinforcement learning.