Method GetCompressedObservation
GetCompressedObservation()
Return a compressed representation of the observation. For small observations, this should generally not be implemented. However, compressing large observations (such as visual results) can significantly improve model training time.
Declaration
byte[] GetCompressedObservation()
Returns
| Type | Description |
|---|---|
| byte[] | Compressed observation. |