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

506 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e8f2f13c4cdbe86b5c72da3 使用 Q-Learning 进行强化学习 11 Cf7DSU0gVb4
aid bvid cid
463025802 BV1iL411x7L6 409138811
reinforcement-learning-with-q-learning

--question--

--text--

强化学习的关键组成部分是......

--answers--

环境、代表、状态、反应和奖励。


环境、代理、状态、动作和奖励。


环境、代理、状态、动作和惩罚。

--video-solution--

2