Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 430 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 430 Bytes

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).