Skip to content

Commit

Permalink
removed play_move from policy interface
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspTO committed Oct 24, 2021
1 parent 4df319c commit 73e56d1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions policy_module/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73e56d1

Please sign in to comment.