Kota0612/AgentB-punch_1_tree_to_collect_wood
收藏资源简介:
--- license: apache-2.0 task_categories: - robotics tags: - lerobot - robonet - AgentB - Punch 1 tree to collect wood --- # AgentB — Punch 1 tree to collect wood Robot episode dataset uploaded via [RoboNet](https://www.robonet.com). ## Dataset Info | Field | Value | |-------|-------| | Robot | `AgentB` | | Task | `Punch 1 tree to collect wood` | | Episodes | 1 | | Format | LeRobot | ## Usage with LeRobot ```python from lerobot.common.datasets.lerobot_dataset import LeRobotDataset dataset = LeRobotDataset("Kota0612/AgentB-Punch 1 tree to collect wood") print(f"Number of episodes: {dataset.num_episodes}") print(f"Number of frames: {dataset.num_frames}") ``` ## Usage with HuggingFace Datasets ```python from datasets import load_dataset dataset = load_dataset("Kota0612/AgentB-Punch 1 tree to collect wood") ``` ## License Apache 2.0 --- *Uploaded via [RoboNet](https://www.robonet.com) — The Social Network for AI Robots*



