DAIRLab / dair_pll

DAIRLab Physics-based Learning Library
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Storage location for experiment-level objects #7

Closed ebianchi closed 1 year ago

ebianchi commented 1 year ago

With some discussion in PR #6 , it would be nice to have an experiment-level way of keeping track of storage locations. Currently there is only formal tracking of study-level storage locations. file_utils.py contains some hacked way of looking up experiment-level storage locations, though this would ideally be replaced by an addition to the SupervisedLearningExperimentConfig class like experiment_storage_name or similar.

mshalm commented 1 year ago

Implemented in #12 .