Skip to main content

standard_bots

Function standard_bots 

Source
pub fn standard_bots<G>() -> Vec<BotOption<G>>
where G: Game, G::State: Clone, G::Action: Clone,
Expand description

The bot set every Clone-stated game can offer: random_bot and mcts_bot. A game that also implements Determinize can push ismcts_bot on top.