Experiment Logging

Classes for logging experimental data to files in a well-specified format.

ExperimentLogger

class autolab_core.ExperimentLogger(experiment_root_path, experiment_tag='experiment', log_to_file=True, sub_experiment_dirs=True)

Abstract class for experiment logging.

Experiments are logged to CSV files, which are encapsulated with the CSVModel class.