beet
beet copied to clipboard
Search / Pathfinding algorithms
We'll need to get familiar with pathfinding solvers like a* etc. I can think of two major use-cases:
- Calculating scores for navigation actions
- Searching through possible actions and creating a sequence (goap)