mlrl.testbed.modes.mode_run module

Author: Michael Rapp (michael.rapp.ml@gmail.com)

Provides classes that implement a mode of operation for re-running experiments based on their meta-data.

class mlrl.testbed.modes.mode_run.RunMode

Bases: InputMode

An abstract base class for all modes of operation for re-running experiments based on their meta-data.

to_enum() ExperimentMode

Returns the ExperimentMode that corresponds to this mode of operation.

Returns:

An ExperimentMode