Let's not get ahead of ourselves. Modern path-finding algorithms are Dijkstra + lots of heuristics piled on top.
> graph traversal is absolutely a fundamental of AI.
I agree. But being a fundamental of AI does not make it AI itself.
Sometimes the heuristics ARE the point.
Some good examples of modern approaches, though a bit dated now: http://algo2.iti.kit.edu/routeplanning.php
Relevant conf: https://icaps20.icaps-conference.org/
(ML techniques are increasingly being used to solve these problems, and graph algorithms are used in ML, but are not AI/ML.)
Let's not get ahead of ourselves. Modern path-finding algorithms are Dijkstra + lots of heuristics piled on top.
> graph traversal is absolutely a fundamental of AI.
I agree. But being a fundamental of AI does not make it AI itself.