資源簡介
mdp(馬爾科夫過程)的MATLAB代碼,馬爾可夫決策過程(Markov decision processes)matlab程序,m文件,從工具箱中調用,有英文說明。本人親測,程序可用,結果正確。

代碼片段和文件信息
function?p?=?approxeq(a?b?tol)
%?APPROXEQ?Are?a?and?b?approximately?equal?(to?within?a?specified?tolerance)?
%?p?=?approxeq(a?b?thresh)
%?‘tol‘?defaults?to?1e-3.
if?nargin<3?tol?=?1e-3;?end
p?=?~(any(abs(a(:)-b(:))?>?tol));
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2002-10-23?15:52??MDP\
?????文件?????????639??2001-10-12?18:25??MDP\value_iteration.m
?????文件?????????684??2001-10-12?18:25??MDP\value_determination.m
?????文件????????1101??2001-10-12?18:25??MDP\policy_iteration.m
?????文件?????????221??2001-10-12?18:25??MDP\Q_from_V.m
?????文件?????????231??2001-10-12?18:25??MDP\approxeq.m
?????文件????????4342??2001-10-12?18:25??MDP\mk_grid_world.m
?????文件????????1190??2001-10-12?18:25??MDP\subv2ind.m
?????文件?????????204??2001-10-12?18:25??MDP\assert.m
?????文件????????1856??2001-10-12?18:25??MDP\mk_grid_world_simple.m
?????文件?????????514??2001-10-12?18:25??MDP\test1.m
?????文件????????1210??2001-10-12?18:25??MDP\demo_russell.m
?????文件????????1923??2001-10-12?18:25??MDP\demo_sutton.m
?????文件?????????231??2002-10-23?15:52??MDP\README
評論
共有 條評論