Switch language한국어
Back to the list

Evolution through large models

TL;DR AI

Key summary

2 min read
  1. The paper proposes Evolution through Large Models (ELM), using code-trained LLMs to improve mutation in genetic programming.

  2. In experiments, ELM with MAP-Elites produced many working Python walkers in the Sodarace domain.

  3. Those generated programs were then used to train a new model that can choose a suitable walker for a given terrain.

  4. The result suggests code-generating LLMs can boost evolutionary search and bootstrap training data for new tasks with no prior examples.

Read the original