/AI-Policy

AI decision process policy generator.

Primary LanguagePython

MDP

This code computes the Markov Decision Process(MDP) utilities for states via the Value Iteration Algorithm.

Instructions

Fire up your terminal, and type

$ python mdp.py

Features

Support for displaying all calculations involved along with the iteration table. Added final policy iteration computation and matrix display.

Also took care of the error in the previous computation.