diff options
author | Jack Vehmeier <vehme003@umn.edu> | 2021-04-26 18:30:39 -0500 |
---|---|---|
committer | Jack Vehmeier <vehme003@umn.edu> | 2021-04-26 18:30:39 -0500 |
commit | 94a59d061aacd4cc20ca4e16120b07d07a09be35 (patch) | |
tree | 8f712bc2db3da0fde62042ce502b8217122aa14b | |
parent | refactor things (diff) | |
download | csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar.gz csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar.bz2 csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar.lz csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar.xz csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.tar.zst csci4511w-94a59d061aacd4cc20ca4e16120b07d07a09be35.zip |
i added a space
Diffstat (limited to '')
-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() |