0 votes

Solve the final V* values for the given grid world.  All given values are exit states.  Fill in all missing cells.  Don’t use value iteration.  Show all your work/logic/steps, etc.

Assume: Gamma = 0.9.  Noise Model: [0.8, 0.1, 0.1], that is, 80% chance of going in the intended direction and 10% in each of perpendicular ones.

Using pen and paper is preferable.

in Informed Search by AlgoMeister (1.7k points)

Please log in or register to answer this question.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Mar 30, 2021 in MDP by Amrinder Arora AlgoMeister (1.7k points)
0 votes
1 answer
asked Feb 23, 2021 in MDP by Amrinder Arora AlgoMeister (1.7k points)
0 votes
2 answers
0 votes
2 answers
asked May 13, 2019 in Informed Search by Amrinder Arora AlgoMeister (1.7k points)
The Book: Analysis and Design of Algorithms | Presentations on Slideshare | Lecture Notes, etc
...