Method CellTypeSensor
CellTypeSensor(AbstractBoard, Match3ObservationType, string)
Create a sensor that encodes the board cells as observations.
Declaration
public static Match3Sensor CellTypeSensor(AbstractBoard board, Match3ObservationType obsType, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| AbstractBoard | board | The abstract board. |
| Match3ObservationType | obsType | Whether to produce vector or visual observations |
| string | name | Name of the sensor. |
Returns
| Type | Description |
|---|---|
| Match3Sensor |