Search found 175 matches
- Thu Jan 26, 2023 7:33 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 8
- Views: 303
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: 8
- Views: 303
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: 8
- Views: 303
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: 2285
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: 8
- Views: 303
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
- Thu Dec 29, 2022 3:40 pm
- Forum: Go AI
- Topic: Python version of CGOS by Zakki
- Replies: 8
- Views: 303
- Mon Nov 28, 2022 4:20 am
- Forum: Go AI
- Topic: Symplect Go won UEC Cup 14th
- Replies: 1
- Views: 306
Re: Symplect Go won UEC Cup 14th
Thanks a lot for posting the result and managing the server. I am looking forward to my next participation.
- Sat Nov 19, 2022 12:00 pm
- Forum: MCTS, RL, and neural networks
- Topic: Experiments with Hex in OpenSpiel and AlphaZero
- Replies: 0
- Views: 589
Experiments with Hex in OpenSpiel and AlphaZero
https://era.library.ualberta.ca/items/72772250-6770-4d5a-ac64-69ee2e0ccaa1 OpenSpiel is an open-source software system for implementing high-performance software players for many different computer games. Hex is a two-player game of perfect information used in a variety of computer games research pr...
- Thu Nov 10, 2022 5:43 am
- Forum: General Discussion
- Topic: How to learn programming Game Enemy AI in C++
- Replies: 1
- Views: 2168
Re: How to learn programming Game Enemy AI in C++
Hi, welcome to the forum! I do not know much about books or tutorial about learning what you want to learn, but we may be able to help you if you ask more precise questions to this forum. My first advice would to try to come up with a solution by yourself. Did you try anything already. What is block...
- Sat Nov 05, 2022 1:03 pm
- Forum: Go AI
- Topic: beating KataGo by Adversarial attack
- Replies: 2
- Views: 421
Re: beating KataGo by Adversarial attack
Thanks, these are interesting results. I have always felt that it is a fundamental weakness of the AlphaZero approach that the training set is made of self-play games: it does not learn to handle positions that do not occur between very strong players. That may be why Leela Zero had a lot of trouble...