mlrl.testbed_slurm.runner module¶
Author: Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes that allow to run experiments via the Slurm Workload Manager.
- class mlrl.testbed_slurm.runner.SlurmRunner¶
Bases:
RunnerA BatchMode.Runner that allows to run experiments via the Slurm Workload manager.
- class ConfigFile(file_path: str, schema_file_path: str)¶
Bases:
objectA YAML configuration file that configures Slurm jobs to be run.
- property after_script: List[str]¶
The shell commands to be executed after the experiment has finished.