Method PutObservations
PutObservations(string, AgentInfo, List<ISensor>)
Sends the observations of one Agent.
Declaration
void PutObservations(string brainKey, AgentInfo info, List<ISensor> sensors)
Parameters
| Type | Name | Description |
|---|---|---|
| string | brainKey | Batch Key. |
| AgentInfo | info | Agent info. |
| List<ISensor> | sensors | The list of ISensors of the Agent. |