SlideShare a Scribd company logo
SCIENCE AND VIDEOGAMES

PLAYER 1 – ANTONIO M. MORA GARCÍA



       - Press START           -


          ©   GAME-ON   2012
•   Introduction
         videogames market, players taxonomy,
         current game systems. Videogames at the
         University.

•   Videogames applied to science
         videogame system-based science, engineering
         and technology.

•   Science in videogames
         scientific principles of videogames.

•   Researching in videogames
         main research fields in videogames.

•   Examples: Our works
INTRODUCTION
•   Very big growing of videogames market, due to
    their movement to new groups of interest:
    people older than 25 and younger than 10,
    including parents and grandparents, in
    addition to the feminine sector.

•   This growing is mainly due to a change in the
    videogames philosophy, offering more ‘adult’
    contents, or the contrary, easier and child-
    focused, in addition to direct and brief action
    games.

         There is a wide market for science!!!
•   In the current market has arisen the so-called casual gamers:
     sporadic players users of brief and direct action games (arcade, sports, mini-
     games), or the so-called no-games (training games, art games, and so on).

•   The usual players have auto renamed as hardcore gamers.
    They (really) enjoy and profit the games, they are informed, like most types of
     games, and play for long periods (if possible).




               A friendly way to say “Virgin until the age of 37”   More fun if they plug-in the console
•   A sincere feeling:
•   In addition to PC and mobile systems (iOS, Android, etc), there are some
    extended systems:

•   Home consoles



                  Wii                     Xbox 360                      Playstation 3




•   Portable consoles
                                        Nintendo                          Playstation
                                        3DS                               Vita
•   And many more (open-philosphy consoles), not known for most of the people.



                            GP2X Wiz       Caanoo




                           Dingoo            Pandora
•   Another (positive) consequence is the adaptation of the study plans
    for videogames development.


•   In Spain there are arising courses in Grades and Masters



•   Anyway, we are still far from other countries in Europe:
     – Example: Center for Computer Game Research (Copenhagen)
Science and Videogames. Computational intelligence in videogames
SCIENTIFIC
APPLICATIONS
Its (at the beginning) novel controller (Wiimote) has been very famous
   mainly among the scientific and technical community:

   •     Robots control, reactive/touch-detecting screens or surfaces, or
         pattern/subjects recognition, among others.




http://www.youtube.com/watch?v=v1AJ_OBJUpY   http://www.youtube.com/watch?v=TkmxhVtvLoM   http://www.youtube.com/watch?v=0awjPUkBXOU
There is even a project, WiiLab, which has created a Matlab toolbox for
interacting with Wiimote…

                                               …and with Game Maker (an easy
                                                game development framework)




                                                 http://code.google.com/p/giimote/




  http://www.youtube.com/watch?v=EeBAYeoX7-8
•   It was initially used for building
    console-based clusters (super
    computers), due to the powerful
    chip Cell, and the cheap price it
    had.

•   It was possible to use an
    additional Linux O.S. (Yellow
    Dog), very flexible.

•   But later, the console was
    updated for not admitting the
    installation of any additional
    O.S., so Linux was lost forever.
Very famous in the community due to Kinect:

•   Robots control by movement and/or voice, pattern and person
    recognition, among others.




    http://www.youtube.com/watch?v=Sw4RvwhQ73E   http://www.youtube.com/watch?v=c6jZjpvIio4
SCIENCE IN
VIDEOGAMES
Science and Videogames. Computational intelligence in videogames
•   Videogames have always respected physics rules, even a ‘simple’ one
    (in appearance) such as Super Mario Bros. (jumps, trajectories,
    inertia,…).

•   Nowadays the tendency is to develop completely realistic games in
    that sense, by implementing specific engines for physics modeling.




                                         http://www.youtube.com/watch?v=B7_rPDwSKe8
The scientific principles of operation of the first main controller for
a console based in movement (Wiimote) are:




                    http://www.youtube.com/watch?v=ETAKfSkec6A
RESEARCH
IN VIDEOGAMES
•   In addition to visual and physics realism, it is desired to model enemies and
    partners , with an ‘intelligent’ (human) behavior.
•   Thus a big amount of resources have been focused on artificial intelligence.




                                                       Realistic Game
•   AI is the area of computer science devoted to implement
    nonliving rational agents (at least in appearance).

• Inside a videogame, AI is focused on defining behavior
  techniques for non-playable characters (NPCs), commonly
  named bots, which simulate being rational. These characters
  could be enemies or partners.

• It is not a matter of literally showing human behavior, since it
  means the consideration of mistakes.
• In the very beginning, NPCs followed some
  predefined behavior patterns, that the
  programmer implemented at game
  implementation and which were invariable.



•   Reactive AIs proposed NPC’s actions as a
    response to player’s actions.



•   Dedicated AIs set different ‘personalities’
    for NPCs.
• Later there were introduced the finite state machines, which
  define a set of possible states for the NPC, and a set of
  transitions between them. Transitions are based in
  perceptions about the game or about the players.




                                                     By Fergu
•   Other extended methods include rule-based systems and
    decision trees. In both cases, there is a set of rules that the
    NPC will follow, depending on the inputs or perceptions about
    its environment.
•   Nowadays it is usual to mix some of these techniques, thus in most games
    NPCs follow predefined behavioral models (scripts), depending on player’s
    actions.

•   Their advantage is that it is easy to define them, considering programmer’s
    experience and modeling player’s behavior.
•   Their main disadvantage is the low flexibility they have in order to adapt to
    new situations/events.

•   Moreover, NPCs have additional advantages over the human player, such as
    perfect aim (based in exact coordinates), or navigation points (waypoints in
    maps modeling advantageous routes, shortest paths, etc).

•   Just a few ‘scientific techniques’ have been used in commercial games…
•   Traditionally in the scientific area it was called Game Theory, a
    branch of applied mathematics in which there are some rewards
    depending on the chosen decision. It involved simple, but difficult
    to solve, games: Hanoi towers, prisoner’s dilemma, game of life.

•   These games proposed problems to be solved by means of exact
    methods, heuristics or metaheuristics: tree-based search, A*,
    evolutionary algorithms, ant colony optimization,…

•   Moreover, the resolution of traditional games (usually puzzles) has
    also been studied from the ‘ancient times’ in science life: chess,
    backgammon, mastermind, sudoku
•    videogames provide a new environment for solving heterogeneous
    problems.

•   The most famous (and probably the first) problem addressed was AI
    related issues. It still remains as the main (the most studied) problem
    in the area.

•   However, with the advances and improvement of technology,
    videogames have increased their complexity, so new researching lines
    have been arisen:
     – Search in maps, combat prediction, or simulation, to cite a few

•   Nowadays, there are a huge number of research fields inside
    videogames scope, so research studies and publications have grown
    exponentially.
• AI branch which applies metaheuristics and bioinspired
  methods for the resolution of complex problems, usually by
  means of adaptive systems.

• It is necessary to model the game (or a part of it) as an
  optimization, search or learning problem, among others.

• Examples:
   –   Pathfinding
   –   Combat prediction
   –   Automated generation of behavioral rules
   –   Parameter tuning
   –   Objective decision
• The most used metaheuristics are: Genetic Algorithms (GA),
  Ant Colony Optimization (ACO), Monte-Carlo Tree Search
  (MCTS), A*, Genetic Programming (GP), Fuzzy Logic, Neural
  Networks…

• Which are mostly applied over finite state machines (FSM),
  scripts, rule-based systems (RS) or expert system (ES), among
  others.
•   NPC’s AI: try to model AI aspects for enemies
    or partners. It is usual to apply GAs to
    optimize parameters considered in behavioral
    rules.

•   Rule system generation: automated definition
    of behavioral rules sets, which determine the
    way the NPCs act in different situations. It is
    usual to apply GP.

•   Human-like behavior analysis and modeling: the
    objective is to model NPCs which behave as
    human players. Data mining and learning
    techniques are usually employed.
•   Cheating detection: trick detection
    techniques, based on the study of statistics
    about matches.

•   Move and battle prediction: prediction
    methods are trained (using neural networks)
    analyzing data from recorded matches,
    trying to anticipate future movements and
    actions.

•   Learning in games: adaptive agents can be
    created by means of reinforcement learning.
•   Game mechanics and features analysis: game
    components are analyzed and parameterized in
    order to get numeric valuations of the game
    components.

•   Exploration and search in games: search
    algorithms are applied in order to find the best
    paths to objectives in maps, or to explore some
    areas maximizing the covering, for instance.

•   Content, characters, levels and story generation:
    is the so-called procedural content generation,
    and is aimed to generate automatically contents.
    They are valued by the players (interactive
    methods) or by means of mathematical models.
EXAMPLES
i  initial population
                 f  evaluation
                     function (fitness)
                 ?  stop condition
                 Se  selection
                 Cr  crossover
                 Mu  mutation
                 Re  replacement


by Johann Dréo
http://www.youtube.com/watch?v=ejxfTy4lI6I
Unreal is a first person shooter (FPS).




Famous due to the excelent AI of the enemies (bots), which makes it an
amazing multiplayer game. Unreal Tournament series is very well considered.

It offers an editor (UnrealEd) which lets us change almost anything in the game
even the behavior of the bots. It uses the language UnrealScript.
A java middleware for Unreal Tournament series games and
Defcon games.

The architecture is as follows:




It is possible to interact with the game from a java program, getting higher
independence (avoiding Unrealscript restrictions) and increasing the
Possibilities (java libraries).
On the contrary, the structures, classes, functions and workflows defined
in the Unreal engine, cannot be accessed, nor used.
•   Analyze FSM
•   Identify behavioral parameters
•   Optimize them


        Bot based in GA                                           FITNESS EVALUATION
           (GA-Bot)

            population                                 Std
                                                       AI         Std        Std
                                                                  AI         AI




         Evolutionary
           process



             A.M. Mora et al.: Evolving bot AI in Unreal. EVO* 2010. LNCS 6024, Springer, pp. 170–179
•   Analyze FSM
•   Identify parameters devoted to
    team performance
•   Optimize them
     Team of bots
     based on GAs                                                      FITNESS EVALUATION

       (GT-Bot)                                                 Std
                                                                                                      Std
                                                                AI
                                                                                                      AI
                                                                                         Std
                                                                                         AI
       population




                                                                                    vs



    Evolutionary
       Process                                                                      Or

               A.M. Mora et al.: Evolving the cooperative behaviour in unreal bots. IEEE CIG 2010, pp. 241–248
• Define a FSM based in expert’s knowledge:
    – Two state levels, Set of rules
•   Optimize parameters by means of a GA
• Examples of NPCs/Bots/Agents:




http://www.youtube.com/watch?v=EiAWYGNpu9M   http://www.youtube.com/watch?v=0Khtp2tEU1k
A good way to start working:

•   2K BotPrize: Unreal bots which should behave as human as possible.
•   Starcraft: combats inside the famous RTS.
•   Planet Wars: simpler RTS game. Google AI Challenge 2010.
•   ANTS: RTS modeling ant’s fighting. Google AI Challenge 2011.
•   Pac-Man: It can be implemented pac-man’s or ghosts intelligence.
•   Simulated Car Racing: Car races, track generation, mechanical
    optimization.
•   Mario AI: Agent, learning, level generation.

    http://geneura.ugr.es/cig2012/competitions.html
•   Conferences:
     – IEEE CIG
     – CGAMES
     – GAME-ON
     – CGAT
     – Special Sessions:
         LION, IWANN, EVO*, GECCO, WCCI

•   Journals:
     – Transactions on Computational
       Intelligence and AI in Games (IEEE)
     – Entertainment Computing (Springer)
                 …
     –   Anyone which accept your paper
Science and Videogames. Computational intelligence in videogames

More Related Content

PDF
(A09) LabMM3 - JavaScript - Estruturas de repetição
PPTX
Analytics Deep Dive: 4 step framework for sharing actionable insights
PDF
Ciencia y videojuegos
PDF
Evolving Bot AI in Unreal (Poster EVOGames 2010, in EVO* 2010)
PPS
Super Mario (El Personaje y las Mario AI Competitions)
PDF
Evolving the Cooperative Behaviour in Unreal Bots
PDF
Designing and Evolving an Unreal Tournament 2004 Expert Bot
PPS
FSM-Based Agents for Playing Super Mario Game
(A09) LabMM3 - JavaScript - Estruturas de repetição
Analytics Deep Dive: 4 step framework for sharing actionable insights
Ciencia y videojuegos
Evolving Bot AI in Unreal (Poster EVOGames 2010, in EVO* 2010)
Super Mario (El Personaje y las Mario AI Competitions)
Evolving the Cooperative Behaviour in Unreal Bots
Designing and Evolving an Unreal Tournament 2004 Expert Bot
FSM-Based Agents for Playing Super Mario Game

Viewers also liked (14)

PPS
TESIS: "Resolución de Problema Militar de Búsqueda de Camino Óptimo Multiobje...
PPS
Optimización basada en colonias de hormigas. Conceptos principales
PDF
Historia mario
PPTX
Gorillaz presentation
PDF
Super mario world
PPTX
The legend of zelda
PPTX
Mario bros
PPTX
Gorillaz
PPSX
Gorillaz by Camilo
PPT
El mejor video juego del 9a
PDF
From Paddles To Pads: is controller design killing creativity in videogames?
PPT
Ensayo sobre los videojuegos
PPTX
Super Mario Bros Wii
PPTX
Super Mario 63
TESIS: "Resolución de Problema Militar de Búsqueda de Camino Óptimo Multiobje...
Optimización basada en colonias de hormigas. Conceptos principales
Historia mario
Gorillaz presentation
Super mario world
The legend of zelda
Mario bros
Gorillaz
Gorillaz by Camilo
El mejor video juego del 9a
From Paddles To Pads: is controller design killing creativity in videogames?
Ensayo sobre los videojuegos
Super Mario Bros Wii
Super Mario 63
Ad

Similar to Science and Videogames. Computational intelligence in videogames (20)

KEY
Artificial Intelligence in Computer and Video Games
PPTX
Artificial Intelligence in Gaming
PDF
AI For Gaming lecture1 introduction to AI for Gaming.pdf
PDF
Serious Games y Gamification en la Media Dome
KEY
Toward Visualization for Games
PDF
Intro to AI STRIPS Planning & Applications in Video-games Lecture1-Part1
PDF
Game Engine In Scientific Research
PDF
Computational Intelligence in Games Tutorial @GECCO2012
PDF
User Generated AI for Interactive Digital Entertainment 2011
PDF
Know your player - Optimizing the player experience
PPTX
Teaching video game development panel FDG2014
PPTX
A survey on AI in computer games
PDF
Educational Game Design Thesis
PDF
Exploratory Analysis of AI Techniques in Computer Games and Challenges faced ...
PPT
Project on ai gaming
KEY
Game AI 101 - NPCs and Agents and Algorithms... Oh My!
PDF
Artificial Intelligence in Games PlayingGames-2.pdf
PDF
Web Game Development
KEY
SAIG Overview March 2011
PPTX
Green Custard Friday Talk 2: Technology in Games
Artificial Intelligence in Computer and Video Games
Artificial Intelligence in Gaming
AI For Gaming lecture1 introduction to AI for Gaming.pdf
Serious Games y Gamification en la Media Dome
Toward Visualization for Games
Intro to AI STRIPS Planning & Applications in Video-games Lecture1-Part1
Game Engine In Scientific Research
Computational Intelligence in Games Tutorial @GECCO2012
User Generated AI for Interactive Digital Entertainment 2011
Know your player - Optimizing the player experience
Teaching video game development panel FDG2014
A survey on AI in computer games
Educational Game Design Thesis
Exploratory Analysis of AI Techniques in Computer Games and Challenges faced ...
Project on ai gaming
Game AI 101 - NPCs and Agents and Algorithms... Oh My!
Artificial Intelligence in Games PlayingGames-2.pdf
Web Game Development
SAIG Overview March 2011
Green Custard Friday Talk 2: Technology in Games
Ad

More from Antonio Mora (20)

PDF
Study on Genetic Algorithm Approaches to Improve an Autonomous Agent for a Fi...
PDF
Optimización Adaptativa basada en Colonias de Hormigas para la Composición de...
PDF
Adaptive Ant Colony Optimization for Service Function Chaining in a Dynamic 5...
PDF
Research in Videogames. (Much) further than just AI
PDF
GRETIVE: Un Bot Evolutivo para HearthStone basado en Perfiles
PDF
Improving the Performance of MCTS-Based μRTS Agents Through Move Pruning
PDF
Testing hybrid computational intelligence algorithms for general game playing...
PDF
Checking the difficulty of evolutionary-generated maps in a N-Body inspired m...
PDF
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
PDF
Investigación en videojuegos. (mucho) Mas allá de la IA
PDF
Beating uncertainty in racing bot evolution through enhanced exploration and ...
PDF
Inteligencia Computacional en Videojuegos (Meetup GranadAI 2019)
PDF
Free Form Evolution for Angry Birds Level Generation
PDF
Ciencia y Videojuegos (ULP 2019)
PDF
The Evolutionary Race: Improving the Process of Evaluating Car Controllers in...
PDF
Predicción de Quiebra Financiera de Empresas Mediante Equilibrado de Datos y ...
PDF
Driving in TORCS using modular fuzzy controllers - Poster - EvoGAMES 2017
PDF
Sólo puede quedar uno: Evolución de Bots para RTS basada en supervivencia
PDF
Living-UGR: Una aventura gráfica geolocalizada para difundir el patrimonio de...
PDF
Gamification in Teaching - How to motivate students through games
Study on Genetic Algorithm Approaches to Improve an Autonomous Agent for a Fi...
Optimización Adaptativa basada en Colonias de Hormigas para la Composición de...
Adaptive Ant Colony Optimization for Service Function Chaining in a Dynamic 5...
Research in Videogames. (Much) further than just AI
GRETIVE: Un Bot Evolutivo para HearthStone basado en Perfiles
Improving the Performance of MCTS-Based μRTS Agents Through Move Pruning
Testing hybrid computational intelligence algorithms for general game playing...
Checking the difficulty of evolutionary-generated maps in a N-Body inspired m...
Applying Ant Colony Optimization for Service Function Chaining in a 5G Networ...
Investigación en videojuegos. (mucho) Mas allá de la IA
Beating uncertainty in racing bot evolution through enhanced exploration and ...
Inteligencia Computacional en Videojuegos (Meetup GranadAI 2019)
Free Form Evolution for Angry Birds Level Generation
Ciencia y Videojuegos (ULP 2019)
The Evolutionary Race: Improving the Process of Evaluating Car Controllers in...
Predicción de Quiebra Financiera de Empresas Mediante Equilibrado de Datos y ...
Driving in TORCS using modular fuzzy controllers - Poster - EvoGAMES 2017
Sólo puede quedar uno: Evolución de Bots para RTS basada en supervivencia
Living-UGR: Una aventura gráfica geolocalizada para difundir el patrimonio de...
Gamification in Teaching - How to motivate students through games

Recently uploaded (20)

PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
master seminar digital applications in india
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Yogi Goddess Pres Conference Studio Updates
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Classroom Observation Tools for Teachers
PPTX
Lesson notes of climatology university.
PDF
RMMM.pdf make it easy to upload and study
PDF
Computing-Curriculum for Schools in Ghana
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Cell Types and Its function , kingdom of life
Microbial disease of the cardiovascular and lymphatic systems
Module 4: Burden of Disease Tutorial Slides S2 2025
master seminar digital applications in india
Final Presentation General Medicine 03-08-2024.pptx
Yogi Goddess Pres Conference Studio Updates
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Classroom Observation Tools for Teachers
Lesson notes of climatology university.
RMMM.pdf make it easy to upload and study
Computing-Curriculum for Schools in Ghana
Weekly quiz Compilation Jan -July 25.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
LDMMIA Reiki Yoga Finals Review Spring Summer
Microbial diseases, their pathogenesis and prophylaxis
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Orientation - ARALprogram of Deped to the Parents.pptx
What if we spent less time fighting change, and more time building what’s rig...
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Cell Types and Its function , kingdom of life

Science and Videogames. Computational intelligence in videogames

  • 1. SCIENCE AND VIDEOGAMES PLAYER 1 – ANTONIO M. MORA GARCÍA - Press START - © GAME-ON 2012
  • 2. Introduction videogames market, players taxonomy, current game systems. Videogames at the University. • Videogames applied to science videogame system-based science, engineering and technology. • Science in videogames scientific principles of videogames. • Researching in videogames main research fields in videogames. • Examples: Our works
  • 4. Very big growing of videogames market, due to their movement to new groups of interest: people older than 25 and younger than 10, including parents and grandparents, in addition to the feminine sector. • This growing is mainly due to a change in the videogames philosophy, offering more ‘adult’ contents, or the contrary, easier and child- focused, in addition to direct and brief action games. There is a wide market for science!!!
  • 5. In the current market has arisen the so-called casual gamers: sporadic players users of brief and direct action games (arcade, sports, mini- games), or the so-called no-games (training games, art games, and so on). • The usual players have auto renamed as hardcore gamers. They (really) enjoy and profit the games, they are informed, like most types of games, and play for long periods (if possible). A friendly way to say “Virgin until the age of 37” More fun if they plug-in the console
  • 6. A sincere feeling:
  • 7. In addition to PC and mobile systems (iOS, Android, etc), there are some extended systems: • Home consoles Wii Xbox 360 Playstation 3 • Portable consoles Nintendo Playstation 3DS Vita
  • 8. And many more (open-philosphy consoles), not known for most of the people. GP2X Wiz Caanoo Dingoo Pandora
  • 9. Another (positive) consequence is the adaptation of the study plans for videogames development. • In Spain there are arising courses in Grades and Masters • Anyway, we are still far from other countries in Europe: – Example: Center for Computer Game Research (Copenhagen)
  • 12. Its (at the beginning) novel controller (Wiimote) has been very famous mainly among the scientific and technical community: • Robots control, reactive/touch-detecting screens or surfaces, or pattern/subjects recognition, among others. http://www.youtube.com/watch?v=v1AJ_OBJUpY http://www.youtube.com/watch?v=TkmxhVtvLoM http://www.youtube.com/watch?v=0awjPUkBXOU
  • 13. There is even a project, WiiLab, which has created a Matlab toolbox for interacting with Wiimote… …and with Game Maker (an easy game development framework) http://code.google.com/p/giimote/ http://www.youtube.com/watch?v=EeBAYeoX7-8
  • 14. It was initially used for building console-based clusters (super computers), due to the powerful chip Cell, and the cheap price it had. • It was possible to use an additional Linux O.S. (Yellow Dog), very flexible. • But later, the console was updated for not admitting the installation of any additional O.S., so Linux was lost forever.
  • 15. Very famous in the community due to Kinect: • Robots control by movement and/or voice, pattern and person recognition, among others. http://www.youtube.com/watch?v=Sw4RvwhQ73E http://www.youtube.com/watch?v=c6jZjpvIio4
  • 18. Videogames have always respected physics rules, even a ‘simple’ one (in appearance) such as Super Mario Bros. (jumps, trajectories, inertia,…). • Nowadays the tendency is to develop completely realistic games in that sense, by implementing specific engines for physics modeling. http://www.youtube.com/watch?v=B7_rPDwSKe8
  • 19. The scientific principles of operation of the first main controller for a console based in movement (Wiimote) are: http://www.youtube.com/watch?v=ETAKfSkec6A
  • 21. In addition to visual and physics realism, it is desired to model enemies and partners , with an ‘intelligent’ (human) behavior. • Thus a big amount of resources have been focused on artificial intelligence. Realistic Game
  • 22. AI is the area of computer science devoted to implement nonliving rational agents (at least in appearance). • Inside a videogame, AI is focused on defining behavior techniques for non-playable characters (NPCs), commonly named bots, which simulate being rational. These characters could be enemies or partners. • It is not a matter of literally showing human behavior, since it means the consideration of mistakes.
  • 23. • In the very beginning, NPCs followed some predefined behavior patterns, that the programmer implemented at game implementation and which were invariable. • Reactive AIs proposed NPC’s actions as a response to player’s actions. • Dedicated AIs set different ‘personalities’ for NPCs.
  • 24. • Later there were introduced the finite state machines, which define a set of possible states for the NPC, and a set of transitions between them. Transitions are based in perceptions about the game or about the players. By Fergu
  • 25. Other extended methods include rule-based systems and decision trees. In both cases, there is a set of rules that the NPC will follow, depending on the inputs or perceptions about its environment.
  • 26. Nowadays it is usual to mix some of these techniques, thus in most games NPCs follow predefined behavioral models (scripts), depending on player’s actions. • Their advantage is that it is easy to define them, considering programmer’s experience and modeling player’s behavior. • Their main disadvantage is the low flexibility they have in order to adapt to new situations/events. • Moreover, NPCs have additional advantages over the human player, such as perfect aim (based in exact coordinates), or navigation points (waypoints in maps modeling advantageous routes, shortest paths, etc). • Just a few ‘scientific techniques’ have been used in commercial games…
  • 27. Traditionally in the scientific area it was called Game Theory, a branch of applied mathematics in which there are some rewards depending on the chosen decision. It involved simple, but difficult to solve, games: Hanoi towers, prisoner’s dilemma, game of life. • These games proposed problems to be solved by means of exact methods, heuristics or metaheuristics: tree-based search, A*, evolutionary algorithms, ant colony optimization,… • Moreover, the resolution of traditional games (usually puzzles) has also been studied from the ‘ancient times’ in science life: chess, backgammon, mastermind, sudoku
  • 28. videogames provide a new environment for solving heterogeneous problems. • The most famous (and probably the first) problem addressed was AI related issues. It still remains as the main (the most studied) problem in the area. • However, with the advances and improvement of technology, videogames have increased their complexity, so new researching lines have been arisen: – Search in maps, combat prediction, or simulation, to cite a few • Nowadays, there are a huge number of research fields inside videogames scope, so research studies and publications have grown exponentially.
  • 29. • AI branch which applies metaheuristics and bioinspired methods for the resolution of complex problems, usually by means of adaptive systems. • It is necessary to model the game (or a part of it) as an optimization, search or learning problem, among others. • Examples: – Pathfinding – Combat prediction – Automated generation of behavioral rules – Parameter tuning – Objective decision
  • 30. • The most used metaheuristics are: Genetic Algorithms (GA), Ant Colony Optimization (ACO), Monte-Carlo Tree Search (MCTS), A*, Genetic Programming (GP), Fuzzy Logic, Neural Networks… • Which are mostly applied over finite state machines (FSM), scripts, rule-based systems (RS) or expert system (ES), among others.
  • 31. NPC’s AI: try to model AI aspects for enemies or partners. It is usual to apply GAs to optimize parameters considered in behavioral rules. • Rule system generation: automated definition of behavioral rules sets, which determine the way the NPCs act in different situations. It is usual to apply GP. • Human-like behavior analysis and modeling: the objective is to model NPCs which behave as human players. Data mining and learning techniques are usually employed.
  • 32. Cheating detection: trick detection techniques, based on the study of statistics about matches. • Move and battle prediction: prediction methods are trained (using neural networks) analyzing data from recorded matches, trying to anticipate future movements and actions. • Learning in games: adaptive agents can be created by means of reinforcement learning.
  • 33. Game mechanics and features analysis: game components are analyzed and parameterized in order to get numeric valuations of the game components. • Exploration and search in games: search algorithms are applied in order to find the best paths to objectives in maps, or to explore some areas maximizing the covering, for instance. • Content, characters, levels and story generation: is the so-called procedural content generation, and is aimed to generate automatically contents. They are valued by the players (interactive methods) or by means of mathematical models.
  • 35. i  initial population f  evaluation function (fitness) ?  stop condition Se  selection Cr  crossover Mu  mutation Re  replacement by Johann Dréo
  • 37. Unreal is a first person shooter (FPS). Famous due to the excelent AI of the enemies (bots), which makes it an amazing multiplayer game. Unreal Tournament series is very well considered. It offers an editor (UnrealEd) which lets us change almost anything in the game even the behavior of the bots. It uses the language UnrealScript.
  • 38. A java middleware for Unreal Tournament series games and Defcon games. The architecture is as follows: It is possible to interact with the game from a java program, getting higher independence (avoiding Unrealscript restrictions) and increasing the Possibilities (java libraries). On the contrary, the structures, classes, functions and workflows defined in the Unreal engine, cannot be accessed, nor used.
  • 39. Analyze FSM • Identify behavioral parameters • Optimize them Bot based in GA FITNESS EVALUATION (GA-Bot) population Std AI Std Std AI AI Evolutionary process A.M. Mora et al.: Evolving bot AI in Unreal. EVO* 2010. LNCS 6024, Springer, pp. 170–179
  • 40. Analyze FSM • Identify parameters devoted to team performance • Optimize them Team of bots based on GAs FITNESS EVALUATION (GT-Bot) Std Std AI AI Std AI population vs Evolutionary Process Or A.M. Mora et al.: Evolving the cooperative behaviour in unreal bots. IEEE CIG 2010, pp. 241–248
  • 41. • Define a FSM based in expert’s knowledge: – Two state levels, Set of rules • Optimize parameters by means of a GA
  • 42. • Examples of NPCs/Bots/Agents: http://www.youtube.com/watch?v=EiAWYGNpu9M http://www.youtube.com/watch?v=0Khtp2tEU1k
  • 43. A good way to start working: • 2K BotPrize: Unreal bots which should behave as human as possible. • Starcraft: combats inside the famous RTS. • Planet Wars: simpler RTS game. Google AI Challenge 2010. • ANTS: RTS modeling ant’s fighting. Google AI Challenge 2011. • Pac-Man: It can be implemented pac-man’s or ghosts intelligence. • Simulated Car Racing: Car races, track generation, mechanical optimization. • Mario AI: Agent, learning, level generation. http://geneura.ugr.es/cig2012/competitions.html
  • 44. Conferences: – IEEE CIG – CGAMES – GAME-ON – CGAT – Special Sessions: LION, IWANN, EVO*, GECCO, WCCI • Journals: – Transactions on Computational Intelligence and AI in Games (IEEE) – Entertainment Computing (Springer) … – Anyone which accept your paper