neuroevolution-ai / NeuroEvolution-CTRNN_new

MIT License
3 stars 3 forks source link

repeating memory evaluation #64

Open bjuergens opened 3 years ago

bjuergens commented 3 years ago

Idea: We can turn every procgen experiment into a memory experiment by repeating it. For this we evaluate the same individual n times without resetting its neural state between the evaluation runs. During the evolution we ignore the fitness score on the first n-1 runs and only record the fitness from the n-th run.

todo:

The experiment is a success if individuals perform better on the n-th run then on their first run.

Ideas for follow-up features:

maybe related issue #39