[computer-go] 19x19 CGOS
Jason House
jason.james.house at gmail.com
Thu Jun 7 06:41:41 PDT 2007
On 6/7/07, Don Dailey <drd at mit.edu> wrote:
>
> I noticed there is almost no activity on the 19x19 server.
I can run an old version of housebot (0.4) on the server. It does 1-ply
search with heuristics, so its rating would be quite low, but it's almost
zero CPU load. It can run 24/7 minus outages due to my unreliable internet
connection.
It would be nice to get some competition going, it doesn't matter if
> it's playing well below gnugo's level, a lot of program play at that
> level so it would be great.
In a few weeks, housebot 0.6 will start on the 9x9 server. Probably a week
or two after that it'll start on the 19x19 server as well. It'll be a
massive CPU hog and will split its time between the various servers. By
default, I'd probably end up with a simple shell scripts along the lines of
the following:
#! /bin/sh
while [1 -eq 1]
do
./housebot-cgos --server=9x9 --numgames=1
./housebot-cgos --server=19x19 --numgames=1
./housebot-kgs --numgames=1
done
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://computer-go.org/pipermail/computer-go/attachments/20070607/24d68f33/attachment.htm
More information about the computer-go
mailing list