Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We consider Q-Learning with -Greedy algorithm for the above MDP problem. The above tables show the latest values of N(s,a) (top) and Qls,a) (bottom). Don't

image text in transcribed

We consider Q-Learning with -Greedy algorithm for the above MDP problem. The above tables show the latest values of N(s,a) (top) and Qls,a) (bottom). Don't use the updated values from previous question regarding SARSA. Then we run an additional trial in sequence (drifting might happen or random action might be chosen during the trial and the wind direction here might be different again): b1, S, -2; a1, E, -3; a2, N, -2; a2, E, -3; a3, E, -3; a4 The agent performs TD updates sequentially regarding this trial with the following equations: Ns, a) + N(s,a) + 1 Qls,a) + Qls,a) + 1/N(s,a) (R(s,a) + ymax, Qls,a') - Q(s,a)) We choose y=1. Complete the Q-value update formula during this trial by filling in the blanks: Q(b1,5) = +1/ * +1" ) = Q(a1,E) = +1/ * +1* Qla2,N) = +1/ +1* 11 Qla2,E) = +1/ 11 * +1* Qla3,E) = +1/ ( +1* ) = We consider Q-Learning with -Greedy algorithm for the above MDP problem. The above tables show the latest values of N(s,a) (top) and Qls,a) (bottom). Don't use the updated values from previous question regarding SARSA. Then we run an additional trial in sequence (drifting might happen or random action might be chosen during the trial and the wind direction here might be different again): b1, S, -2; a1, E, -3; a2, N, -2; a2, E, -3; a3, E, -3; a4 The agent performs TD updates sequentially regarding this trial with the following equations: Ns, a) + N(s,a) + 1 Qls,a) + Qls,a) + 1/N(s,a) (R(s,a) + ymax, Qls,a') - Q(s,a)) We choose y=1. Complete the Q-value update formula during this trial by filling in the blanks: Q(b1,5) = +1/ * +1" ) = Q(a1,E) = +1/ * +1* Qla2,N) = +1/ +1* 11 Qla2,E) = +1/ 11 * +1* Qla3,E) = +1/ ( +1* ) =

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Finance Book

Authors: Stuart Warner, Si Hussain

2nd Edition

1292401982, 978-1292401980

More Books

Students also viewed these Finance questions

Question

Contrast intrinsic motivation with extrinsic motivation.

Answered: 1 week ago