Removes clock tick control
parent
b4f67688e8
commit
5e0b04fc15
|
|
@ -216,7 +216,7 @@ def run_game(q_values, EPSILON, ALPHA, GAMMA, REWARD_ON_WIN, REWARD_ON_LOSE):
|
||||||
# pygame.display.flip()
|
# pygame.display.flip()
|
||||||
|
|
||||||
# Cap the frame rate
|
# Cap the frame rate
|
||||||
clock.tick(1000000)
|
# clock.tick(1000000)
|
||||||
|
|
||||||
pygame.quit()
|
pygame.quit()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue