Removes clock tick control

main
2wenty1ne 2025-12-03 21:55:08 +01:00
parent b4f67688e8
commit 5e0b04fc15
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ def run_game(q_values, EPSILON, ALPHA, GAMMA, REWARD_ON_WIN, REWARD_ON_LOSE):
# pygame.display.flip()
# Cap the frame rate
clock.tick(1000000)
# clock.tick(1000000)
pygame.quit()