final working i think
This commit is contained in:
parent
e4fca60692
commit
ed2bfe4f88
4 changed files with 11 additions and 5 deletions
1
play.py
1
play.py
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue