Enum DimensionProperty
The Dimension property flags of the observations
Namespace: Unity.MLAgents.Sensors
Syntax
public enum DimensionProperty : intFields
| 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. |