Predefined implementations of IPlayer
Last updated 3 years ago
Was this helpful?
The simplest kind of agent, it will return a uniform move distribution of all available moves.
Performs the algorithm and chooses the best move. Takes an argument 'foresight', which defines the max number of moves ahead the agent will look.