Skip to content

givewgun/FlappyAI

Repository files navigation

Flappy Bird AI using neural network and genetic algorithm

This code is based on the UCI AI Club Flappy Bird workshop and the flapPybird original ocde

Require

Python 3.6.8 Download. https://www.python.org/downloads/release/python-368/?fbclid=IwAR2tjkyGDbWLivj2TVRRBYpB5hSFk7LmKcCpCKJU9ASrmq2CNcdxwsSZKxg

Has to be python3.6.8, other tensorflow will not install

(optional)create your virtual environment by entering the below command

Windows

pip3.6 install virtualenv

Then, you have to run the following to make and activate the venv

virtualenv flappyenv

flappyenv\Scripts\activate.bat

pip install -r requirements.txt (or use only this line if don't want to create virtualenv)

RUN

python flappy.py

About

Flappy bird AI using neural network and genetic algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages