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

31 lines
470 B
Markdown
Raw Normal View History

---
id: 5e8f2f13c4cdbe86b5c72da3
title: Aprendizagem de reforço com Q-Learning
challengeType: 11
videoId: Cf7DSU0gVb4
dashedName: reinforcement-learning-with-q-learning
---
# --question--
## --text--
Os principais componentes da aprendizagem de reforço são...
## --answers--
ambiente, representante, estado, reação e recompensa.
---
ambiente, agente, estado, ação e recompensa.
---
habitat, agente, ação, estado e punição.
## --video-solution--
2