IPlayer
Game agent
Last updated
Was this helpful?
Game agent
Last updated
Was this helpful?
An agent is responsible for evaluating and assigning a confidence against all available moves. This is achieved by returning an IMoveDistribution object.
See for documentation on the predefined implementations of IPlayer.
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.