git clone this directory then install stack(haskell package management tool)
then run stack setup
and stack build
stack exec neural-swarm [ARG]
possible arguments are
- run
- train
- test
Research to teach a swarm containing neural networks to reach emergent behavior
HaskellBSD-3-Clause