Evolution of Artificial Intelligence In Video Games

Slides:



Advertisements
Similar presentations
The Halo 2 AI In 10 Minutes or Less Damián Isla Bungie Studios
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Exploring Machine Learning in Computer Games Presented by: Matthew Hayden Thurs, 25 th March 2010.
X. Cai C. Fang R. Guo W. Yu B. Qian S.Jiang CSC7333 Machine Learning Project Presentation April.30 th, 2013.
1 Chapter 9 Putting It All Together designing & building quality game artificial intelligence Reference: Game Development Essentials Game Artificial Intelligence.
Super Baseball Simulator Game Review by, Mark Leich.
Playing Tic Tac Toe with Neural Networks Justin Herbrand CS/ECE/ME 539.
Artificial Intelligence in Game Design Intelligent Decision Making and Decision Trees.
Artificial Intelligence in Game Design Hierarchical Finite State Machines.
GameSalad Fundamentals. Introduction to Game-Authoring System  Objectives  Define game-authoring system.  Understand the components of logic and assets.
Artificial Intelligence in Video Games By: Renaldo Doe Kevin Lam.
CS 4730 Game AI CS 4730 – Computer Game Design Some slides courtesy Tiffany Barnes, NCSU.
Black & White To analyze and critique the AI used Amanda Yaklin.
RED DEAD REVOLVER Artificial Intelligence Critique By Mitchell C. Dodes CIS 588.
Games Programming III (TGP2281) – T1, 2010/2011 Game AI Fundamentals John See 15 November 2010.
Presentation by Doug Wilcox Com 546 – Evolution and Trends in Digital Media – December 6, 2005 Video Games: Pong to Present.
History of Video Games From Pong to Wii. Introduction This presentation will cover the history of video games, from their modest origin to the present,
Video Game Artificial Intelligence April 9, 2007 Alex Rito.
And Just Games etc.. EVOLUTION OF COMPUTER GAMES PongOdyssey Beginning of the use of microprocessors ATARI VCS system bit.
Designing Characters for Computer Games Trends in Character Design June 4, 2002.
A Brief History of Video games Presentation by: Marijana Surla William Anderson ITEC December 4, 2007.
1950’s Games were invented as early as the 1950’s. OXO a graphical version of tic-tac-toe was created in 1952 The player would play against the computer.
December 1, The Beginnings! Video Games started to be developed as early as 1947! First patent was on January 25, The Game was Pong!
Artificial Intelligence in Video Games Jason Fuller 1.
AI and GAMES CSC 8520, Villanova University Spring, 2004 Paula Matuszek & Robin McEntire.
02|Introduction to Game Design Eriq Muhammad Adams J |
Artificial Intelligence in Game Design Problems and Goals.
TECHNOLOGY. Computer games have always been driven by technology. For many years it was advances in graphics that changed the way computer games were.
 Artificial intelligence (AI) is the intelligence of machines and the branch of computer science that aims to create it. AI textbooks define the field.
CO1301: Games Concepts Dr Nick Mitchell (Room CM 226) Material originally prepared by Laurent Noel.
Computer Science and Game Development By: Nicholas Fahey & Griffin Marsh.
Artificial Intelligence
Video Game Design By Cameron. Table of Contents Video Games In History How Games Are Made Famous Designers Mario Sonic Link Ideas for a Designer’s Idea.
Artificial Intelligence in Game Design Behavior Trees.
Starcraft Opponent Modeling CSE 391: Intro to AI Luciano Cheng.
Artificially Intelligent Smart Objects in Modern Computer Games Presentation by: Venetsian T. Jakimov.
AI in Computer Gaming: The first person shooter Tyler Hulburd.
Achieving Believable Psychosocial Behaviour in Non-player Characters in Modern Video Games Christine Bailey, Jiaming You, Gavan Acton, Adam Rankin, and.
Chap. 1 GENERAL WISDOM AI Game Programming Wisdom.
Autonomous Virtual Humans Tyler Streeter April 15, 2004.
I Robot.
Artificial intelligence
Computational theory techniques in interactive video games.
Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology 1 Evolving Reactive NPCs for the Real-Time Simulation Game.
Game Design Digital game-based learning. Need Obsession with playing variety of games Digital game-based learning Student involvement in own learning.
Video Games & Object Oriented Programming. Games.
Artificial Intelligence Research in Video Games By Jacob Schrum
The Effects of Parallel Programming on Gaming Anthony Waterman.
Course Overview  What is AI?  What are the Major Challenges?  What are the Main Techniques?  Where are we failing, and why?  Step back and look at.
A Brief History of AI Fall 2013 COMP3710 Artificial Intelligence Computing Science Thompson Rivers University.
The Game Development Field By: Gabriel Goldstein.
From Use Cases to Implementation 1. Structural and Behavioral Aspects of Collaborations  Two aspects of Collaborations Structural – specifies the static.
Intelligent Control Methods Lecture 2: Artificial Intelligence Slovak University of Technology Faculty of Material Science and Technology in Trnava.
EirplayMedia (c) The Games Industry Eirplay Media ©
COMPUTER SYSTEM FUNDAMENTAL Genetic Computer School INTRODUCTION TO ARTIFICIAL INTELLIGENCE LESSON 11.
From Use Cases to Implementation 1. Mapping Requirements Directly to Design and Code  For many, if not most, of our requirements it is relatively easy.
ICS 699 – Sony PlayStation Game Programming Project -Matthew Sharritt.
The video game madness Dominic Mastrangelo And How It’s History became.
Goal-Oriented Game AI Purpose and Utilizations Research Organized by: Evan Schipellite.
Video game design history Elijah DeCicco and Robert Shepherd.
MORE Genre Specific Physics
Artificial Intelligence and Video Games
Decision Making: Decision Tree & State Machines Session 07
Done Done Course Overview What is AI? What are the Major Challenges?
Enemy and Friendly AIs Richard Gesick.
CSE 476/876 Optional Course Project
Artificial Intelligence In Modern Military Games GameTech 2012
COMP3710 Artificial Intelligence Thompson Rivers University
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Presentation transcript:

Evolution of Artificial Intelligence In Video Games By Brian Bell

What is Artificial Intelligence? The term Artificial Intelligence (AI) was coined by John McCarthy in 1956 As a Noun The Intelligence of Machines. As a Field “The science and engineering of making intelligent machines.”

How does AI apply to games? Game AI is game design, implemented.

Overview Step through the History of Video Games Highlight certain AI techniques and trends Go over some of the pitfalls of modern AI development in the Video Game Industry

Pong One of the First Video Games Manufactured by Atari Released in 1972 Designed for 1 or 2 players. Essentially just table tennis in 2 dimensions.

The AI of Pong There is Logic to how the Computer moves the paddle. The computer predicts where the ball with end up based on a number of factors then moves the paddle to that predicted location. To simulate Human error the computer is designed to skip its adjustment every 8 frames.

Pac-Man Developed by Namco Distributed by Midway (in US) Released: 1980 Single player only Simple maze game

Ghosts Chases Pac-Man Try to get in front of Pac-Man Moves at Random* While the Ghosts appear to move in a random order this is not always the case. As each Ghost has its own Algorithm to control its actions. Chases Pac-Man Try to get in front of Pac-Man Moves at Random*

Super Mario Bros. Developed by Nintendo Released in 1985 Classic example of the Platformer

Scripted AI Enemy units in the game are designed to follow a scripted pattern. Either move back and forth in a given location or attack a player if nearby Became a staple technique for AI design.

Sim City Developed by Maxis Published by Electronic Arts Released in 1989 First in a series of Simulation Games which are often at the forefront of AI technology

A Living World The player is able to manipulate certain aspects of the city. The population of the City acts somewhat autonomously. Furthermore the game will simulate random disasters.

The Sims Developed by Maxis Published by Electronic Arts Released in 2000 A life simulation game in which the player has control over a semi- autonomous people.

Complex characters The Sims characters can be manipulated by the player but will also carry out day to day tasks on their own. Characters also have defined needs and personality traits that dictate how they act in given situations.

Complex Object Interactions Characters are able to interact with an arrangement of objects in the environment due to unique object logic.

Black and White Developed by Lionhead Studios Published by EA games Released in 2001 Simulation game in which you play God.

Black and White Similar to Sim City You had more control over the environment and the people in the game You could also create armies and wage war

AI Learning You could control and train large creatures You could then punish or reward the creatures based on how they complete tasks. Over time the creatures will learn how you wish tasks to be done based on how they are treated.

Combat Oriented Games Simulation games are more advanced Combat Oriented Games are more Popular Evolution of AI in combat games has advanced quite a bit in the past 10 years.

Halo: Combat Evolved Developed by Bungi Published by Microsoft Released in 2001 First person shooter that garnered fame for competently brining the genre to Consoles

Dynamic Enemy AI Enemies reacted in dynamic ways. Different enemies would react differently in different situations. Enemies would work together against the player.

Behavior Trees

Tasks Condition Action Conditional Nodes represent read only functions. These functions are when the AI unit observes some information about its environment Examples: Searching for enemies or nearby cover, determining orientation. Actions Represent actual performed functions. These functions are generally reflected in the graphical representation. Examples: Firing on an enemy, throwing a grenade, reloading, ducking behind cover.

Sequences and Selectors ? 1 2 3 1 2 3 A sequence represents a group of tasks that must be carried out in order for the overall task to complete A selector will ultimately only carry out one task but attempt to run each of its child task until it finds the correct task for the situation.

Behavior Tree ? Investigate Patrol Attack

Behavior Trees: Good and Bad Benefits Costs Allows AI units to act in dynamic ways depending on the situation Allows designers to group different actions together for different situations Allows for enemy differentiation Can be time consuming to generate More complex actions require more complex trees Running through all the possible actions can take a lot of time.

Behavior Trees Bottom Line Are a good way to provide dynamic actions to individual AI Units Generally require a larger AI control structure for proper implementation.

Left 4 Dead Developed and published by Valve Released in 2008 A co-op first person shooter set in a zombie apocalypse.

AI Director The game utilizes an AI director that will change the game based on how well the player(s) are doing. This can make the game more or less difficult for players with different skill levels. This also changes the events of the game between different play sessions.

The Elder Scrolls V: Skyrim Developed and Published by Bethesda Game Studios Released in 2011 Open World RPG set in a fantasy world

Unbalanced AI Non Playable characters (NPCs) and enemies within the game world react dynamically with the player and each other.

Unbalanced AI Enemies are not designed to deal with simple obstacles

Problems With AI in Gaming There are a number of issues that prevent Video Games from being the best area for the evolution of AI Despite the how far AI in games has come over time no game is perfect. There are a number of reasons as to why this is and will always be the case.

Sequels

Release Schedule Time Money The game has to be released at some point and not everything that needs to be addressed can be addressed. Money Games are expensive to make so items are generally prioritized to put the most effort into what is considered most important.

Is it fun? Games are about Entertainment While the AI in a game might be very advanced it might not necessarily be entertaining.

Are Video Games good for AI Development? The Good The Bad AI is essential to Games Games provide a simulated world where programmers can experiment The Game Industry is the largest area where AI is being applied. Time and Money are an issue Innovation might not be that important Entertainment is more important then quality

References Champandard, A. (2008, December 28). Behavior Trees for Next- Gen AI. Retrieved May 2011, from AiGameDev.com: http://aigamedev.com/insider/presentation/behavior-trees/ Champandard, A. J. (2012, February 9). Trends and Highlights in Game AI for 2011. Retrieved May 2012, from aigamedev.com: http://aigamedev.com/insider/discussion/2011-trends-highlights/ History of Game AI. (n.d.). Retrieved May 2012, from AI Game Programers Guild: http://gameai.com Montfort, N., & Bogost, I. (2009). Racing the Beam: The Atari Video Computer System. The MIT Press. Wexler, J. (2002). Artificial Intelligence in Games: A look at the smarts behind Lionhead Studio’s “Black and White” and where it can and will go in the future. Rochester, NY: University of Rochester.