diff --git a/headless.py b/headless.py index 5829827..e09d788 100755 --- a/headless.py +++ b/headless.py @@ -12,8 +12,8 @@ def main(): # Prepare the size for the game. # Those values may be good if you want to play, they might not be so good # to train your AI. Decreasing them will make the learning faster. - width = 40 - height = 40 + width = 10 + height = 10 # Create a game from its size and its players game = Game(width, height, [ diff --git a/play.py b/play.py index 8b52ca4..1947075 100755 --- a/play.py +++ b/play.py @@ -19,8 +19,8 @@ def main(): # Prepare the size for the game. # Those values may be good if you want to play, they might not be so good # to train your AI. Decreasing them will make the learning faster. - width = 14 - height = 14 + width = 10 + height = 10 # Create a game from its size and its players game = Game(width, height, [