Woaw !!! Thanks, it works with my computer (Win 10)
If you wish to do so, you can watch the bots play their matches with ...
To make it work and actually show "my" game , I had to type cgosview-win32.exe yss-aya.com 6819 from a folder containing cgosview-win32
I'm looking forward to experimenting with the parameters
WHERE did you type cgosview-win32.exe yss-aya.com 6819? Could you make it clearer? If you open a folder containing cgosview win32 you wont be able to type anything, just clicking on cgosview win32…
tartaric wrote:Thanks Satorian! Just one more question: I don't know the commands of Leela? What should I put in the .txt file to reach the maximum power of Leela? Shouldn't I use a pondering command? This is my species: https://ibb.co/i6MSrv
I think Leela ponders by default and requires --noponder to stop doing so. I don't know of any additional command line parameters for Leela. Perhaps roy7 knows more.
Tartaric, Right-click on the command line at the bottom bar
ta3.jpg (21.97 KiB) Viewed 19383 times
then left-click on the command line icon (=Invite de commandes in the picture) type : cgosview-win32.exe yss-aya.com 6819 (cgosview-win32.exe must be in this folder)
tartaric wrote:WHERE did you type cgosview-win32.exe yss-aya.com 6819? Could you make it clearer? If you open a folder containing cgosview win32 you wont be able to type anything, just clicking on cgosview win32…
Extract the appended file in the directory where you extracted cgosview and simply run the .bat.
When I launch the app now it's say I'm already logged u_u and also my bot lost to zen11.4 lol it's impossible normally. When you don't have the good commands put in the txt file it's not the same. That's why i would prefer testing directly my bot against another user instead of using this complicated website…
tartaric wrote:When I launch the app now it's say I'm already logged u_u and also my bot lost to zen11.4 lol it's impossible normally. When you don't have the good commands put in the txt file it's not the same. That's why i would prefer testing directly my bot against another user instead of using this complicated website…
Yes, perhaps should rather focus on that then.
On a related note, Leela doesn't seem to utilize resources very well on Windows. Right now I'm running Leela_Test, and CPU load rarely exceeds 70% at peak, GPU load rarely exceeds 80%. RAM usage is at about 250 MB and GPU memory at 474 MB (including OS and other apps). Also, it doesn't seem to ponder by default, so I wonder why the --noponder param is provided.
Also testing Leela right now. CPU user far less (~70%) than when I run Python script from github to analyze games with Leela. In that case CPU usage is 100%. And this is strange. Video also never user fully, right now - usually 60%.
Leela parameters can be found in read.me file in leela folder. But not much can be used since time is limited.
aTan wrote:Also testing Leela right now. CPU user far less (~70%) than when I run Python script from github to analyze games with Leela. In that case CPU usage is 100%. And this is strange. Video also never user fully, right now - usually 60%.
Leela parameters can be found in read.me file in leela folder. But not much can be used since time is limited.
Seems like the CPU-only version uses the CPU at 100% all the time. It's the OpenCL version that seems bottlenecked by the GPU, while not completely using all of it.
Satorian wrote:On a related note, Leela doesn't seem to utilize resources very well on Windows. Right now I'm running Leela_Test, and CPU load rarely exceeds 70% at peak, GPU load rarely exceeds 80%. RAM usage is at about 250 MB and GPU memory at 474 MB (including OS and other apps). Also, it doesn't seem to ponder by default, so I wonder why the --noponder param is provided.
Yeah, leela works much better on linux, which is really annoying.
aTan wrote:What does --noponder do? Havne't find any clear explanation anywhere? Does it make leela stronger or weaker?
Leela will normally think during the opponent's time. You can turn that off using --noponder. Makes her weaker.
Leela does ponder by default, it might be the order the time_left and genmove commands are sent to Leela by the cgos script, I'm not sure. It seems to turn her pondering off.
Got Leela setup on my Ubuntu 16.04 boot now. CPU/GPU utilization reaches 100%, but memory footprint is still surprisingly small. It's below 80 MB in RAM and ~180 MB in GPU memory.
As for the pondering: That's a function of genmove versus kgs-genmove_cleanup. Simple genmove keeps pondering after move generation, while kgs-genmove_cleanup stops as soon as the move is generated.
Also, looking to compare Leela's internal benchmarks.
Ubuntu 16.04 benchmark 200000 games in 8.02 seconds -> 24937 g/s (3117 g/s per thread) Avg Len: 418.62 Score: -2.561980 netbench 2000 predictions in 3.99 seconds -> 501 p/s 10000 evaluations in 2.73 seconds -> 3663 p/s
Windows 10 benchmark 200000 games in 13.02 seconds -> 15360 g/s (1920 g/s per thread) Avg Len: 418.63 Score: -2.444100 netbench 2000 predictions in 4.19 seconds -> 477 p/s 10000 evaluations in 5.59 seconds -> 1788 p/s