Method Visual
Visual(int, int, int, ObservationType)
Construct an ObservationSpec for visual-like observations, e.g. observations with a height, width, and possible multiple channels.
Declaration
public static ObservationSpec Visual(int channels, int height, int width, ObservationType obsType = ObservationType.Default)
Parameters
| Type | Name | Description |
|---|---|---|
| int | channels | |
| int | height | |
| int | width | |
| ObservationType | obsType |
Returns
| Type | Description |
|---|---|
| ObservationSpec |