NVlabs / FPSci

Aim Training Experiments
Other
67 stars 23 forks source link

Problem with experiment level parameter 'closeOnComplete.' #387

Closed DkLe1ns closed 2 years ago

DkLe1ns commented 2 years ago

If closeOnComplete=True; then the experiment will close after a single session rather than at the end of the experiment, which is a collection of sessions. My workaround is to specify closeOnComplete=True; only in the last session of the experiment and set it to closeOnComplete=False; for all other sessions.

The goal is to specify the parameter closeOnComplete once at the experiment config level.