-
Notifications
You must be signed in to change notification settings - Fork 20
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
three-head neural network #1
Comments
Hi Junyan, Thanks. Thank you for your information, I wasn't aware of gzero yet. |
There were many ideas from the thread, so I asked whether there are something similar to your work. When @jillybob posted the abstract, I saw that the third head is an action-value head, so it is similar to what @gcp suggested in the original post: From your abstract:
So the difference with proposals in that thread is that you don't use any additional data to train the action-value head. People there worried about that a new training data format will not be backward compatible, so your technique seems very attractive. Could you please briefly explain the idea, provide full-text through email, and/or allow people discuss about it openly? If you are unwilling to do so before the ICGA Olympiad, I totally understand. |
yes, you are right. Using my technique, there is no concern for compatibility of data. I've sent you an email. |
Thank you! |
Greetings, Chao,
Your recent works on using CNN to enhance MoHex 2.0 and to guide proof search are really interesting! Solving Go hasn't made progress for nearly 10 years, and I wonder if we can do something with the help with neural nets. Good luck to MoHex-CNN at the upcoming ICGA Olympiad!
And thank you for sharing the trained model and self-play games! (In contrast to Facebook ELF OpenGo who released a model but none of the self-play games.)
I am writing this post because I find a new paper on your homepage titled "Three-Head Neural Network Architecture for Monte Carlo Tree Search". Is it some idea similar to leela-zero/leela-zero#1109, or unrelated? Would you mind sending full-text to my email address?
For your information, the author of https://github.com/ggplib/ggp-zero/, @richemslie, is also training models for Hex 11x11 and 13x13 and put his bot on Little Golem playing as gzero_bot.
Sincerely,
Junyan
The text was updated successfully, but these errors were encountered: