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
Thy tree doesn't explore all options it just goes down the left most branch. should be an easy fix since all I need to do is change a condition in the recursion.
propagating the heuristic up
Monte Carlo - go down a fair few random branches and get probabilities on what works.