mlrl.testbed.experiments.data module¶
Author Michael Rapp (michael.rapp.ml@gmail.com)
Provides classes for representing data.
- class mlrl.testbed.experiments.data.Properties(name: str, file_name: str, symbol: str | None = '🗀')¶
Bases:
objectThe properties of input or output data.
- Attributes:
name: A name to be included in log messages file_name: A file name to be used when reading from or writing to files symbol: An optional symbol that represents the input or output data