資源簡介
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?"

代碼片段和文件信息
%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
評論
共有 條評論