schrum2 / MM-NEATv2

MM-NEAT version 2.0 is no longer supported. Please get MM-NEAT 3+ from https://github.com/schrum2/MM-NEAT
Other
11 stars 5 forks source link

DefendCenter fitness functions (multiobjective) #202

Closed schrum2 closed 8 years ago

schrum2 commented 8 years ago

Break up the components of the Reward function in the Defend Center task into two: one fitness function for time alive, and another for number of targets hit. Try to maximize both.

Also track the original reward function as an "other" score.

Serenamidori commented 8 years ago

Just double checking this wording, you want only two fitness functions and the old "score" is now the other? I'll be doing this unless you want me to change it back

Serenamidori commented 8 years ago

Update: tested this with DefendCenter smudged and row, but we'll probably want to double check inputs and correct code tomorrow.

Serenamidori commented 8 years ago

Error was corrected, sensor labels are printing out correctly and VizDoom DefendCetner is working well