vlad17 / mve

MVE: model-based value estimation
Apache License 2.0
10 stars 0 forks source link

get rid of experiment_main #336

Closed vlad17 closed 6 years ago

vlad17 commented 6 years ago

experiment_main currently wraps a lot of stuff and then calls a true main.

Instead, it should be a generator/context manager which takes as arguments booleans about what exactly should be initiated (new directory created or no? reporter created or no? etc.).