- What is hierarchical pathfinding? How does it work?
- How do you compute the distance between clusters using minimum distance? Discuss it for the example.
- How do you compute the distance between clusters using maximin distance? Discuss it for the example.
- How do you compute the distance between clusters using average minimum distance? Discuss it for the example.
- What is the instance graph?
- What does it mean open goal pathfinding? Discuss approaches to solve it.
- What is the interest in dynamic pathfinding? Discuss its solution approaches.
- Explain iterative deepening A* and its properties.
- Explain simplified memory -bounded A* and its properties.
- What are the ideas behind interruptible pathfinding?
- Why pool of planners is needed?
- Explain vehicle pathfinding as an example of continuous time pathfinding. What graph representation is behind it? How is such pathfinding processed?
- What is movement planning, and why is it used? Explain the graph representation behind it
- Describe an example with the walking bipedal character.
- What's going on in decision making? Can you give some examples?
- What is the decision tree? How do you work with it?
- How do you combine decisions using decision trees?
- Discuss binary and non-binary decision trees.
- Why and how do we use random decision trees?
Artificial Intelligence for Computer Games
Homework 2 tutorial.
Pathfinding extensions. Decision trees.
Chyba: Odkazovaný objekt neexistuje nebo nemáte právo jej číst.
https://is.muni.cz/el/fi/jaro2024/PA217/um/6.pdf
Questions