Skip to content

Instantly share code, notes, and snippets.

View RHeckerIntel's full-sized avatar

Ronald Hecker RHeckerIntel

View GitHub Profile
@RHeckerIntel
RHeckerIntel / scratch.py
Created November 11, 2025 14:06
geti action check
def dataset_check():
"""Check the dataset if the action matches the selected action via policy."""
model_path = "./place-block-model.ckpt"
repo_id = "rhecker/place-block"
l_dm = LeRobotDataModule(
repo_id=repo_id
)
dl = DataLoader(
l_dm.train_dataset,