Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate novelty search #6

Open
2 of 4 tasks
sash-a opened this issue Sep 28, 2020 · 1 comment
Open
2 of 4 tasks

Investigate novelty search #6

sash-a opened this issue Sep 28, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Projects

Comments

@sash-a
Copy link
Owner

sash-a commented Sep 28, 2020

From testing novelty search seems to be doing as it is programmed, but in practice it performs poorly.

Options:

  • compare to openai's method of calculating the novelty metric
  • sqrt the distances
  • add more behaviors to the initial archive
  • compare vector of positions and final position (as a behavioral classification)
@sash-a sash-a added the bug Something isn't working label Sep 28, 2020
@sash-a sash-a self-assigned this Sep 28, 2020
@sash-a sash-a added this to To do in ES Sep 28, 2020
@sash-a sash-a moved this from To do to In progress in ES Oct 1, 2020
@sash-a
Copy link
Owner Author

sash-a commented Oct 3, 2020

9676a5b

@sash-a sash-a moved this from In progress to Done in ES Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
ES
  
Done
Development

No branches or pull requests

1 participant