Méthode | Description | |
---|---|---|
Add ( string key, float value, StatAggregationMethod aggregationMethod = StatAggregationMethod.Average ) : void |
Add a stat value for reporting.
|
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
StatsRecorder ( ) : Unity.MLAgents.SideChannels |
Constructor.
|
public Add ( string key, float value, StatAggregationMethod aggregationMethod = StatAggregationMethod.Average ) : void | ||
key | string | The stat name. |
value | float | /// The stat value. You can nest stats in TensorBoard by using "/". /// |
aggregationMethod | StatAggregationMethod | /// How multiple values sent in the same summary window should be treated. /// |
Résultat | void |