diff options
Diffstat (limited to 'python/agent_AB.py')
-rw-r--r-- | python/agent_AB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/agent_AB.py b/python/agent_AB.py index 4a44a83..f8cab77 100644 --- a/python/agent_AB.py +++ b/python/agent_AB.py @@ -28,7 +28,7 @@ class Agent(dba.DotsAndBoxesAgent): def next_action(self): r, c, o = self.controller.get_next_move(self.game_state, time_allowed=self.timelimit) - return r, c, o + return r, c, o def end_game(self): super(Agent, self).end_game() |