资源简介

MATLAB强化学习代码包,用于解决多臂赌机问题的时变e-greedy策略
"I thought what I'd do was I'd pretend I was one of those deaf-mutes, or should I?"

资源截图

代码片段和文件信息

%I thought what I‘d do was I‘d pretend I was one of those deaf-mutes or should I?

function cordmax=findmax(input)
a=size(input);
cordmax=[11];

for i=1:a(1)
    for j=1:a(2)
        if input(cordmax(1)cordmax(2))            cordmax=[ij];
        end
    end
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        279  2020-01-18 20:25  Slotmachine5.m

     文件       1062  2020-01-18 20:31  tce_greedy.m

     文件        292  2020-01-18 20:25  findmax.m

----------- ---------  ---------- -----  ----

                 1633                    3


评论

共有 条评论