IPlayer
Game agent
An agent is responsible for evaluating and assigning a confidence against all available moves. This is achieved by returning an IMoveDistribution object.
See Agents for documentation on the predefined implementations of IPlayer.
IMoveDistribution
An IMoveDistribution abstracts choosing a random move from a distribution, where the chance of picking a move is weighted by the agent's assigned confidence.
The UnitInterval
type represents a number between 0 and 1 inclusive.
Last updated