Podcast
Questions and Answers
What are steering behaviours?
What are steering behaviours?
- Static instructions for moving an AI agent
- Random movements of an AI agent
- Rules that steer an agent in some desired way based on specific inputs (correct)
- A key for unlocking AI movement in games
Which technique is NOT a way to move an AI agent?
Which technique is NOT a way to move an AI agent?
- Set velocity aka a physics system
- Find a path and move along it (Pathfinding)
- Set color based on surroundings (correct)
- Set position directly aka teleportation
What is a key difference between steering behaviours and other movement techniques?
What is a key difference between steering behaviours and other movement techniques?
- Steering behaviours are only used in racing games
- Steering behaviours are dynamic (correct)
- Steering behaviours are static
- Steering behaviours are based on random inputs
What is the purpose of steering behaviours in games?
What is the purpose of steering behaviours in games?
How do steering behaviours react to unforeseen circumstances?
How do steering behaviours react to unforeseen circumstances?
What are steering behaviours?
What are steering behaviours?
How do steering behaviours differ from other movement techniques?
How do steering behaviours differ from other movement techniques?
What is the primary purpose of steering behaviours in games?
What is the primary purpose of steering behaviours in games?
How do steering behaviours react to unforeseen circumstances?
How do steering behaviours react to unforeseen circumstances?
Which technique is NOT a way to move an AI agent?
Which technique is NOT a way to move an AI agent?
Hierarchy of motion behaviors for an autonomous agent
Hierarchy of motion behaviors for an autonomous agent