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

Experiment overhauls #6

Open
4 tasks
colinxs opened this issue Jan 6, 2020 · 3 comments
Open
4 tasks

Experiment overhauls #6

colinxs opened this issue Jan 6, 2020 · 3 comments

Comments

@colinxs
Copy link
Contributor

colinxs commented Jan 6, 2020

  • Remove special-casing of Git repo's. Just copy over the folder (but still capture repo metadata).
  • Add ability to instantiate Experiment/JLSOFile (e.g. with_experiment) which (1) activate's the environment stored in the JLSOFile's TOML's and (2) unpacks the saved files into temp dir.
    • Benchmark overhead of (1) instantiation of environment and (2) unpacking
  • rename? Something like ExperimentFile? LyceumFile?
@colinxs
Copy link
Contributor Author

colinxs commented Jan 9, 2020

From Lyceum/LyceumMuJoCo.jl#5:
"""
We want to save more into jlso's:

Save experiment data
save the environment file at that time
save the loaded model file at that time (and meshes? or could symlink...)
save policy, value function, etc.

Then load it all. At least for a visualizer to bring it back. A big reason for this is to run an experiment on a bigger machine, then copy back the jlso onto your local host for rendering; it's annoying to sync the code repos to load the env...
""" - kendall

@colinxs
Copy link
Contributor Author

colinxs commented Jan 14, 2020

also make sure meta doesn't clash with user keys

@colinxs
Copy link
Contributor Author

colinxs commented Jan 17, 2020

Tar.jl

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

No branches or pull requests

1 participant