Skip to content

znoraka/asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Compilation (Linux) :

$ cmake .
$ make

You need the SFML development packages.

Usage :

$ bin/ml <trained network> <inputs number> <neuron number>... <outputs number>

Note: there must be at least 2 outputs (only 2 will be used).

Examples :

$ bin/ml "" 16 10 2
$ bin/ml "weights_16_10_2" 16 10 2
$ bin/ml "" 64 35 35 2

The file "stats.txt" gives statistics on the current networks, you can use gnuplot to view it :

plot 'stats.txt' using 0:1 with lines title "generation max", 'stats.txt' using 0:2 with lines title "selected best", 'stats.txt' using 0:3 with lines title "generation avg"

Use left and right arrows to increase/decrease speed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors