Embracing Emergent Behavior with Goal-Based AI - PowerPoint PPT Presentation

About This Presentation
Title:

Embracing Emergent Behavior with Goal-Based AI

Description:

Title: Path Planning Author: Kevin Dill Last modified by: Robert W. Lindeman Created Date: 3/12/2006 8:49:40 PM Document presentation format: On-screen Show – PowerPoint PPT presentation

Number of Views:78
Avg rating:3.0/5.0
Slides: 20
Provided by: kevind84
Learn more at: http://www.imgd.wpi.edu
Category:

less

Transcript and Presenter's Notes

Title: Embracing Emergent Behavior with Goal-Based AI


1
Embracing Emergent Behavior with Goal-Based AI
  • Kevin Dill
  • kad_at_bluefang.com

2
Blue Fang Games
  • To create compelling, emotionally engaging
    games, focused on the animal kingdom, that set
    the benchmark for broad-based family
    entertainment.

3
(No Transcript)
4
The Plan
  • Motivation
  • Kohan 2 Demo
  • Common AI Techniques
  • Goal-based AI
  • Boxy-dog Demo
  • Questions

5
The Plan
  • What I Want
  • Cunning Opponents
  • Responsive Allies
  • Replayability
  • Organic Credibility
  • Emotional Appeal
  • Compelling Performances
  • Or, more generally
  • Situational Awareness
  • Emergent Behavior

6
Motivation, cont.
  • Declarative AI (vs. Procedural AI)
  • Wikipedia A program is declarative if it
    describes what something is like, rather than how
    to create it.
  • Developers role not to tell the AI what to do,
    but to tell the AI how to decide for itself.

7
(No Transcript)
8
Techniques Scripted AI
  • AI Follows a script, much like a movie
  • Script specifies exactly what will happen, when
    it will happen, where it will happen
  • Advantages
  • Gives designers explicit control
  • Easy to write
  • Easy to balance
  • Disadvantages
  • Repetitive and predictable

9
Techniques State Machines
  • A state is defined for every high-level action
    the AI can take
  • Transitions are defined to move from one state to
    another state
  • Each state has custom code to control the
    character while in that state

10
First Person Shooter Example
Get Ammo
Search For Enemy
Got Ammo
Got Health
EnemyFound
EnemyLost
Get Health
Attack
Got Away,Low on Health
Got Away,Low on Ammo
Low on Ammo
Low on Health
Run Away
11
Techniques State Machines
  • Advantages
  • Easy to conceptualize
  • Easy to implement
  • Middleware tools exist
  • Disadvantages
  • Complexity scales poorly as AI grows
  • Rampant duplication of code
  • Can only do one thing at a time

12
Techniques Goal Based AI
  • A goal is defined for every high-level action
    that the AI can take
  • Each goal is assigned a priority
  • Base priority (evaluate current situation)
  • Allocate resources
  • Optimize resources and calculate final priority
  • Highest priority goal(s) are executed

13
Goal Types
  • Some common RTS goals
  • Attack Construct Building
  • Defend Repair Building
  • Explore Upgrade Building
  • Recruit Unit Sell Building
  • Recover Health Give Resources To Ally
  • Research

14
Techniques Goal Based AI
  • Advantages
  • Flexible and powerful
  • Complexity scales fairly well as AI grows
  • Can execute more than one goal at a time
  • Emergent behavior
  • Disadvantages
  • Priority calculations (Bucket of Floats)
  • Emergent behavior

15
Goal Selection Basics
  • WWHD (What Would a Human Do?)
  • Write down a list of the factors you would
    consider if you were playing the game
  • Some common tricks
  • Bonuses Repeat Penalties
  • Multipliers One-Time Bonuses
  • Exponents Actor Categories
  • Fuzzy Factors Templates

16
Example Attack Goal
  • Base priority
  • Actor value for the most desirable building or
    unit in the area (taking into account enemys
    economy if appropriate)
  • Travel Distance
  • Intervening targets (attack goals only)

17
Attack Goal, cont.
  • Priority Curve
  • Target CV ratio
  • Min CV to assign
  • Low CV exponent
  • Max advantage
  • Max multiplier
  • Other considerations
  • Combined arms
  • Wall strength
  • Adjusting builder CV

CV Combat Value
18
Loose Ends
  • Goal Commitment
  • IF you cant afford something now
  • BUT you will be able to soon
  • THEN dont perform lower priority goals that use
    the same resource
  • Goal Inertia
  • Bonus to keep doing what youre doing
  • Locked Goals
  • Disable all other goals until current goal is
    complete

19
Jack the Terrier
Write a Comment
User Comments (0)
About PowerShow.com