ML/AI - Solve problem using Value Iteration
Have you ever thought about understanding the basic concepts of Machine Learning & AI by doing some simple hands-on activities. In this course, we will focus on solving problem using Value Iteration.
Overview
Prerequisites
Notebook to download
Introduction
Good actions
Necessary Imports
Create State function
Repeat update Value
Value for each action
Update state function
Print state function
Build up policy
Visualize episode
Recap
Get score
Challenge problem
OpenAI Gym methods
Challenge problem
Challenge answer
Congratulations on completing this course!
challenge question was initially quite challenging which is really good!
challenge question was initially quite challenging which is really good!
Read LessI liked this course because everything around value iteration, policy and applied formulas are well explained. I also liked that I could tinker with the conc...
Read MoreI liked this course because everything around value iteration, policy and applied formulas are well explained. I also liked that I could tinker with the concepts myself through a nice challenge problem.
Read LessOverall, I think the instructor did a great job giving a complete overview and summary of the module, however, I do feel like some aspects were sometimes ski...
Read MoreOverall, I think the instructor did a great job giving a complete overview and summary of the module, however, I do feel like some aspects were sometimes skimmed over more than I'd have liked. Maybe more time could have been spent on his personal notes, and a step-by-step through the code. Also having a short section on how the challenge problem could be completed would have been great.
Read LessAlthough the theory of using value iteration makes sense, I was struggling how to use a different approach to update the policy. Having examples of how to ap...
Read MoreAlthough the theory of using value iteration makes sense, I was struggling how to use a different approach to update the policy. Having examples of how to apply would benefit
Read Less