mlrl.testbed.experiments.input.sources.source_yaml module

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

Provides classes that allow reading input data from YAML files.

class mlrl.testbed.experiments.input.sources.source_yaml.YamlFileSource(directory: Path, schema_file_path: Path | None = None)

Bases: StructuralFileSource

Allows to read structural input data from a YAML file.

SUFFIX_YAML = 'yml'