package prbnmcn-mcts

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Monte-Carlo Tree Search yields a policy, i.e. a way to decide which action to take at each nonterminal state.

type t
type action
val policy : playouts:int -> t -> action gen