-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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 :
['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 ?