docs.unity.cn
    Show / Hide Table of Contents

    Enum StatAggregationMethod

    Determines the behavior of how multiple stats within the same summary period are combined.

    Namespace: Unity.MLAgents
    Syntax
    public enum StatAggregationMethod : int

    Fields

    Name Description Value
    Average

    Values within the summary period are averaged before reporting.

    Histogram

    Values within the summary period are reported as a histogram.

    MostRecent

    Only the most recent value is reported. To avoid conflicts when training with multiple concurrent environments, only stats from worker index 0 will be tracked.

    Sum

    Values within the summary period are summed up before reporting.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Monday, November 8, 2021
    Terms of use