You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return a clean root node on resignation.
We rely on m_root not being null, so if there is no good tree to take
a move from, make a clean new root.
Fixes issue leela-zero#680.