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
I tried to run the mcts on the top of the simple maze example ([3,3]) as described in the ReadMe file. The error occurs when executing this line of code : root = StateNode(parent=None, state=MazeState([0, 0]))
I get this error when I run the code. Any suggestions?
The text was updated successfully, but these errors were encountered: