MonteCarlo
Classes
Constants
- C_ks :
number
From: A Survey of Monte Carlo Tree Search Methods The value Cp = 1/√2 was shown by Kocsis and Szepesvari [120] to satisfy the Hoeffding ineqality with rewards in the range [0, 1]
Functions
- recordArbitratedPlayout(node, state)
- computeNodeSelectionScore(parent, child) ⇒
number
- materializedEdgeTarget(state, source, edge, computeTerminalFlag, heuristic)
C_ks : number
From: A Survey of Monte Carlo Tree Search Methods The value Cp = 1/√2 was shown by Kocsis and Szepesvari [120] to satisfy the Hoeffding ineqality with rewards in the range [0, 1]
Kind: global constant
recordArbitratedPlayout(node, state)
Kind: global function
Param | Type |
---|---|
node | StateNode |
state | S |
computeNodeSelectionScore(parent, child) ⇒ number
Kind: global function
Param | Type |
---|---|
parent | StateNode |
child | StateNode |
materializedEdgeTarget(state, source, edge, computeTerminalFlag, heuristic)
Kind: global function
Param | Type |
---|---|
state | S |
source | StateNode |
edge | MoveEdge |
computeTerminalFlag | function |
heuristic | function |