Skip to content

Commit 85e4676

Browse files
authored
update definition of brain
1 parent 58664ac commit 85e4676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* **Agent** - Unity Component which produces observations and takes actions in
88
the environment. Agents actions are determined by decisions produced by a
99
linked Brain.
10-
* **Brain** - Unity Component which makes decisions for the agents linked to it.
10+
* **Brain** - Unity Asset which makes decisions for the agents linked to it.
1111
* **Decision** - The specification produced by a Brain for an action to be
1212
carried out given an observation.
1313
* **Editor** - The Unity Editor, which may include any pane (e.g. Hierarchy,

0 commit comments

Comments
 (0)