Markov Decision Process (MDP) Algorithm

Simple grid world Value Iteration for MDP algorithm
1,2K téléchargements
Mise à jour 13 mars 2016

Afficher la licence

This code is an implementation for the MDP algorithm. It is simple grid world Value Iteration. It provides a graphical representation of the value and policy of each cell and also it draws the final path from the start cell to the end cell.
It was originally a java code. I found it in
https://galweejit.wordpress.com/2010/12/16/ai-class-implementation-of-mdp-grid-world-from-week-5-unit-9/
and I converted it to Matlab version as my homework for Visualization course in my Master degree.

You can email me if u have any question about the code in:
toma2u@hotmail.com

Citation pour cette source

Fatuma Shifa (2026). Markov Decision Process (MDP) Algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/55943-markov-decision-process-mdp-algorithm), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2015b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Electromechanical dans Help Center et MATLAB Answers
Remerciements

Inspiré par : MDP robot grid-world example

Version Publié le Notes de version
2.0.0.0

I only added a figure to represent the result of the code

1.0.0.0