Runner

class maze.runner.Runner

Runner interface for running Maze from CLI.

This class will be instantiated from the config obtained from hydra (cfg.runner). Then, the run method will be called, being supplied the whole hydra config (cfg).

abstract run(cfg: omegaconf.DictConfig)None

Perform the run.

Parameters

cfg – Config of the hydra job.