Informed Search (A* Search Pathfinding) - Intro to Artificial Intelligence

2 days ago
3

The lecture series follows NC State's CSC 411 - Intro to AI with Dr. Adam Gaweda. This particular lecture is introduces the idea of including a heuristic into an agent's problem solving search space. Then we cover the quintessential pathfinding algorithm - A* Search. We cover both how to work through A* using math and then a brief walkthrough of Red Blob Games' pseudocode for A* (https://www.redblobgames.com/pathfinding/a-star/introduction.html)

Code Examples are only shared with NC State students.
Want to work on them?
Consider joining the Wolfpack at North Carolina State University ncsu.edu/about

Loading comments...