sumitvgithub / AI-Policy

AI decision process policy generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

AI decision process policy generator.


Languages

Language:Python 100.0%