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

Save generation to resume from #46

Open
jauerb opened this issue May 1, 2014 · 0 comments
Open

Save generation to resume from #46

jauerb opened this issue May 1, 2014 · 0 comments

Comments

@jauerb
Copy link
Collaborator

jauerb commented May 1, 2014

Several people have asked about this.

This will require:
(1) an option in the evolutionary conf to specify you want to save all individuals and not just the best
(2) the ability to initialize a new run with this saved population
(a) right now, we cannot go from .json format back to RobotRepresentation objects, so "unserialize" methods will be needed for that
(b) as a simple temporary solution I wrote up https://github.com/jauerb/robogen/blob/master/utils/json_converter.py which will allow converting from .json back to txt format which we can use to seed a new run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant