MCPcopy Create free account
hub / github.com/SpatialVLA/SpatialVLA / dobbe_dataset_transform

Function dobbe_dataset_transform

data/oxe/transforms.py:894–897  ·  view source on GitHub ↗
(trajectory: Dict[str, Any])

Source from the content-addressed store, hash-verified

892
893
894def dobbe_dataset_transform(trajectory: Dict[str, Any]) -> Dict[str, Any]:
895 # every input feature is batched, ie has leading batch dimension
896 trajectory["observation"]["proprio"] = trajectory["observation"]["state"]
897 return trajectory
898
899
900def roboset_dataset_transform(trajectory: Dict[str, Any]) -> Dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected