MCPcopy
hub / github.com/Farama-Foundation/Metaworld / full_V3_path_for

Function full_V3_path_for

metaworld/asset_path_utils.py:12–21  ·  view source on GitHub ↗

Retrieves the full, absolute path for a given V3 asset Args: file_name: Name of the asset file. Can include subdirectories. Returns: The full path to the asset file.

(file_name: str)

Source from the content-addressed store, hash-verified

10
11
12def full_V3_path_for(file_name: str) -> str:
13 """Retrieves the full, absolute path for a given V3 asset
14
15 Args:
16 file_name: Name of the asset file. Can include subdirectories.
17
18 Returns:
19 The full path to the asset file.
20 """
21 return str(ENV_ASSET_DIR_V3 / file_name)

Callers 15

model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90
model_nameMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…