We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58664ac commit 85e4676Copy full SHA for 85e4676
docs/Glossary.md
@@ -7,7 +7,7 @@
7
* **Agent** - Unity Component which produces observations and takes actions in
8
the environment. Agents actions are determined by decisions produced by a
9
linked Brain.
10
-* **Brain** - Unity Component which makes decisions for the agents linked to it.
+* **Brain** - Unity Asset which makes decisions for the agents linked to it.
11
* **Decision** - The specification produced by a Brain for an action to be
12
carried out given an observation.
13
* **Editor** - The Unity Editor, which may include any pane (e.g. Hierarchy,
0 commit comments