Skip to content

Created Game Flappy Bird, Applied Genetic Algorithm for Data Generation and used that Data to train SVM model. Game trained to Perfection!!

Notifications You must be signed in to change notification settings

sid230798/Flappy_Bird_Genetic_SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- Project Submission, CSL603
-- First Semester, 2018-19
-- Dr. Narayanan C Kirshnan

-- Team
-- Girish Kumar (2016csb1040)
-- Siddharth Nahar (2016csb1043)
-- Rahul Lahane (2016csb1052)

How to run ?
-----------------

$ cd path/to/unzip/folder
$ cd code/
$ python main.py --model <choice>


Note:
----------
In above command choices are
    1. gan
    2. svm              // gaussian
    3. linearsvm

Dependencies :
-----------------
1. python 3.5
2. pygame 1.9.4
3. numpy 1.15.1
4. sklearn 0.19.2


Genetic algorithm code is present in code/NeuralModel.py

About

Created Game Flappy Bird, Applied Genetic Algorithm for Data Generation and used that Data to train SVM model. Game trained to Perfection!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages