Home › In tactical AI, an INFLUENCE MAP is best describ…
In tactical AI, an INFLUENCE MAP is best described as which data structure?
ATree of decision actions for ranged characters only
BList of (x,y) waypoints precomputed by the level designer
C2D grid storing accumulated +/- influence from agents
DSet of polygons defining safe zones in the map
Answer & Solution
Correct answer: C. 2D grid storing accumulated +/- influence from agents
Damian Isla GDC + RTS literature: each cell sums positive influence (allies) and negative (enemies). Gradient direction guides where to go (chokepoints, fronts).
Related questions
In Reynolds-style steering behaviours combined into a STEERING PIPELINE, the OUTPUT accelePer Dave Mark + Brian Schwab, a RESPONSE CURVE in utility AI maps an input variable to a sIn modern game AI, REINFORCEMENT LEARNING agents (e.g. OpenAI Five, DeepMind AlphaStar) lePer AlphaGo (Silver et al. 2016, Nature), MONTE CARLO TREE SEARCH (MCTS) explores a game tPer Daniel Harabor's follow-up work and the public literature, JPS+ (the offline variant) Per Daniel Harabor (2011 AAAI paper), JPS (Jump Point Search) accelerates A* on UNIFORM-COIn behaviour trees beyond sequence + selector, a DECORATOR node typically does which?Per Dave Mark ('Behavioral Mathematics for Game AI'), UTILITY AI selects actions by which