Search found 180 matches
- Sun Jan 29, 2023 2:43 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
I intend to do so, but the current implementation may be wrong. https://github.com/zakki/cgos/blob/8729a8ad966e71a279022d9925a3fa837eceb446/server-python/cgos/app/cgos.py#L893 I feel the best way is to check the password first, then kill the old connection if the password is OK. I guess sending on ...
- Sun Jan 29, 2023 3:03 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Another connection problem: 2023-01-29 01:54:37,859: Engine "crazy_test" playing white. 40 moves generated. Time left: 634.881 sec 2023-01-29 01:55:11,526: Socket error. CGOS connection lost. 2023-01-29 01:55:11,527: Disconnecting 2023-01-29 01:55:11,527: Attempting to connect to server '2...
- Sun Jan 29, 2023 2:32 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
I tried to reconnect after interrupting the script and got this error: CGOS Error: You are already logged on! Closing connection. It seems the server does not track disconnection well. Here is the log: 2023-01-29 01:25:36,886 - INFO: Shutting down CGOS connection 2023-01-29 01:25:47,986 - INFO: Chos...
- Sun Jan 29, 2023 1:27 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
After moving in the game history, the board becomes dirty:


- Sun Jan 29, 2023 12:48 am
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Hi, I fixed my bug: I was sending a multi-line json. Only the closing "}" was sent as analysis. That may have been a source of problems on your side. It may be worth documenting that the json must be on a single line. I now send a single json line without spaces. It seems to be working bet...
- Thu Jan 26, 2023 7:33 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Another remark: do you plot the win rate of the most visited move? Instead of plotting the win_rate and score of a single move, it would seem better to provide the win_rate and score (and visit count) at the root.
- Thu Jan 26, 2023 7:26 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Hi, So I made a first try today. This is the game it produced: http://203.138.189.63/cgos/viewer.cgi?19x19/SGF/2023/01/26/425.sgf It is a bit strange, because in order to produce a plot, I have to go to the end of the game, and undo moves one by one. Otherwise, nothing is displayed. I started the ga...
- Tue Jan 24, 2023 11:41 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Great job! Strangely, I could not see any data from the sgf you linked. But I could on this one: http://203.138.189.63/cgos/viewer.cgi?19x19/SGF/2023/01/24/207.sgf It is difficult to guess the meaning of the plot. Which color is which player? I am a bit busy now, but I plan to implement the gtp exte...
- Thu Jan 19, 2023 1:03 am
- Forum: General Discussion
- Topic: Lux AI (Kaggle)
- Replies: 1
- Views: 2301
Re: Lux AI (Kaggle)
Season 2 is announced, with $55,000 of prize:
https://www.kaggle.com/c/lux-ai-2022-beta/
https://www.kaggle.com/c/lux-ai-2022-beta/
- Fri Jan 13, 2023 6:25 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 15
- Views: 449
Re: Python version of CGOS by Zakki
Hi,
Great to have you here. Welcome to the forum!
It is really great to be able to visualize evaluation plots from CGOS. What are the specs of those gtp extensions so that I can implement it in my program?
Rémi
Great to have you here. Welcome to the forum!
It is really great to be able to visualize evaluation plots from CGOS. What are the specs of those gtp extensions so that I can implement it in my program?
Rémi