Simulation of evolution of neural network driven agents in the small world with the pieces of food.
Evolving of neural network driven agents
More info in this article (in Russian)
This project depends on Generic Genetic Algorithm project (has a maven dependency)
How neural network driven agent interacts with environment:
- Install Java Runtime Environment
- Download simulator.jar from http://github.com/lagodiuk/evo-neural-network-agents/tree/master/bin
- Launch simulator from command line: java -jar simulator.jar
- You can find here different evolved configurations of neural networks
Language: Java
Build with: Maven
- git clone https://github.com/lagodiuk/genetic-algorithm.git
- git clone https://github.com/lagodiuk/evo-neural-network-agents.git
- mvn -f genetic-algorithm/pom.xml install
- mvn -f evo-neural-network-agents/pom.xml install