Places to test your bots against others

Any topic that does not fit elsewhere
Post Reply
jacek
Posts: 2
Joined: Wed Dec 15, 2021 9:29 pm

Places to test your bots against others

Post by jacek »

Hello!

Do you know any websites or places where I could test my bots against others in various board games? For chess probably I could upload engine to CCRL and see the results. There is codingame which has several board games, you can write in multiple languages and I have quite success in some of them. There is also littlegolem but it's correspondence only. I'm interested mainly in websites that have available games all the time, not only for some time for competitions.
Rémi Coulom
Posts: 219
Joined: Tue Feb 12, 2008 8:31 pm
Contact:

Re: Places to test your bots against others

Post by Rémi Coulom »

HI Jacek,

Welcome to the forum.

For Go, there is CGOS: http://www.yss-aya.com/cgos/

Shogi also has a similar server: http://wdoor.c.u-tokyo.ac.jp/shogi/index-e.html

Ataxx used to have a server, but it looks broken at the moment: http://server.ataxx.org/

I also participate in codingame, and like it a lot. The size limit of codingame makes it impossible to run most of my software. But I may build a compact version of my neural-network code for this purpose.

Rémi
jacek
Posts: 2
Joined: Wed Dec 15, 2021 9:29 pm

Re: Places to test your bots against others

Post by jacek »

Thanks.

The CGOS server seemed broken for a while but works now. Now it is mostly occupied by A0 likes bots? :o
As for codingame, code size limit is a challenge and makes you creative ;) I keep the NNs rather small and they still play reasonable games.

Cheers!
Post Reply