Method GetObservations
GetObservations()
Returns a read-only view of the observations that were generated in CollectObservations(VectorSensor). This is mainly useful inside of a Heuristic(in ActionBuffers) method to avoid recomputing the observations.
Declaration
public ReadOnlyCollection<float> GetObservations()
Returns
| Type | Description |
|---|---|
| ReadOnlyCollection<float> | A read-only view of the observations list. |