Closed FatFritz2 closed 2 years ago
You would have to be more specific what you want please. Every Stockfish since version 12 uses NNUE.
I want to know how to use a NNUE file to make my engine stronger
All engines I know implement the NNUE in the binary. So there are no further steps necessary.
If this is not the case, you can probably control it via the UCI options. These can be set in the config.yml in the uci_options section.
I mean is there anyway to enter a link with the NNUE file in config.yml or any other files ?
A link? Can you please be more specific about which engine you would like to run with BotLi?
Stockfish 200622_modern.exe + NNUE file
If you have the binary from abrok or somewhere else, the NNUE is already implemented. You don't have to do anything to use NNUE.
I rlly want to change the NNUE to make it stronger
There is no stronger network than the official one. But anyway.
Here is how to set the NNUE to use. Just add such a line to the uci_options
section in config.yml.
EvalFile: "nn-3c0aa92af1da.nnue"
For example. Of course you have to make sure that the engine can find the NNUE.
THANK YOU
But why my engine got an error i added the nnue in the Path
As I said, you need to make sure that the engine can find the NNUE. So you have to download it and put it in the same folder as the engine.
uh ok
thats what happened when i tried to start the bot :(
It would be best if you test it first without BotLi. So directly with the engine. If that works, BotLi should have no problems.
There can be many reasons why it does not work. Maybe the net is not the right architecture.
please help me it's not working
It would be helpful if you could tell me which net you are trying to use.
here...
What is this? I don't see anything helpful in the screenshot.
What net are you trying to use? Where did you get it? Does it work with Stockfish outside of BotLi?
My NET is v4.0 i think... I got the NNUE file from fairy-stockfish.github.io The NNUE worked on f-s 14 outside of BotLi of course
That's the problem, NNUE from fairy-stockfish are not compatible with Stockfish. Either you use fairy-stockfish or you use Stockfish compatible nets.
wow ok thanks
If you have the binary from abrok or somewhere else, the NNUE is already implemented. You don't have to do anything to use NNUE.
Hey author, Please tell me how to use NNUE on the bot please Thank you