Question: 3 . [ 2 0 points ] Programming Assignment I: For this assignment, you are going to implement a simple simulation of robot path plan
points Programming Assignment I:
For this assignment, you are going to implement a simple simulation of robot path plan ning on a grid world and use value iteration to come up with a policy to get the robot to navigate a maze. You are given two files mdppy and utilspy with an MDP implementa tion that you need to understand.
a Run the code as follows:
python mdppy
Show a snapshot of the code running.
b Explain the relationship between the class MDP and the class GridMDP in mdppy
c Explain the following python functions from the sample code:
vector add
turn right
turn left
value iteration
best policy
expected utility
d What happens with the found policy if the reward for the entries that have are changed to or Explain the impact of changing rewards on the policy.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
