This repository contains the analysis made from the data collected from human game sessions versus the data collected from a RL - DQN model post learning. It serves as a concluding phase of the project : AsteroidsAI.
The human game repo can be found at : https://github.com/lokranjanp/Asteroids
The RL - DQN game can be found at : https://github.com/lokranjanp/AsteroidsAI
Please run the agent.py script to begin your local training. A pre-trained model can be found in the model directory in the RL - DQN repository.