You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have standard YAML config file formats for specifying trials and experiments (see issue #29), we need to implement a ConfigManager that can automatically translate back and forth between the YAML config files and live ConfigTuples to be used at runtime. This is important not only so it's easier to specify experiments, but also because we need to save a copy of the corresponding trial config file alongside the results of each trial for ease of identification and replication.
It would be nice to have a working version of this to test with ExperimentRunner once the latter is almost done being debugged.
The text was updated successfully, but these errors were encountered: