Question: Please write down a computer program in Matlab to obtain the Optimal Cost-to- Go values (using value or policy iteration method) for the stochastic robot

Please write down a computer program in Matlab to obtain the Optimal Cost-to- Go values (using value or policy iteration method) for the stochastic robot navigation problem discussed in the class. The following figure shows the states Cell showing " is the goal, cell showing -1" needs to be avoided. These values of the cells have been pre-determined. The shaded cell represents a wall in the cell. Also, consider that an action by the robot in a direction results in motion in that direction with probability 0.8 and motion in directions perpendicular to that intended direction with 0.1 each. If the robot hits a wall, it comes back to original position. Also, every step taken by the robot has a cost associated of 1/25 units 3 2 1 START 2 3 4 Please write down a computer program in Matlab to obtain the Optimal Cost-to- Go values (using value or policy iteration method) for the stochastic robot navigation problem discussed in the class. The following figure shows the states Cell showing " is the goal, cell showing -1" needs to be avoided. These values of the cells have been pre-determined. The shaded cell represents a wall in the cell. Also, consider that an action by the robot in a direction results in motion in that direction with probability 0.8 and motion in directions perpendicular to that intended direction with 0.1 each. If the robot hits a wall, it comes back to original position. Also, every step taken by the robot has a cost associated of 1/25 units 3 2 1 START 2 3 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
