Skip to content

jal278/neuroevolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple neuroevolution example

nn.py contains the artificial neural network code
corridor.py contains the corridor navigating simulation
evolve.py runs evolution

to run:
python evolve.py evolve brain.dat [runs evolution for 200 generations, saves output brain in brain.dat]

to see the output:
python evolve.py load brain.dat [loads the brain stored in brain.dat and runs it in the corridor simualtion]
 

About

Simple Neuroevolution Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages