Lecture 5 - Game Playing Flashcards
What are 3 reasons that game playing is more complex than general problem solving?
1) competition from opponent
2) large search space usually
3) lack of accurate heuristics
What does deterministic mean in the context of game playing?
The same move in the same situation will always produce the same result
What does perfect information mean in the context of game playing?
Both players always have access to the entire game state
When playing against an opponent, the search strategy is normally referred to as?
adversarial search
What is an evaluation function, in the context of game playing?
A function that tells us how good a particular position is
When an opponent chooses a move we can assume that he will try to _________ our score
minimise
How does minimax basically work?
If the move being considered will be the opponents return the minimum value, otherwise return the maximum