nazaruka / gym-http-api

NSGA2-based Sonic agent + experimental code
MIT License
1 stars 1 forks source link

Problems with when novelty is calculated #35

Closed schrum2 closed 5 years ago

schrum2 commented 5 years ago

Currently, agent novelty is calculated with respect to the parent population or the child population, but it should actually be computed with respect to the combined parent/child population, at least right before selection is performed on the combined population. I suppose that we still need parent population novelty before children are generated.

schrum2 commented 5 years ago

Solved by previous commit