mlrl.testbed.experiments.output.sinks.sink_yaml module

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

Provides classes that allow writing output data to YAML files.

class mlrl.testbed.experiments.output.sinks.sink_yaml.YamlFileSink(directory: ~pathlib.Path, options: ~mlrl.util.options.Options = <mlrl.util.options.Options object>, create_directory: bool = False)

Bases: FileSink

Allows to write structural output data to a YAML file.

SUFFIX_YAML = 'yml'