Model-based Value Iteration Algorithm for Deterministic Cleaning Robot

版本 1.1.0.0 (3.2 KB) 作者: Reza Ahmadzadeh
An Example for Reinforcement Learning and Dynamic Programming
1.1K 次下载
更新时间 2014/2/27

查看许可证

Model-based value iteration Algorithm for Deterministic Cleaning Robot. This code is a very simple implementation of a value iteration algorithm, which makes it a useful start point for beginners in the field of Reinforcement learning and dynamic programming.
The deterministic cleaning-robot MDP: a cleaning robot has to collect a used can also has to recharge its batteries. the state describes the position of the robot and the action describes the direction of motion. The robot can move to the left or to the right. The first (1) and the final (6) states are the terminal states. The goal is to find an optimal policy that maximizes the return from any initial state. Here the Q-iteration (model-based value iteration DP). Reference: Algorithm 2-1, from:
@book{busoniu2010reinforcement,
title={Reinforcement learning and dynamic programming using function approximators},
author={Busoniu, Lucian and Babuska, Robert and De Schutter, Bart and Ernst, Damien},
year={2010},
publisher={CRC Press}
}

引用格式

Reza Ahmadzadeh (2025). Model-based Value Iteration Algorithm for Deterministic Cleaning Robot (https://ww2.mathworks.cn/matlabcentral/fileexchange/45692-model-based-value-iteration-algorithm-for-deterministic-cleaning-robot), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Deep Learning Toolbox 的更多信息
社区

Community Treasure Hunt

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

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

the new code is commented for providing more information

1.0.0.0