Skip to content
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

What level is pretrained large20 against random? The win rate is always 0.5 #16

Open
arisliang opened this issue Apr 30, 2018 · 2 comments

Comments

@arisliang
Copy link

The win rate is always 0.5 between large 20 and random, even approaching the end. Is the pretrained model no particular difference than random, even though it's running DNN+MCTS?

screenshot from 2018-04-30 09-09-38

@yhyu13
Copy link
Owner

yhyu13 commented Apr 30, 2018

@arisliang

I tested it and found the same problem. The answer from me is that the MCTS player is broken in some part. If you want to test the greedy policy (DNN top1), you can pull the lasted commit.

@arisliang
Copy link
Author

Pulled the updates, greedy policy works. But it doesn't give win rate. Plus it doesn't seem to me the greedy policy has advantage against random.

screenshot from 2018-05-01 10-09-41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants