Markov Decision Process (MDP) Algorithm

版本 2.0.0.0 (4.7 KB) 作者: Fatuma Shifa
Simple grid world Value Iteration for MDP algorithm
1.2K 次下载
更新时间 2016/3/13

查看许可证

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

引用格式

Fatuma Shifa (2025). Markov Decision Process (MDP) Algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/55943-markov-decision-process-mdp-algorithm), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electromechanical 的更多信息
致谢

参考作品: MDP robot grid-world example

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
2.0.0.0

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

1.0.0.0