We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be able to run sim.save() to save the whole state of a simulator (static params, etc).
sim.save()
The text was updated successfully, but these errors were encountered:
Maybe have save create a directory and dump everything in there. Keep YAML format, make sure every parameter (ie image) is saved outside the yaml.
Sorry, something went wrong.
In the simulator class have save and load methods. Could make it so that __new__ is call on load so that the correct object is returned
__new__
No branches or pull requests
Should be able to run
sim.save()
to save the whole state of a simulator (static params, etc).The text was updated successfully, but these errors were encountered: