Question: In this class, we have learned Q - learning algorithm. Please implement the algorithm on a grid world goal searching problem. Design your own grid

In this class, we have learned Q-learning algorithm. Please implement the algorithm on a grid
world goal searching problem.
Design your own grid world problem: you can design arbitrary grid world problem but
should be bigger than 4**3; the grid world must include obstacles or walls.
Design your states, actions, and rewards.
Implement your Q-learning algorithm.
Show your goal searching process with step-to-go curve, and learned Q-table (good to
show some intermediate Q-tables).
Please follow the project guidelines and submit the code.
 In this class, we have learned Q-learning algorithm. Please implement the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To implement Qlearning in a grid world goalsearching problem lets break it down into steps Step 1 Design the Grid World Lets create a 5x4 grid world w... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!