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

35 lines
538 B
Markdown
Raw Permalink Normal View History

---
id: 5e8f2f13c4cdbe86b5c72da3
title: Q 学習による強化学習
challengeType: 11
videoId: Cf7DSU0gVb4
bilibiliIds:
aid: 463025802
bvid: BV1iL411x7L6
cid: 409138811
dashedName: reinforcement-learning-with-q-learning
---
# --question--
## --text--
強化学習の主な構成要素は何ですか?
## --answers--
環境、代表者、状態、反応、報酬。
---
環境、エージェント、状態、行動、報酬。
---
生息地、エージェント、状態、行動、処罰。
## --video-solution--
2