How To Code The Value Iteration Algorithm For Reinforcement Learning

Solving MDPs using reinforcement learning

François St-Amant
Towards Data Science
5 min readJan 4, 2021

--

Source

In this article, I will show you how to implement the value iteration algorithm to solve a Markov Decision Process (MDP). It is one of the first algorithm you should learn when getting into reinforcement learning and artifical intelligence.

--

--