Enum DimensionProperty
The Dimension property flags of the observations
Namespace: Unity.MLAgents.Sensors
Syntax
[Flags]
public enum DimensionProperty
Fields
| Name | Description | Value |
|---|---|---|
| Unspecified | No properties specified. |
0 |
| None | No Property of the observation in that dimension. Observation can be processed with fully connected networks. |
1 |
| TranslationalEquivariance | Means it is suitable to do a convolution in this dimension. |
2 |
| VariableSize | Means that there can be a variable number of observations in this dimension. The observations are unordered. |
4 |