Skip to content

Conversation

@amjshl
Copy link

@amjshl amjshl commented Aug 9, 2025

-search-contempt implementation on the current master branch
-added support for negative search-contempt, first suggested by Lucario6607 from discord
-added a new parameter ScTemperature, which does a softmax on the visit distribution of frozen nodes. This might mitigate some of the "blunders" observed in the odds bot, though it is recommended to leave it at the default value of 1
-no hit in nps observed with the default value of ScLimit which is 1000000000
-with lower values of ScLimit, nps actually improves

@borg323
Copy link
Member

borg323 commented Aug 10, 2025

The changes inencoder.* seem to be left over from a #2079 update.

@amjshl
Copy link
Author

amjshl commented Aug 10, 2025

The changes in encoder.* are intentional. This is to support the SwapColors options implemented by Naphthalin. This is required to run the odds bot from the black side. Currently I have hardcoded it as false, but this can be easily fixed, which I wanted to discuss here as well. Any easy way of accessing the options_.Get(kSwapColorsId) in the encoder.cc file? Something similar to "options.Get(SharedBackendParams::kPolicySoftmaxTemp" in the neural/wrapper.cc file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants