Did a lot of stuff... Working towards the genetic algorithm
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 12 Mar 2019 03:19:50 +0000 (22:19 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 12 Mar 2019 03:19:50 +0000 (22:19 -0500)
commit6e3cce1f6faf953d45f82a64c520d39a6e6aabe9
tree29257d86e6dcfe781fd6b3146a2a17632320f46e
parent5b60e6cfa04f560bb9c202c0de43a90bc393ae09
Did a lot of stuff... Working towards the genetic algorithm
conf.lua
docs/NEAT [new file with mode: 0644]
main.lua
src/genetics.lua [new file with mode: 0644]
src/input.lua
src/neuralnet.lua [new file with mode: 0644]
src/utils.lua
src/world.lua
test_nn.lua [new file with mode: 0644]