Files
freeCodeCamp/curriculum/challenges/chinese/11-machine-learning-with-python/tensorflow/reinforcement-learning-with-q-learning.md

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