mlrl.testbed.experiments.output.sinks.sink_text module

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

Provides classes that allow writing output data to text files.

class mlrl.testbed.experiments.output.sinks.sink_text.TextFileSink(directory: str, options: ~mlrl.util.options.Options = <mlrl.util.options.Options object>, create_directory: bool = False)

Bases: FileSink

Allows to write textual output data to a text file.