Artificial Learning
A collection of 6 posts
Path Finding AI using Genetic Algorithm in Unity - Tutorial Part 2
In Part 1, we created a Neural Network model. That model is filled with random values and needs to be trained before it can behave correctly. In this part, we will implement the genetic algorithm to train it.
Path Finding AI using Genetic Algorithm in Unity - Tutorial Part 1
We will build an AI agent using a Neural network model and train it using a Genetic algorithm. Some understanding of Neural networks and Genetic algorithms will make it easier to follow but is not necessary as we will be discussing them here.