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