Class SensorExtensions
Helper methods to be shared by all classes that implement ISensor.
Inherited Members
Namespace: Unity.MLAgents.Sensors
Assembly: solution.dll
Syntax
public static class SensorExtensions
Methods
| Name | Description |
|---|---|
| ObservationSize(ISensor) | Get the total number of elements in the ISensor's observation (i.e. the product of the shape elements). |