Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node de-staleifying thread #77

Open
shindavid opened this issue Aug 15, 2023 · 2 comments
Open

Node de-staleifying thread #77

shindavid opened this issue Aug 15, 2023 · 2 comments

Comments

@shindavid
Copy link
Owner

David Wu wrote the following to me:

If I recall correctly, Leela Chess Zero's experimental implementations either included or discussed the possibility of including a special thread, whose job is not to do playouts at all and which never gets blocked on the GPU, it just wanders around the tree, de-staleifying nodes. There of course might be some implementation details too (e.g. ideally there could be some bookkeeping about what nodes that thread should be visiting rather than it just wandering randomly).

@nullhook
Copy link

is there a reference implementation of this?

@shindavid
Copy link
Owner Author

I am not aware of any. If David Wu's message to me was correct, then there may be an implementation of this in LC0, but I have not looked for it. (David Wu is the author of KataGo)

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

No branches or pull requests

2 participants