Method SubscribeBrain
SubscribeBrain(string, ActionSpec)
Registers a new Brain to the Communicator.
Declaration
void SubscribeBrain(string name, ActionSpec actionSpec)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name or key uniquely identifying the Brain. |
| ActionSpec | actionSpec | Description of the actions for the Agent. |