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
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
The crash happens whenever a queen gets replaced with an arrow (i.e. an arrow is shot at a queen)
Likely happening when a queen is completely boxed except for being able to move diagonally (often times when a queen is completely boxed but one tile where it can move diagonally)
Experimental bot (Jarod + Colin):
A new MCTS was being created on each move as we added the object under send move
Both MAX_DEPTH and UPPER_TIME_LIMIT have no influence on the duration of a move
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Competition bot (last stable release:
Experimental bot (Jarod + Colin):
MCTS
was being created on each move as we added the object under send moveMAX_DEPTH
andUPPER_TIME_LIMIT
have no influence on the duration of a moveThe text was updated successfully, but these errors were encountered: