Update MCTS to change color for children
This commit is contained in:
@@ -40,13 +40,13 @@ class IMcts(ABC):
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_moves(self) -> Dict[chess.Move, int]:
|
||||
"""
|
||||
Return all legal moves from this node with respective scores
|
||||
:return: dictionary with moves as key and scores as values
|
||||
"""
|
||||
pass
|
||||
#@abstractmethod
|
||||
#def get_moves(self) -> Dict[chess.Move, int]:
|
||||
# """
|
||||
# Return all legal moves from this node with respective scores
|
||||
# :return: dictionary with moves as key and scores as values
|
||||
# """
|
||||
# pass
|
||||
|
||||
"""
|
||||
TODO: add score class:
|
||||
|
||||
Reference in New Issue
Block a user