Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 261 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 261 Bytes

This is the implementation of training a game using Q-learning. The game is made using pygame.

The main code is in dqn_game.py

It is not pre-trained. As the code is run the game starts training the agent, and it gets better and better as the score increases.