Method | Description | |
---|---|---|
AddStat ( string key, float value, StatAggregationMethod aggregationMethod ) : void |
Add a stat value for reporting.
|
Method | Description | |
---|---|---|
OnMessageReceived ( Unity.MLAgents.SideChannels.IncomingMessage msg ) : void |
Method | Description | |
---|---|---|
StatsSideChannel ( ) : System |
Initializes the side channel. The constructor is internal because only one instance is supported at a time.
|
public AddStat ( string key, float value, StatAggregationMethod aggregationMethod ) : void | ||
key | string | The stat name. |
value | float | The stat value. |
aggregationMethod | StatAggregationMethod | How multiple values should be treated. |
return | void |
protected OnMessageReceived ( Unity.MLAgents.SideChannels.IncomingMessage msg ) : void | ||
msg | Unity.MLAgents.SideChannels.IncomingMessage | |
return | void |