Egalitarian Social Learning (ESL) in Robot Foraging (2012)
Author: Wesley Tansey
This is a demo of robot foraging using Neuroevolution (specifically NEAT) with and without online Egalitarian Social Learning (ESL). The agents begin with randomly initialized networks, resulting in poor starting behaviors. Without ESL, they have fixed policies during each generation and do not improve during the episode. However, ESL agents are able to learn from observations of others in the population and quickly improve their policy. Thus, ESL agents begin to exhibit good behaviors before even the first generation has completed.

NEAT only
NEAT + ESL
Wesley Tansey Ph.D. Student tansey@cs.utexas.edu
Eliana Feasley Former Member elie@cs.utexas.edu
Accelerating Evolution via Egalitarian Social Learning 2012
Wesley Tansey, Eliana Feasley, and Risto Miikkulainen
ESL This is the C# source code for the experiments with Egalitarian Social Learning (ESL) in a robot foraging domain. The re... 2012