Homework 3 Electronic

$30.00 $24.00

  • Nash Equilibria Compute all (mixed and pure) Nash equilibria for each of the following normal-form games:             Sample Answer: (T,L),(T,R),((1/3,2/3),(3/4,1/4)) Especially, if no mixed equilibria, write as: (T,L),(T,R) If one player is indi erent for any mixed strategy, write as: ((any),(P,1-P)) • Strategies Consider the following game in…

Rate this product

You’ll get a: zip file solution

 

Categorys:

Description

Rate this product

 

• Nash Equilibria

Compute all (mixed and pure) Nash equilibria for each of the following normal-form games:

 

 

 

 

 

 

Sample Answer:

(T,L),(T,R),((1/3,2/3),(3/4,1/4))

Especially, if no mixed equilibria, write as:

(T,L),(T,R)

If one player is indi erent for any mixed strategy, write as:

((any),(P,1-P))

• Strategies

Consider the following game in matrix form with two players. Payo s for the row player Izzy are indicated rst in each cell, and payo s for the column player Jack are second.

X
Y
Z

 

 

 

S
5,
2
10, 6
25,
10

 

 

T
10,
12
5, 6
0,
0

 

 

 

(a) This game has two pure strategy Nash equilibria. What are they (justify your answer)? Of the two pure equilibria, which would Izzy prefer? Which would Jack prefer?

Sample Answer: (S,X),(S,Y) Izzy(S,X) Jack(S,Y)

 

1
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

(b) Suppose Izzy plays a strictly mixed strategy, where both S and T are chosen with positive probability. With what probability should Izzy choose S and T so that each of Jack’s three pure strategies is a best response to Izzy’s mixed strategy.

Sample Answer: (1/2,1/2)

Note that the former is the probability of S and the latter is the probability of T .

(c) Suppose Jack wants to play a mixed strategy in which he selects X with probability 0.7. With what probability should Jack plays actions Y and Z so both of Izzy’s pure strategies is a best response to Jack’s mixed strategy?

Sample Answer: (1/4,3/4)

Note that the former is the probability of Y and the latter is the probability of Z.

(d) Based on your responses above, describe a mixed strategy equilibrium for this game in which both Jack and Izzy play each of their actions (pure strategies) with positive probability (you can rely on the quantities computed in the prior parts of this question).

Sample Answer: ((1/4,3/4),(7/10,3/20,3/20))

Note that the rst tuple is the strategy of Izzy and the second one is the strategy of Jack.

(e) If we swap two of Izzy’s payo s in this matrixin other words, if we replace one of his payo s r in the matrix with another of his payo s t from the matrix, and replace t with r, we can make one of his strategies dominant. What swap should we make, which strategy becomes dominant?

Sample Answer: (S,X),(S,Y),S

Note: The two tuples are strategies of which you want to exchange Izzy’s payo s. And please write in dictionary order, e.g. (S; Y ) before (T; X). The S is the dominant strategy after the payo exchange.

• Solving MDPs

Consider the gridworld MDP for which Left and Right actions are 100% successful.

Speci cally, the available actions in each state are to move to the neighboring grid squares. From state a, there is also an exit action available, which results in going to the terminal state and collecting a reward of 10. Similarly, in state e, the reward for the exit action is 1. Exit actions are successful 100% of the time.

 

 

 

Let the discount factor = 1. Write the following quantities in one line.
V0(d); V1(d); V2(d); V3(d); V4(d); V5(d)

Sample Answer:

0,0,0,0,1,10

 

 

2
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

• Value Iteration Convergence Values

Consider the gridworld where Left and Right actions are successful 100% of the time.

Speci cally, the available actions in each state are to move to the neighboring grid squares. From state a, there is also an exit action available, which results in going to the terminal state and collecting a reward of 10. Similarly, in state e, the reward for the exit action is 1. Exit actions are successful 100% of the time.

 

 

 

Let the discount factor =0.2. Fill in the following quantities.

V (a) = V1(a) =

V (b) = V1(b) =

V (c) = V1(c) =

V (d) = V1(d) =

V (e) = V1(e) =

Write the following quantities in one line.

Sample Answer:

0,0,0,0,1

• Value Iteration Properties

Which of the following are true about value iteration? We assume the MDP has a nite number of actions and states, and that the discount factor satis es 0 < < 1.

A. Value iteration is guaranteed to converge.

B. Value iteration will converge to the same vector of values (V ) no matter what values we use to initialize V .

C. None of the above.

 

 

 

 

 

 

 

 

 

3
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

• Policy Iteration

Consider the gridworld where Left and Right actions are successful 100% of the time.

Speci cally, the available actions in each state are to move to the neighboring grid squares. From state a, there is also an exit action available, which results in going to the terminal state and collecting a reward of 10. Similarly, in state e, the reward for the exit action is 1. Exit actions are successful 100% of the time.

The discount factor ( ) is 1.

 

 

 

 

(a) Consider the policy 1 shown below, and evaluate the following quantities for this policy. Write your answers in one line.

 

 

 

• ( 1)(a) = V ( 1)(b) = V ( 1)(c) =
• ( 1)(d) = V ( 1)(e) =

Sample Answer:

0,0,0,0,1

(b) Consider the policy 2 shown below, and your answers of the same format in Part

evaluate the following quantities for this policy. Write 1 in one line.

 

 

 

V ( 2)(a) =

V ( 2)(b) =

V ( 2)(c) =

V ( 2)(d) =

V ( 2)(e) =

Sample Answer:

0,0,0,0,1

 

4
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

• Policy Iteration

Consider the gridworld where Left and Right actions are successful 100% of the time.

Speci cally, the available actions in each state are to move to the neighboring grid squares. From state a, there is also an exit action available, which results in going to the terminal state and collecting a reward of 10. Similarly, in state e, the reward for the exit action is 1. Exit actions are successful 100% of the time.

The discount factor ( ) is 0.9.

 

 

 

 

(a) Policy Iteration

Consider the policy i shown below, and evaluate the following quantities for this policy. Write your answers in one line.

 

 

 

• ( i)(a) = V ( i)(b) = V ( i)(c) =

• ( i)(d) = V ( i)(e) =

Sample Answer:

0,0,0,0,1

 

 

 

 

 

 

 

 

 

 

5
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

(b) Policy Improvement

Perform a policy improvement step. The current policy’s values are the ones from Part 1 (so make sure you rst correctly answer Part 1 before moving on to Part 2). Write your answers in one line.

(i). (i+1)(a) =

A. Exit

B. Right
(ii). (i+1)(b) =

A. Left

B. Right
(iii). (i+1)(c) =

A. Left

B. Right
(iv). (i+1)(d) =

A. Left

B. Right
(v). (i+1)(e) =

A. Left

B. Exit

Sample Answer:

A,A,A,A,B

• Wrong Discount Factor

Bob notices value iteration converges more quickly with smaller and rather than using the true discount factor , he decides to use a discount factor of with 0 < < 1 when running value iteration. Write the options that are guaranteed to be true:

A. While Bob will not nd the optimal value function, he could simply rescale the values he nds
by

1

to nd the optimal value function.

1

 

 

 

B. If the MDP’s transition model is deterministic and the MDP has zero rewards everywhere, except for a single transition at the goal with a positive reward, then Bob will still nd the optimal policy.

C. If the MDP’s transition model is deterministic, then Bob will still nd the optimal policy.

D. Bob’s policy will tend to more heavily favor short-term rewards over long-term rewards compared to the optimal policy.

E. None of the above.

 

 

 

 

 

6
VE 492 : Electronic #3 (Due June 10rd, 2020 at 11:59pm)

• MDP Properties

(a) Which of the following statements are true for an MDP?

A. If the only di erence between two MDPs is the value of the discount factor then they must have the same optimal policy.

B. For an in nite horizon MDP with a nite number of states and actions and with a discount factor that satis es 0 < < 1, value iteration is guaranteed to converge.

C. When running value iteration, if the policy (the greedy policy with respect to the values) has converged, the values must have converged as well.

D. None of the above.

(b) Which of the following statements are true for an MDP?

A. If one is using value iteration and the values have converged, the policy must have converged as well.

B. Expectimax will generally run in the same amount of time as value iteration on a given MDP.

C. For an in nite horizon MDP with a nite number of states and actions and with a discount factor that satis es 0 < < 1, policy iteration is guaranteed to converge.

D. None of the above.

10 Policies

John, James, Alvin and Michael all get to act in an MDP (S; A; T; ; R; s0).

John runs value iteration until he nds V which satis es
X
8s 2 S : V (s) = max T (s; a; s0)[R(s; a; s0) + V (s0)]

a2A

and acts according to

s0
X
John = arg max T (s; a; s0)[R(s; a; s0) + V (s0)]

a2A s0
James acts according to an arbitrary policy James.

Alvin takes James’s policy James and runs one round of policy iteration to nd his policy Alvin. Michael takes John’s policy and runs one round of policy iteration to nd his policy Michael.

Note: One round of policy iteration = performing policy evaluation followed by performing policy improvement.

Write all of the options that are guaranteed to be true:

A. It is guaranteed that 8s 2 S : V James (s) V Alvin (s).

B. It is guaranteed that 8s 2 S : V Michael (s) V Alvin (s).

C. It is guaranteed that 8s 2 S : V Michael (s) > V John (s).

D. It is guaranteed that 8s 2 S : V James (s) V John (s).

E. None of the above.

 

7

Homework 3 Electronic
$30.00 $24.00