garage.experiment.experiment_wrapper module

Run an experiment triggered by run_experiment() in experiment.py.

child_proc_shutdown(children)[source]

Shut down children processes.

Parameters:children (list[garage.plotter.Plotter]) – Instances of plotter to shutdown.
log_parameters(log_file, args)[source]

Log parameters to file.

Parameters:
run_experiment(argv)[source]

Run experiment.

Parameters:argv (list[str]) – Command line arguments.
Raises:BaseException – Propagate any exception in the experiment.