Ed Lee
Ed Lee
Do we want to make this change for nightly too or beta only?
This PR should be against the `beta` branch then. Someone will need to land a patch against mozilla-beta too
Will strange things happen if the config doesn't exist in the feed and someone tries to interact with the "stale" page? E.g., scrolls down to a spoc which then tries...
It sounds like for chess, there's typically at most ~50 legal moves, so forcing 2 visits per move out of 800 might not be too bad at 10% of visits....
Here's some more CCLS games when running with `./lczero-twice -w id351 -n` then `position …` and `go nodes 800` where the prior for the opponent's move was extremely low, so...
> we would also teach the net to not check out the average random crap move often enough That's where we are now, and that's MCTS working as intended. If...
Inferior when playing against itself without the changes? That's expected similar to how playing against itself with one side picking most visited moves vs another side picking moves proportionally to...
I'm assuming you mean specially increasing puct at noised root -- yes, it will probably increase the likelihood of exploring a noised move when other moves look bad. Notably, puct...
Looks like #164/#172/#621 already added support for handling ?model, e.g., https://huggingface.co/chat/?model=microsoft/Phi-3-mini-4k-instruct Could something similar be added to take in ?q similar to https://github.com/ggerganov/llama.cpp/pull/6554 without the other items of UI for...