public static class UCTActionNode.UCTActionConstructor
extends java.lang.Object
| Constructor and Description |
|---|
UCTActionConstructor() |
| Modifier and Type | Method and Description |
|---|---|
UCTActionNode |
generate(Action a)
Returns a UCTActionNode Object that wraps the given action
|
public UCTActionNode generate(Action a)
a - the action to wrap