Files

35 lines
506 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72da3
title: 使用 Q-Learning 進行強化學習
challengeType: 11
videoId: Cf7DSU0gVb4
bilibiliIds:
aid: 463025802
bvid: BV1iL411x7L6
cid: 409138811
dashedName: reinforcement-learning-with-q-learning
---
# --question--
## --text--
強化學習的關鍵組成部分是......
## --answers--
環境、代表、狀態、反應和獎勵。
---
環境、代理、狀態、動作和獎勵。
---
環境、代理、狀態、動作和懲罰。
## --video-solution--
2