Update how-mlagents-works.mdx

This commit is contained in:
Thomas Simonini
2023-08-05 15:09:05 +02:00
committed by GitHub
parent 47f4b208a7
commit e17a142248

View File

@@ -31,7 +31,7 @@ With Unity ML-Agents, you have six essential components:
## Inside the Learning Component [[inside-learning-component]]
Inside the Learning Component, we have **three important elements**:
Inside the Learning Component, we have **two important elements**:
- The first is the *agent component*, the actor of the scene. Well **train the agent by optimizing its policy** (which will tell us what action to take in each state). The policy is called the *Brain*.
- Finally, there is the *Academy*. This component **orchestrates agents and their decision-making processes**. Think of this Academy as a teacher who handles Python API requests.