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
Currently, the MCTS computations are being executed in the UI thread, which is making the app unresponsive. We need to move these computations over to a worker thread.