A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
-
Updated
Oct 1, 2017 - ASP


One of the strengths of evolution strategy algorithm is its linear scalability.
Thus it would be great to have this implemented in Evostra.