schrum2 / EvoCraft-SCOPE

0 stars 0 forks source link

Clear all snake blocks after each generation #48

Closed schrum2 closed 2 years ago

schrum2 commented 2 years ago

interactive_cppn_evolution.py now maintains a all_blocks list that is used to clear out all the blocks generated by evolution after each generation. This is especially important when evolving snakes that go beyond the bounds of what is normally cleared.

Add similar functionality to fitness_cppn_evolution.py

richeyme commented 2 years ago

The sneks now get cleared after every generation