yaml
YamlDataLoader(path)
Bases: Dataset
DataLoader for YAML files.
Initialize the YamlDataLoader.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path
|
str | Path
|
Path to the YAML file. |
required |
Source code in src/flowcean/environments/yaml.py
12 13 14 15 16 17 18 19 |
|