autonomous-learning-library
autonomous-learning-library copied to clipboard
Refactor `Preset` and `Experiment` API
In short, I want Preset
to have more controller of the Experiment
that gets created, in order to support parallel execution, multiprocessing, etc. This gives the user much more control over execution. Have not settled on a design yet.