mani_skill.utils.assets.data#
Asset sources and tooling for managing the assets
Attributes#
Data groups map group ids (typically environment IDs) to a list of data source/group IDs for easy group management. data groups can be done hierarchicaly |
|
Data sources map data source IDs to their respective DataSource objects which contain info on what the data is and where to download it |
Classes#
Functions#
Expand a data group into a list of individual data source IDs |
|
|
Module Contents#
- class mani_skill.utils.assets.data.DataSource[source]#
- mani_skill.utils.assets.data.expand_data_group_into_individual_data_source_ids(data_group_id)[source]#
Expand a data group into a list of individual data source IDs
- Parameters:
data_group_id (str) –
- mani_skill.utils.assets.data.is_data_source_downloaded(data_source_id)[source]#
- Parameters:
data_source_id (str) –
- mani_skill.utils.assets.data.DATA_GROUPS: dict[str, list[str]][source]#
Data groups map group ids (typically environment IDs) to a list of data source/group IDs for easy group management. data groups can be done hierarchicaly
- mani_skill.utils.assets.data.DATA_SOURCES: dict[str, DataSource][source]#
Data sources map data source IDs to their respective DataSource objects which contain info on what the data is and where to download it