Skip to content

paraschopra/deepneuroevolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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