Constructor Match3Actuator
Match3Actuator(AbstractBoard, bool, int, string)
Create a Match3Actuator.
Declaration
public Match3Actuator(AbstractBoard board, bool forceHeuristic, int seed, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| AbstractBoard | board | |
| bool | forceHeuristic | Whether the inference action should be ignored and the Agent's Heuristic should be called. This should only be used for generating comparison stats of the Heuristic. |
| int | seed | The seed used to initialize Random. |
| string | name |