Class | Description |
---|---|
UCT |
An implementation of UCT [1].
|
UCTActionNode |
UCT Action node that stores relevant action statics necessary for UCT.
|
UCTActionNode.UCTActionConstructor |
A factory for generating UCTActionNode objects.
|
UCTStateNode |
UCT State Node that wraps a hashed state object and provided additional state statistics necessary for UCT.
|
UCTStateNode.UCTStateConstructor |
A factory for generating UCTStateNode objects
|
UCTTreeWalkPolicy |
This policy is for use with UCT.
|