google / evojax

Apache License 2.0
826 stars 78 forks source link

Evolving topology of NN #54

Closed TheMightiestCarrot closed 1 year ago

TheMightiestCarrot commented 1 year ago

Hey guys,

amazing work! Quick question, is it possible to also evolve topology of networks using your framework? Like NEAT does?

lerrytang commented 1 year ago

Hi, thanks for the question. Although we don't have an example in the repo yet, it is possible to implement NEAT in evojax. I'll put this in my TODO list and release an example early next year.

TheMightiestCarrot commented 1 year ago

thanks for answer, here are some repositories for inspiration: https://github.com/uber-research/PyTorch-NEAT https://github.com/uber-research/deep-neuroevolution https://github.com/CodeReclaimers/neat-python

https://github.com/nnaisense/evotorch (even though its not NEAT)

jsykes commented 1 year ago

Seeing this marked as completed had me thinking there was one added.