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

In this class, we have learned Q-learning algorithm. Please implement the algorithm on a grid world goal searching problem.
1. 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.
2. Design your states, actions, and rewards.
3. Implement your Q-learning algorithm.
4. Show your goal searching process with step-to-go curve, and learned O-table (good to show some intermediate Q-tables)
5. Please follow the project guidelines and submit the code

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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!