Functionmake_bool_maskMake a boolean mask for the given dimensions. Example: make_bool_mask(2, -2, 2) == (True, True, False, False, True, True) make_bo
src/openpi/transforms.py:406
Functionport_aloha(
raw_dir: Path,
repo_id: str,
raw_repo_id: str | None = None,
task: str = "DEBUG",
*,
examples/aloha_real/convert_aloha_data_to_lerobot.py:229
Functionport_aloha(
raw_dir: Path,
repo_id: str,
raw_repo_id: str | None = None,
task: str = "DEBUG",
*,
examples/aloha_real/convert_self_data_to_lerobot.py:241