A-star, or
A*
.
A general pathfinding algorithm, but apparently it can be applied to other things?
Related to Game AI, a newer take on state-machines / behavior trees.
Allows for more emergent behavior.
GOAP supports dynamic prioritization of goals based on world-state.
Also supports nuanced planning building based on cost-analysis.
Often uses A* to build the 'path' (plan).