Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Py_Shooter ===

A python coding basis to implement  AI or algorithms. 

The game have 2 modes : 

 * AUTO : the algorithm (chooseNextMove) choose best place to go.
 * AI : the model is loaded to find next move.

the data is made of 7 entries (X+Y) :
posX, leftennemies, centerennemies, rightennemies, moveleft (1/0) ,stay(1/0), moveright(1/0)

the trainmodel.py creates a keras model, train against the data collected, and saves it, so that you can now play in AI mode.

About

Shooter in python, to implement an AI.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages