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

Ray never returns next move. #177

Closed
kobanium opened this issue Sep 8, 2024 · 1 comment
Closed

Ray never returns next move. #177

kobanium opened this issue Sep 8, 2024 · 1 comment
Assignees
Labels

Comments

@kobanium
Copy link
Owner

kobanium commented Sep 8, 2024

Check #174 for details.

@kobanium kobanium added the bug label Sep 8, 2024
@kobanium kobanium self-assigned this Sep 8, 2024
@kobanium
Copy link
Owner Author

kobanium commented Sep 9, 2024

When Ray plays any move, json data is fulfilled

= 
{ "winrate": 0.2005,"visits": 9884, "moves": [{ "move": "B7","winrate": 0.2122,"prior": 0.045090,"pv" : "B7 C7 D6 B5 S7 S11","visits" : 1475},{ "move": "C7","winrate": 0.2077,"prior": 0.082815,"pv" : "C7 B7 D8 D9 E9 E8 D7","visits" : 1358},{ "move": "D11","winrate": 0.2069,"prior": 0.047303,"pv" : "D11 E8 F8 E9 F9","visits" : 1160},{ "move": "D5","winrate": 0.1940,"prior": 0.183580,"pv" : "D5 C4 D7 C7 B7","visits" : 1031},{ "move": "M2","winrate": 0.2065,"prior": 0.001989,"pv" : "M2 D9 E9 E8 D6","visits" : 978},{ "move": "D7","winrate": 0.1990,"prior": 0.030015,"pv" : "D7 C7 D6 D9 E9 B7","visits" : 794},{ "move": "E8","winrate": 0.1960,"prior": 0.045799,"pv" : "E8 C7 D6 B7 D8","visits" : 745},{ "move": "K2","winrate": 0.2003,"prior": 0.002351,"pv" : "K2 D9 E9 E8","visits" : 599},{ "move": "D9","winrate": 0.1777,"prior": 0.173544,"pv" : "D9 C7 D6 C9 E8","visits" : 557},{ "move": "S7","winrate": 0.1946,"prior": 0.014446,"pv" : "S7 D9 C7 B7","visits" : 519},{ "move": "B10","winrate": 0.1949,"prior": 0.005953,"pv" : "B10 B9 B11 D9","visits" : 431},{ "move": "S11","winrate": 0.1561,"prior": 0.007492,"pv" : "S11 S10 T12 S7","visits" : 237}],"ownership": "oeSHEBAAADGLWo25566ssFFGAAAACGHQn75667ssF5VVABAAIDDh17677ssF5kAADBAf88839887sr55jNAIAAar0tmi878rtt5uk6I3aUlzoWLL75vsz1z06v3lOk5mVMLL5y44yyz0zvlZksgJJkmmrmjrzzywtnjmqbLMJPVcYLj60ywvsrtwnJLJQRSPPevzzzzyz199nfeZZNLJbpz244347988xunjKKWku4999999B8377mgIHvu55BBBBBBBguL7NVHICl5HHFFHIILUZLENOFEEE5GIHHMONKMMDHJLDDBFCKGDLPTPKDGHIKLDDDDCGGIMQSQMIIJKKLDDDDEFHJMPRQNKJKKKK","comment" : "Ray selected the next move based on Monte-Carlo tree search."}
play B7

When Ray resign, json data is empty

= 

play resign

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

No branches or pull requests

1 participant