diff --git a/policy_module/policy.py b/policy_module/policy.py index cdb4bff..2434115 100644 --- a/policy_module/policy.py +++ b/policy_module/policy.py @@ -14,10 +14,3 @@ def play_game(self) -> Game: raise NotImplementedError - def play_move(self,observation,player,mask) -> Tuple[Node,int]: - """ calls the do_search method and uses the information of the search - to choose an action to take. - returns the node and the number of the action - it should return a node with the observation and player """ - - raise NotImplementedError \ No newline at end of file