Closed GoogleCodeExporter closed 9 years ago
Thanks, looking into this!
Original comment by ikarpov
on 7 Dec 2011 at 1:00
Original comment by ikarpov
on 7 Dec 2011 at 1:00
It looks like at least part of the problem is that you cannot change the
sliders which provide the weight for different rewards and punishments. If the
weights are set to zero, no matter what the agent does, the combined fitness
(which is calculated as a weighted sum of Z-scores in each fitness dimension)
will be zero...
Original comment by ikarpov
on 7 Dec 2011 at 5:11
Oh, I was able to move sliders by first starting a new rtNEAT team. The sliders
would now then be movable. After that, I would load the old team from file.
Original comment by klan...@gmail.com
on 7 Dec 2011 at 6:32
OK, r1551 enables the sliders whenever a team is loaded.
I believe the problem is just that the new rtNEAT object created when you load
your team doesn't yet know what the weights are it should be using. The fix is
to have the menu send all the slider values whenever the team is loaded. The
workaround is to move each non-zero slider back and forth to re-send the
weights.
Original comment by ikarpov
on 7 Dec 2011 at 8:17
I think r1553 fixes this - langga, please confirm if you can (to do so before
the build comes out, just replace NERO/menu.py with the most recent version.
Original comment by ikarpov
on 7 Dec 2011 at 8:39
Yup, it's fixed now, thanks!
Original comment by klan...@gmail.com
on 8 Dec 2011 at 6:35
Yup, it's fixed now, thanks!
Original comment by klan...@gmail.com
on 8 Dec 2011 at 6:35
Original issue reported on code.google.com by
klan...@gmail.com
on 7 Dec 2011 at 11:44