In a previous version of this project, you could fire projectiles at a certain direction or speed! But, what if we let an AI try to hit a target? This AI is powered by Reinforcement Learning. An easy to code machine learning algorithm. The AI Learns by randomly firing and is scored based on how far the projectile is from the target. Eventually the AI gets good at knowing what direction and speed to do. The major downside is that training can take a long time. For this project I would estimate that it would have to run non stop for a day or two to see some progress.