Enum DimensionProperty
The Dimension property flags of the observations
Namespace: Unity.MLAgents.Sensors
Assembly: Unity.ML-Agents.dll
Syntax
[Flags]
public enum DimensionProperty
Fields
| Name | Description |
|---|---|
| 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. |