Home › Per Reynolds' Steering Behaviors (commonly cited…
Per Reynolds' Steering Behaviors (commonly cited in game AI), 'SEEK' behaviour produces which?
AAcceleration toward a target
BWandering randomness
CFollowing a leader
DAcceleration away from danger
Answer & Solution
Correct answer: A. Acceleration toward a target
Reynolds 1999: steering = desired_velocity − current_velocity. SEEK aims at a target; FLEE is the opposite; WANDER adds noise.
Related questions
Per Red Blob Games (movement costs), if some terrain costs MORE to traverse, Dijkstra's alIn game AI, a BEHAVIOR TREE typically uses which TWO compositional node types?In game AI design, a FINITE STATE MACHINE (FSM) is best suited for modelling which?In standard game AI literature, a NavMesh (navigation mesh) represents walkable terrain asPer Red Blob Games (Map Representations), a HEX grid offers which advantage over a square Per Red Blob Games, an ADMISSIBLE heuristic h(n) satisfies which property?Per Red Blob Games, for an 8-direction grid (with diagonals at √2 cost), the recommended hPer Red Blob Games, for a 4-direction grid (no diagonal), the standard heuristic for A* is