Skip to content

Commit 266902b

Browse files
committed
NEW
1 parent 4cad1d7 commit 266902b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

extend/html/QLearning.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7726,5 +7726,8 @@
77267726
</div>
77277727
</div>
77287728
</main>
7729+
<div>
7730+
<a href="Sarsa.html" style="font-size: 24px;">下一篇,关于Sarsa</a>
7731+
</div>
77297732
</body>
77307733
</html>

extend/html/Sarsa.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7689,5 +7689,7 @@
76897689
</div>
76907690
</div>
76917691
</main>
7692+
<a href="QLearning.html" style="font-size: 24px;">上一篇,关于Qlearning</a>
7693+
<a href="myidea9.28.html" style="font-size: 24px;">下一篇,关于我的想法</a>
76927694
</body>
76937695
</html>

extend/html/myidea9.28.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,5 +2446,8 @@ <h3 class="atx" id="3-奖惩值-r">3. 奖惩值 (R)</h3>
24462446
<p>其中,<em>γ</em>是初始折扣因子,<strong>δ</strong> 是调整幅度</p>
24472447
<p>其中,<strong>R</strong>0 是初始奖励,<strong>λ</strong> 是调整系数,<strong>g</strong>(<strong>T</strong>) 是根据训练进度和学习效果进行调整的函数。</p>
24482448
</article>
2449+
2450+
<a href="QLearning.html" style="font-size: 24px;">关于Qlearning</a>
2451+
<a href="Sarsa.html" style="font-size: 24px;">关于Sarsa</a>
24492452
</body>
24502453
</html>

0 commit comments

Comments
 (0)