-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UCB choice? #44
Comments
Yeah, see #14 . Would that be useful to you? If so, I can probably find time to implement it tomorrow. |
No hurry, I've just over written best_sanode_UCB. Also this by itself would useless without changing the StateNode type to include the state (my other issue yesterday). What I'm trying to do is implement the AlphaZero algorithm using Flux and MCTS. In that the UCB function depends on the neural net applied to the current state. |
Right, yeah it should be configurable and there needs to be a way to access the state. |
the discussion for this is moving to #14 |
Have you thought about making the UCB a user definable property of the mctssolver type, as you did with init_Q?
The text was updated successfully, but these errors were encountered: