lis-epfl / robogen

RoboGen - Robot generation through artificial evolution
http://www.robogen.org
GNU General Public License v3.0
27 stars 16 forks source link

Using Generated Robot as a Seed #65

Closed andreww3495 closed 7 years ago

andreww3495 commented 7 years ago

I'm trying to use the generated brain from one evolution as a seed for a new evolution. The output that I am getting from the first evolution is in the javascript format and the text format is required.

Is there a way to convert between the two formats, or to get the text file as an output?