CSCE 552 Spring 2009 Inverse Kinematics and AI By Jijun Tang.

Slides:



Advertisements
Similar presentations
Heuristic Search techniques
Advertisements

Presentation on Artificial Intelligence
7.1. O SCARS & A RTIFICIAL I NTELLIGENCE Interim awards and introduction to game AI.
8.3. A GENT AND D ECISION M AKING AI Agent driven AI and associated decision making techniques.
LOCOMOTION IN INTERACTIVE ENVIRONMENTS Navjot Garg.
CSE 380 – Computer Game Programming Pathfinding AI
Animation Following “Advanced Animation and Rendering Techniques” (chapter 15+16) By Agata Przybyszewska.
1 Artificial Intelligence in Games Class 6 Steve Rabin
Artificial Intelligence in Game Design Intelligent Decision Making and Decision Trees.
Artificial Intelligence in Game Design Introduction to Learning.
Character Setup Character Setup is the process of creating handles and controls for anything that a character animator will need to adjust in order to.
1Notes  Handing assignment 0 back (at the front of the room)  Read the newsgroup!  Planning to put 16mm films on the web soon (possibly tomorrow)
CS 4730 Game AI CS 4730 – Computer Game Design Some slides courtesy Tiffany Barnes, NCSU.
Understand the football simulation source code. Understand the football simulation source code. Learn all the technical specifications of the system components.
RED DEAD REVOLVER Artificial Intelligence Critique By Mitchell C. Dodes CIS 588.
UNC Chapel Hill M. C. Lin Reading Assignments Principles of Traditional Animation Applied to 3D Computer Animation, by J. Lasseter, Proc. of ACM SIGGRAPH.
Character Animation CSE 191A: Seminar on Video Game Programming Lecture 5: Character Animation UCSD, Spring, 2003 Instructor: Steve Rotenberg.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 7: Expert Systems and Artificial Intelligence Decision Support.
CS274 Spring 01 Lecture 5 Copyright © Mark Meyer Lecture V Higher Level Motion Control CS274: Computer Animation and Simulation.
Animation. Outline  Key frame animation  Hierarchical animation  Inverse kinematics.
CSCE 590E Spring 2007 AI By Jijun Tang. Announcements April 16 th /18 th : demos  Show progress/difficulties/change of plans  USC Times will have reporters.
1cs426-winter-2008 Notes  SIGGRAPH crunch time - my apologies :-)
CSE 473 Dr. Charles B. Owen Fundamentals of 3D Game Development1 Skeletons and Skinning Bones and Skeletons Mesh Skinning.
Sepandar Sepehr McMaster University November 2008
Chapter 5.2 Character Animation. CS Overview Fundamental Concepts Animation Storage Playing Animations Blending Animations Motion Extraction Mesh.
Computer Animation Rick Parent Computer Animation Algorithms and Techniques Kinematic Linkages.
Artificial Intelligence in Game Design Problems and Goals.
Survey of AI for games. AI vs. AI for games Traditional AI: – Made to handle unseen inputs, large state space – Too many options possible to compute an.
Simulation and Animation
Computer Graphics 2 In the name of God. Outline Introduction Animation The most important senior groups Animation techniques Summary Walking, running,…examples.
CSCE 552 Spring 2010 AI II By Jijun Tang. Announcements Second presentation: April 5 th  In class  Each group 12 minutes What to show:  Detailed designs.
Artificial Intelligence Techniques Artificial Stupidity?
1 Game AI Finite State Machine. Finite State Machine (FSM) is the most commonly used Game AI technology Finite State Machine (FSM) is the most commonly.
SE: CHAPTER 7 Writing The Program
IMGD 1001: Programming Practices; Artificial Intelligence.
Motion Planning in Games Mark Overmars Utrecht University.
CS-378: Game Technology Lecture #13: Animation Prof. Okan Arikan University of Texas, Austin Thanks to James O’Brien, Steve Chenney, Zoran Popovic, Jessica.
CSCE 552 Fall 2012 Inverse Kinematics & AI By Jijun Tang.
Artificial Intelligence in Game Design Complex Steering Behaviors and Combining Behaviors.
CSCE 552 Spring 2011 Inverse Kinematics & AI By Jijun Tang.
Artificial Intelligence for Games Finite State Machines
1-1 Software Development Objectives: Discuss the goals of software development Identify various aspects of software quality Examine two development life.
6.5 Implementing a State Machine Language. State Machine in game AI The most used software pattern Simple to program Easy to comprehend Easy to debug.
1cs426-winter-2008 Notes  Will add references to splines on web page.
1 CO Games Development 1 Week 13 - Revision Lecture AI Revision Gareth Bellaby.
Artificial Intelligence in Games
Chapter 5.3 Artificial Intelligence: Agents, Architecture, and Techniques.
Dr Nick Mitchell (Room CM 224)
Finite State Machines (FSM) OR Finite State Automation (FSA) - are models of the behaviors of a system or a complex object, with a limited number of defined.
Artificial Intelligence in Game Design Lecture 8: Complex Steering Behaviors and Combining Behaviors.
1 CO Games Development 1 Week 3 Game Agents 2 Gareth Bellaby.
1 Game AI Finite State Machine. 2 Finite State Machine (FSM) is the Most Commonly used Game AI Technology Today Finite State Machine (FSM) is the Most.
Designing Intelligence Logical and Artificial Intelligence in Games Lecture 2.
Animation Animation is about bringing things to life Technically: –Generate a sequence of images that, when played one after the other, make things move.
Finite State Machines Logical and Artificial Intelligence in Games Lecture 3a.
CGDD 4003 Character Animation. The Skeletal Hierarchy (aka the “rig”) Based on the concept of bones Each bone has exactly one parent Each bone has a transform.
Maestro AI Vision and Design Overview Definitions Maestro: A naïve Sensorimotor Engine prototype. Sensorimotor Engine: Combining sensory and motor functions.
Victoria Ibarra Mat:  Generally, Computer hardware is divided into four main functional areas. These are:  Input devices Input devices  Output.
The Game Development Process: Artificial Intelligence.
Fundamentals of Computer Animation
Character Animation Forward and Inverse Kinematics
Computer Animation cgvr.korea.ac.kr.
Artificial Intelligence: Agents, Architecture, and Techniques
CIS 488/588 Bruce R. Maxim UM-Dearborn
Skeletons and Skinning
CIS 488/588 Bruce R. Maxim UM-Dearborn
Inverse Kinematics & AI
UMBC Graphics for Games
Synthesis of Motion from Simple Animations
IMGD 1001: Programming Practices; Artificial Intelligence
Presentation transcript:

CSCE 552 Spring 2009 Inverse Kinematics and AI By Jijun Tang

Inverse Kinematics FK & IK Single Bone IK Multi-Bone IK Cyclic Coordinate Descent Two-Bone IK IK by Interpolation

FK & IK Most animation is “forward kinematics”  Motion moves down skeletal hierarchy But there are feedback mechanisms  Eyes track a fixed object while body moves  Foot stays still on ground while walking  Hand picks up cup from table This is “inverse kinematics”  Motion moves back up skeletal hierarchy

Example of Inverse Kinematics

Single Bone IK Orient a bone in given direction  Eyeballs  Cameras Find desired aim vector Find current aim vector Find rotation from one to the other  Cross-product gives axis  Dot-product gives angle Transform object by that rotation

Multi-Bone IK One bone must get to a target position  Bone is called the “end effector” Can move some or all of its parents May be told which it should move first  Move elbow before moving shoulders May be given joint constraints  Cannot bend elbow backwards

Cyclic Coordinate Descent Simple type of multi-bone IK Iterative: Can be slow May not find best solution: May not find any solution in complex cases But it is simple and versatile: No precalculation or preprocessing needed

Procedures Start at end effector Go up skeleton to next joint Move (usually rotate) joint to minimize distance between end effector and target Continue up skeleton one joint at a time If at root bone, start at end effector again Stop when end effector is “close enough” Or hit iteration count limit

Properties May take a lot of iterations Especially when joints are nearly straight and solution needs them bent  e.g. a walking leg bending to go up a step  50 iterations is not uncommon! May not find the “right” answer  Knee can try to bend in strange directions

Two-Bone IK Direct method, not iterative Always finds correct solution  If one exists Allows simple constraints  Knees, elbows Restricted to two rigid bones with a rotation joint between them  Knees, elbows! Can be used in a cyclic coordinate descent

Two-Bone IK Constraints Three joints must stay in user-specified plane: e.g. knee may not move sideways Reduces 3D problem to a 2D one Both bones must remain original length Therefore, middle joint is at intersection of two circles Pick nearest solution to current pose, or one solution is disallowed: Knees or elbows cannot bend backwards

Example Allowed elbow position Shoulder Wrist Disallowed elbow position

IK by Interpolation Animator supplies multiple poses Each pose has a reference direction  e.g. direction of aim of gun Game has a direction to aim in Blend poses together to achieve it Source poses can be realistic  As long as interpolation makes sense  Result looks far better than algorithmic IK with simple joint limits

Example One has poses for look ahead, look downward (60 。 ), look right, look down and right Now to aim 54 。 right and 15 。 downward, thus 60% (54/90) on the horizontal scale, 25% (15/60) on the downward scale  Look ahead (1-0.25)(1-0.6)=0.3  Look downward 0.25(1-0.6)=0.1  Look right (1-0.25) 0.6=0.45  Look down and right (0.25)(0.6)=0.15

IK by Interpolation results Result aim point is inexact  Blending two poses on complex skeletons does not give linear blend result  But may be good enough from the game perspective Can iterate towards correct aim

Attachments e.g. character holding a gun Gun is a separate mesh Attachment is a bone in character’s skeleton  Represents root bone of gun Animate character Transform attachment bone to world space Move gun mesh to that pos+orn

Attachments (2) e.g. person is hanging off bridge Attachment point is a bone in hand  As with the gun example But here the person moves, not the bridge Find delta from root bone to attachment bone Find world transform of grip point on bridge Multiply by inverse of delta  Finds position of root to keep hand gripping

Artificial Intelligence: Agents, Architecture, and Techniques

Artificial Intelligence Intelligence embodied in a man-made device Human level AI still unobtainable The difficulty is comprehension

Game Artificial Intelligence: What is considered Game AI? Is it any NPC (non-player character) behavior?  A single “ if ” statement?  Scripted behavior? Pathfinding? Animation selection? Automatically generated environment?

Possible Game AI Definition Inclusive view of game AI: “ Game AI is anything that contributes to the perceived intelligence of an entity, regardless of what ’ s under the hood. ”

Goals of an AI Game Programmer Different than academic or defense industry 1. AI must be intelligent, yet purposely flawed 2. AI must have no unintended weaknesses 3. AI must perform within the constraints 4. AI must be configurable by game designers or players 5. AI must not keep the game from shipping

Specialization of Game AI Developer No one-size fits all solution to game AI  Results in dramatic specialization Strategy Games  Battlefield analysis  Long term planning and strategy First-Person Shooter Games  One-on-one tactical analysis  Intelligent movement at footstep level Real-Time Strategy games the most demanding, with as many as three full-time AI game programmers

Game Agents May act as an  Opponent  Ally  Neutral character Continually loops through the Sense-Think-Act cycle  Optional learning or remembering step

Sense-Think-Act Cycle: Sensing Agent can have access to perfect information of the game world  May be expensive/difficult to tease out useful info  Players cannot Game World Information  Complete terrain layout  Location and state of every game object  Location and state of player But isn ’ t this cheating???

Sensing: Enforcing Limitations Human limitations? Limitations such as  Not knowing about unexplored areas  Not seeing through walls  Not knowing location or state of player Can only know about things seen, heard, or told about Must create a sensing model

Sensing: Human Vision Model for Agents Get a list of all objects or agents; for each: 1. Is it within the viewing distance of the agent? How far can the agent see? What does the code look like? 2. Is it within the viewing angle of the agent? What is the agent ’ s viewing angle? What does the code look like? 3. Is it unobscured by the environment? Most expensive test, so it is purposely last What does the code look like?

Sensing: Vision Model Isn ’ t vision more than just detecting the existence of objects? What about recognizing interesting terrain features?  What would be interesting to an agent?  How to interpret it?

Sensing: Human Hearing Model Humans can hear sounds Human can recognize sounds and knows what emits each sound Human can sense volume and indicates distance of sound Human can sense pitch and location  Sounds muffled through walls have more bass  Where sound is coming from

Sensing: Modeling Hearing How do you model hearing efficiently?  Do you model how sounds reflect off every surface?  How should an agent know about sounds?

Sensing: Modeling Hearing Efficiently Event-based approach  When sound is emitted, it alerts interested agents  Observer pattern Use distance and zones to determine how far sound can travel

Sensing: Communication Agents might talk amongst themselves!  Guards might alert other guards  Agents witness player location and spread the word Model sensed knowledge through communication  Event-driven when agents within vicinity of each other

Sensing: Reaction Times Agents shouldn ’ t see, hear, communicate instantaneously Players notice! Build in artificial reaction times  Vision: ¼ to ½ second  Hearing: ¼ to ½ second  Communication: > 2 seconds

Sense-Think-Act Cycle: Thinking Sensed information gathered Must process sensed information Two primary methods  Process using pre-coded expert knowledge  Use search to find an optimal solution

Thinking: Expert Knowledge Many different systems  Finite-state machines  Production systems  Decision trees  Logical inference Encoding expert knowledge is appealing because it ’ s relatively easy  Can ask just the right questions  As simple as if-then statements Problems with expert knowledge: not very scalable

Finite-state machine (FSM)

Production systems Consists primarily of a set of rules about behavior Productions consist of two parts: a sensory precondition (or "IF" statement) and an action (or "THEN") A production system also contains a database about current state and knowledge, as well as a rule interpreter

Decision trees

Logical inference Process of derive a conclusion solely based on what one already knows Prolog (programming in logic) mortal(X) :- man(X). man(socrates). ?- mortal(socrates). Yes

Thinking: Search Employs search algorithm to find an optimal or near-optimal solution  Branch-and-bound  Depth-first  Breadth-first A* pathfinding common use of search  Kind of mixed

Depth and breadth-first

Thinking: Machine Learning If imparting expert knowledge and search are both not reasonable/possible, then machine learning might work Examples:  Reinforcement learning  Neural networks  Decision tree learning Not often used by game developers  Why?

Thinking: Flip-Flopping Decisions Must prevent flip-flopping of decisions Reaction times might help keep it from happening every frame Must make a decision and stick with it  Until situation changes enough  Until enough time has passed

Sense-Think-Act Cycle: Acting Sensing and thinking steps invisible to player Acting is how player witnesses intelligence Numerous agent actions, for example:  Change locations  Pick up object  Play animation  Play sound effect  Converse with player  Fire weapon

Acting: Showing Intelligence Adeptness and subtlety of actions impact perceived level of intelligence Enormous burden on asset generation Agent can only express intelligence in terms of vocabulary of actions Current games have huge sets of animations/assets  Must use scalable solutions to make selections

Extra Step in Cycle: Learning and Remembering Optional 4 th step Not necessary in many games  Agents don ’ t live long enough  Game design might not desire it

Learning Remembering outcomes and generalizing to future situations Simplest approach: gather statistics  If 80% of time player attacks from left  Then expect this likely event Adapts to player behavior

Remembering Remember hard facts  Observed states, objects, or players  Easy for computer Memories should fade  Helps keep memory requirements lower  Simulates poor, imprecise, selective human memory For example  Where was the player last seen?  What weapon did the player have?  Where did I last see a health pack?

Remembering within the World All memory doesn ’ t need to be stored in the agent – can be stored in the world For example:  Agents get slaughtered in a certain area  Area might begin to “ smell of death ”  Agent ’ s path planning will avoid the area  Simulates group memory

Making Agents Stupid Sometimes very easy to trounce player  Make agents faster, stronger, more accurate  Challenging but sense of cheating may frustrate the player Sometimes necessary to dumb down agents, for example:  Make shooting less accurate  Make longer reaction times  Engage player only one at a time  Change locations to make self more vulnerable

Agent Cheating Players don ’ t like agent cheating  When agent given unfair advantage in speed, strength, or knowledge  People notices it Sometimes necessary  For highest difficultly levels  For CPU computation reasons  For development time reasons Don ’ t let the player catch you cheating!  Consider letting the player know upfront  No one wants to fight a stupid enemy, trade-off

Finite-State Machine (FSM) Abstract model of computation Formally:  Set of states  A starting state  An input vocabulary  A transition function that maps inputs and the current state to a next state

FSM

In Game Development Deviate from formal definition 1. States define behaviors (containing code) Wander, Attack, Flee 2. Transition function divided among states Keeps relation clear 3. Blur between Moore (within state) and Mealy machines (transitions) 4. Leverage randomness 5. Extra state information, for example, health

Moore and Mealy

Good and Bad Most common game AI software pattern  Natural correspondence between states and behaviors  Easy to diagram  Easy to program  Easy to debug  Completely general to any problem Problems  Explosion of states  Often created with ad hoc structure

Finite-State Machine: UML Diagram

Approaches Three approaches  Hardcoded (switch statement)  Scripted  Hybrid Approach

Hardcoded FSM void RunLogic( int * state ) { switch( state ) { case 0: //Wander Wander(); if( SeeEnemy() ) { *state = 1; } break; case 1: //Attack Attack(); if( LowOnHealth() ) { *state = 2; } if( NoEnemy() ) { *state = 0; } break; case 2: //Flee Flee(); if( NoEnemy() ) { *state = 0; } break; }

Problems with switch FSM 1. Code is ad hoc  Language doesn ’ t enforce structure 2. Transitions result from polling  Inefficient – event-driven sometimes better 3. Can ’ t determine 1 st time state is entered 4. Can ’ t be edited or specified by game designers or players

Scripted with alternative language AgentFSM { State( STATE_Wander ) OnUpdate Execute( Wander ) if( SeeEnemy ) SetState( STATE_Attack ) OnEvent( AttackedByEnemy ) SetState( Attack ) State( STATE_Attack ) OnEnter Execute( PrepareWeapon ) OnUpdate Execute( Attack ) if( LowOnHealth ) SetState( STATE_Flee ) if( NoEnemy ) SetState( STATE_Wander ) OnExit Execute( StoreWeapon ) State( STATE_Flee ) OnUpdate Execute( Flee ) if( NoEnemy ) SetState( STATE_Wander ) }

Scripting Advantages 1. Structure enforced 2. Events can be handed as well as polling 3. OnEnter and OnExit concept exists 4. Can be authored by game designers  Easier learning curve than straight C/C++

Scripting Disadvantages Not trivial to implement Several months of development  Custom compiler With good compile-time error feedback  Bytecode interpreter With good debugging hooks and support Scripting languages often disliked by users  Can never approach polish and robustness of commercial compilers/debuggers

Hybrid Approach Use a class and C-style macros to approximate a scripting language Allows FSM to be written completely in C++ leveraging existing compiler/debugger Capture important features/extensions  OnEnter, OnExit  Timers  Handle events  Consistent regulated structure  Ability to log history  Modular, flexible, stack-based  Multiple FSMs, Concurrent FSMs Hard to be edited by designers or players

Extensions Many possible extensions to basic FSM  OnEnter, OnExit  Timers  Global state, substates  Stack-Based (states or entire FSMs)  Multiple concurrent FSMs  Messaging