You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing badgyal, your A0Lite runs fine in CuteChess (i'm on Xubuntu 20.04) .. your readme states by default it uses MeanGirl-8 (32x4) net on CPU. I did a log by str(dir(badgyal)) in search/meangirl_net.py and i see some other 'nets' (?) are included / available in badgyal :
after installing badgyal, your A0Lite runs fine in CuteChess (i'm on Xubuntu 20.04) .. your readme states by default it uses MeanGirl-8 (32x4) net on CPU. I did a log by
str(dir(badgyal))
insearch/meangirl_net.py
and i see some other 'nets' (?) are included / available in badgyal :['AbstractNet', 'BGNet', 'BGTorchNet', 'BGXLTorchNet', 'GGNet', 'LENet', 'LETorchNet', 'MENet', 'MGNet', 'WDLNet', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'abstractnet', 'bgnet', 'bgtorchnet', 'bgxltorchnet', 'board2planes', 'bulk_board2planes', 'ggnet', 'lc0_az_policy_map', 'lenet', 'letorchnet', 'menet', 'mgnet', 'model', 'net', 'policy_index', 'proto', 'wdlnet']
can we change the net ? Replace it by some other .nn / nnue ? How ? After installing, where does badgyal hold its nets ?
The text was updated successfully, but these errors were encountered: