Method AddOneHotObservation
AddOneHotObservation(int, int)
Adds a one-hot encoding observation.
Declaration
public void AddOneHotObservation(int observation, int range)
Parameters
| Type | Name | Description |
|---|---|---|
| int | observation | The index of this observation. |
| int | range | The upper limit on the value observation can take (exclusive). |