Implement a NeuroEvolution of Augmenting Topologies architecture to create an AI that plays perfect flappy birds
HOW TO RUN THIS CODE ON YOUR DEVICE?
1: create and activate a new virtual environment. Type the following in your terminal: "virtualenv env", "source env/bin/activate" (for mac) 2: install the dependencies from requirements.txt into your environment. Type the following in your terminal: "pip install -r requirements.txt" 3: Now simple run the code and watch the AI in action :)