docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum StatAggregationMethod

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

    Namespace: Unity.MLAgents
    Assembly: Unity.ML-Agents.dll
    Syntax
    public enum StatAggregationMethod

    Fields

    Name Description
    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.

    In This Article
    • Fields
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)