Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 5 . 1 . #PHGM Discuss how well the standard approach to game playing would apply to games such as tennis, pool, and croquet,
Exercise #PHGM
Discuss how well the standard approach to game playing would apply to games such as
tennis, pool, and croquet, which take place in a continuous physical state space.
Exercise #TPNZ
Describe how the minimax and alphabeta algorithms change for twoplayer, nonzero
sum games in which each player has a distinct utility function and both utility functions are
known to both players. If there are no constraints on the two terminal utilities, is it possible
for any node to be pruned by alphabeta? What if the player's utility functions on any state
sum to a number between constants and making the game almost zerosum?
Exercise #CHET
Suppose you have a chess program that can evaluate million nodes per second. Decide
on a compact representation of a game state for storage in a transposition table. About how
many entries can you fit in a gigabyte inmemory table? Will that be enough for the three
minutes of search allocated for one move? Can you estimate how many table lookups can
you do in the time it would take to do one evaluation?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started