Files

31 lines
657 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72da4
title: '使用 Q-Learning 進行強化學習:第 2 部分'
challengeType: 11
videoId: DX7hJuaUZ7o
bilibiliIds:
aid: 420570359
bvid: BV1G341127zr
cid: 409139190
dashedName: reinforcement-learning-with-q-learning-part-2
---
# --question--
## --text--
如果智能體在採取隨機動作和使用學習動作之間沒有很好的平衡,會發生什麼?
## --answers--
智能體將始終嘗試將其對當前狀態/動作的獎勵最小化,從而導致局部最小值。
---
智能體將始終嘗試將其對當前狀態/動作的獎勵最大化,從而導致局部最大值。
## --video-solution--
2