You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
About
Evolving deep neural network agents using Genetic Algorithms