deepneuroevolution icon indicating copy to clipboard operation
deepneuroevolution copied to clipboard

Evolving deep neural network agents using Genetic Algorithms

Evolving deep neural network agents using Genetic Algorithms

Implementing Deep Neuroevolution in PyTorch to evolve an agent for CartPole [code + tutorial]. This code accompanies my tutorial on deep neuroevolution.

The code supports neuroevolution of any PyTorch model (with linear or conv layers).