final working i think

This commit is contained in:
mia 2026-04-23 10:39:31 +02:00
parent e4fca60692
commit ed2bfe4f88
4 changed files with 11 additions and 5 deletions

View file

@ -5,6 +5,7 @@ if __name__ == "__main__":
# Train the AI with 1000 games
print("START TRAINING \n")
ai = train(1000)
print(ai.q)
# Start the game and play against the trained AI
print("STARTING THE GAME \n")