Viren6

Results 10 issues of Viren6

Attempting to run this SPSA tune (https://tests.stockfishchess.org/tests/view/64f2b8d3f5b0c54e3f04cd7e ) with 4096 parameters results in the following errors: Exception AssertionError at games.py:819 Exception ValueError at games.py:900 Finished match uncleanly Unable to start...

The average absolute L1 bias of the L1 3072 master net is 186531 / 3072 = 60.72 In contrast, the average absolute L1 bias of the L1 128 small net...

This PR modifies the NPS measurement for TC scaling to more closely resemble actual testing conditions. In particular, it addresses the point raised in https://github.com/official-stockfish/fishtest/issues/2077 > Currently we run one...

The script from https://github.com/official-monty/montytools/blob/main/BenchNormalization/benchNormToolSF.py was ran with SF16.1 on 2 Ryzen 9 7950X (Eco mode off) systems. Both systems had DDR5 6000Mhz RAM but one had only 1x16GB (Ciekce) whereas...

Some of the iterations are missing somehow: https://tests.stockfishchess.org/tests/view/66410a7b32d968041c323379 ![image](https://github.com/official-stockfish/fishtest/assets/94880762/72278133-b1fd-4be4-b98c-c67754b6beb4) ![image](https://github.com/official-stockfish/fishtest/assets/94880762/9be28ae1-ca92-450c-8e19-197bedb9938b)

This PR fixes the issue of it being possible for there to be no delta when c is between 1 and 2. It also sets c to the real delta...

As a result of https://github.com/official-stockfish/Stockfish/pull/5149 , im opening this issue to bring attention back to: https://github.com/official-stockfish/fishtest/issues/1792 and https://github.com/official-stockfish/fishtest/issues/1781 This PR shows that large scale tunes can be effective. We have...

Releases the worker lock before restarting for an update. Fixes #2130

bug
worker update

After an update is pushed, workers repeatedly print: *** Another worker (with PID=7) is already running in this directory *** This hasn't been discovered yet on the main instance since...

bug
worker update

./build/examples/alpha_zero_torch_example \ --game=kuhn_poker \ --path=/home/privateclient/alpha_zero_stuff/example/ Works fine ./build/examples/alpha_zero_torch_example \ --game=leduc_poker \ --path=/home/privateclient/alpha_zero_stuff/example/ \ --inference_cache=0 \ Works fine (but is slow ofc) ./build/examples/alpha_zero_torch_example \ --game=leduc_poker \ --path=/home/privateclient/alpha_zero_stuff/example/ \ Outputs: Playing game:...