Method GetCellObservationSize
GetCellObservationSize()
Get the observation size for each cell. This will be the size of dataBuffer for GetObjectData(GameObject, int, float[]). If overriding GetObjectData(GameObject, int, float[]), override this method as well to the custom observation size.
Declaration
protected virtual int GetCellObservationSize()
Returns
| Type | Description |
|---|---|
| int | The observation size of each cell. |