Update sizes

This commit is contained in:
Thomas Forgione 2019-03-27 15:19:54 +01:00
parent 358cb76b61
commit 3397f7e9ec
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ def main():
# Prepare the size for the game. # Prepare the size for the game.
# Those values may be good if you want to play, they might not be so good # 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. # to train your AI. Decreasing them will make the learning faster.
width = 40 width = 10
height = 40 height = 10
# Create a game from its size and its players # Create a game from its size and its players
game = Game(width, height, [ game = Game(width, height, [

View File

@ -19,8 +19,8 @@ def main():
# Prepare the size for the game. # Prepare the size for the game.
# Those values may be good if you want to play, they might not be so good # 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. # to train your AI. Decreasing them will make the learning faster.
width = 14 width = 10
height = 14 height = 10
# Create a game from its size and its players # Create a game from its size and its players
game = Game(width, height, [ game = Game(width, height, [