Method SpecialTypeSensor
SpecialTypeSensor(AbstractBoard, Match3ObservationType, string)
Create a sensor that encodes the cell special types as observations. Returns null if the board's NumSpecialTypes is 0 (indicating the sensor isn't needed).
Declaration
public static Match3Sensor SpecialTypeSensor(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 |