lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.56k stars 564 forks source link

Cloud execution for people without high-powered machines #120

Open merlinpan opened 4 years ago

merlinpan commented 4 years ago

Just a wild thought since I saw the news of nvidia's geforce now leaving beta. For people without high-powered gpus, can that become a reasonable way to run katago (or leela, etc)? I guess the list of supported games is currently a curated list of steam/etc though, so getting on that list may take some effort.

lightvector commented 4 years ago

You could try looking at services like https://www.zbaduk.com/tools and such? Or perhaps https://new3rs.github.io/a_master_of_go/index.html? Or https://ai-sensei.com/

I haven't used any of these services, so I don't know how they compare. This is purely just from me googling around.

Other than that, I don't think there's anything specific worth doing here. I just work on the bot engine. Other people are free to use the engine and create interfaces and services. :)