From 94a59d061aacd4cc20ca4e16120b07d07a09be35 Mon Sep 17 00:00:00 2001 From: Jack Vehmeier Date: Mon, 26 Apr 2021 18:30:39 -0500 Subject: i added a space --- python/agent_AB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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() -- cgit v1.2.3