Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the gridworld ( Fig . 1 ) . Here, the goal is to reach the goal state ( bottom right hand corner grid )

Consider the gridworld (Fig.1). Here, the goal is to reach the goal state (bottom
right hand corner grid) in few steps. The reward is 1 at the goal state and 0
Figure 1: 'The gridworld
everywhere else. The discount factor is =0.95. You can go up, down, right,
or left. You will transition deterministically to the adjacent grid in the direction
of the action. If you are in the goal state you will be there forever no matter
what action is. You will also be in the same state if you hit the wall due to an
action (e.g., if you are in top-right hand corner and you take action right, you
will hit the wall, and will stay there in the next state).
Clearly mention the states, the actions, the reward, and the transition
probability. What is the dimension of the state-space?
From the initial state as depicted in the Figure 1 you should be able to
provide an optimal policy. What is the optimal value function.
Now implement Value Iteration algorithm to see whether it matches the
result.
Suppose you increase the reward at every grid by +1, will the optimal
policy change?
image text in transcribed

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

PC Magazine Guide To Client Server Databases

Authors: Joe Salemi

1st Edition

156276070X, 978-1562760700

More Books

Students also viewed these Databases questions

Question

2. What process will you put in place to address conflicts?

Answered: 1 week ago