Split solver into MCTS and algorithms
This commit is contained in:
@@ -6,5 +6,7 @@ public enum CompletionState : byte
|
||||
ProgressComplete,
|
||||
NoMoreDurability,
|
||||
|
||||
Other
|
||||
InvalidAction,
|
||||
MaxActionCountReached,
|
||||
NoMoreActions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user