schrum2 / MM-NEAT

Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pac-Man, Tetris, and more, as well as code for Procedural Content Generation in Mario, Zelda, Minecraft, and more!
http://people.southwestern.edu/~schrum2/re/mm-neat.php
Other
50 stars 20 forks source link

Multiobjective: ChangeBlocksFitness and ChangeCenterOfMass #893

Closed schrum2 closed 1 year ago

schrum2 commented 1 year ago

Create and run batch files that combine these fitness functions using multiobjective evolution. See #881 for info on ChangeBlocksFitness

schrum2 commented 1 year ago

This just needs a batch file to be made, and then you can run it on a spare machine overnight @JoannaBlatt

schrum2 commented 1 year ago

Transferring this to @TjRaffert

schrum2 commented 1 year ago

Also, these batch files should use the new direct genotype representation

schrum2 commented 1 year ago

Although we can't do any MOME tests now, you can make a batch file to evolve with these two objectives using NSGA2. You should be able to run that right now

schrum2 commented 1 year ago

We did a run that didn't produce flying machines, but it is also hard to look at the final results. Complete #920 and then run this again, since that will give us more to look at.

schrum2 commented 1 year ago

I think this is complete.