File size: 170 Bytes
9ae5bf0
 
 
 
 
 
1
2
3
4
5
6
7
from engine.game.game_state import GameState


class Agent:
    def choose_action(self, state: GameState, player_id: int) -> int:
        raise NotImplementedError