docs.unity.cn
    Show / Hide Table of Contents

    Enum DimensionProperty

    The Dimension property flags of the observations

    Namespace: Unity.MLAgents.Sensors
    Syntax
    public enum DimensionProperty : int

    Fields

    Name Description Value
    None

    No Property of the observation in that dimension. Observation can be processed with fully connected networks.

    TranslationalEquivariance

    Means it is suitable to do a convolution in this dimension.

    Unspecified

    No properties specified.

    VariableSize

    Means that there can be a variable number of observations in this dimension. The observations are unordered.

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