Value Iteration

Home > Computer Science > Artificial intelligence and machine learning > Reinforcement Learning > Value Iteration

A dynamic programming algorithm that computes the optimal value function and policy for a given Markov Decision Process by iteratively updating the value function.