AI - AI417DE01 Lab - Week 09-22102363
AI - AI417DE01 Lab - Week 09-22102363
Questions:
A. Kirby is participating on a game show with his enemy, King Dedede! First, Kirby chooses one of three
doors, behind each of which sit two boxes. King Dedede chooses one of the two boxes to give to Kirby.
Each box contains two transparent juice bottles, of which Kirby chooses one to enjoy for himself.
The bottles are filled up to different amounts, ranging from 0 (completely empty) to 10 (completely full),
inclusive.
1. For this subpart, we assume that Kirby is fully aware of the juice in each bottle, the bottles in each
box, and the boxes behind each door. Shown below is the resulting game tree:
a. Fill out the values on the game tree. Which door should Kirby choose?
a. Fill out the values on the game tree. Which door should Kirby choose?
AB(5) EF(4) IJ(5.5)
CD(6.5) GH(4.25) KL(4)
Door1(5) Door2(4) Door3(4)
==> choose 5
b. Which terminal nodes are never explored as a consequence of pruning?
Đi từ trái sang phải, từ trên xuống dưới
Note>=5
Door 2 max là 4 => cắt 1, 7.5
Door 3 max là 5.5 , nhánh phải tối đa là 5 nên bỏ nhánh 8
3. King Dedede wants to guarantee that, assuming Kirby plays the game optimally, his expected juice
utility is minimized. How might King Dedede rearrange the juice bottles in the boxes to ensure this?
Indicate your answer by filling in the terminal nodes of the empty game tree below (for your
convenience, a couple nodes have already been filled out for you).
Leaf node values (copied from previous question’s leaf nodes): 7, 3, 9, 4, 6, 2, 1, 7.5, 5, 6, 0, 8
B. GAME:
1. Consider the following game tree where all leaf nodes are between 0 and 10 (inclusive) and both
expectation nodes choose the left branch with chance 0.8.
Min(A,B)=x
Min (C,D)=y
Cho M =(x+y)/2
Min(E,F)=u
Min(G,H)= v
Cho N = (u+v)/2
Nếu u <x => cắt G,H
d. Now, let 𝑝 be the probability that each expectation node chooses the left branch, and assume 𝑝
cannot be 0 or 1. For the following game tree shown below (note this is different from the tree
in part 1.), determine the bounds on 𝑝 such that the maximum number of leaf nodes can be
pruned. Recall that probabilities must be between 0 and 1.
?<p<?