File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7726
7726
</ div >
7727
7727
</ div >
7728
7728
</ main >
7729
+ < div >
7730
+ < a href ="Sarsa.html " style ="font-size: 24px; "> 下一篇,关于Sarsa</ a >
7731
+ </ div >
7729
7732
</ body >
7730
7733
</ html >
Original file line number Diff line number Diff line change 7689
7689
</ div >
7690
7690
</ div >
7691
7691
</ main >
7692
+ < a href ="QLearning.html " style ="font-size: 24px; "> 上一篇,关于Qlearning</ a >
7693
+ < a href ="myidea9.28.html " style ="font-size: 24px; "> 下一篇,关于我的想法</ a >
7692
7694
</ body >
7693
7695
</ html >
Original file line number Diff line number Diff line change @@ -2446,5 +2446,8 @@ <h3 class="atx" id="3-奖惩值-r">3. 奖惩值 (R)</h3>
2446
2446
< p > 其中,< em > γ</ em > 是初始折扣因子,< strong > δ</ strong > 是调整幅度</ p >
2447
2447
< p > 其中,< strong > R</ strong > 0 是初始奖励,< strong > λ</ strong > 是调整系数,< strong > g</ strong > (< strong > T</ strong > ) 是根据训练进度和学习效果进行调整的函数。</ p >
2448
2448
</ article >
2449
+
2450
+ < a href ="QLearning.html " style ="font-size: 24px; "> 关于Qlearning</ a >
2451
+ < a href ="Sarsa.html " style ="font-size: 24px; "> 关于Sarsa</ a >
2449
2452
</ body >
2450
2453
</ html >
You can’t perform that action at this time.
0 commit comments