Kota0612/AgentB-craft_1_furnace
收藏资源简介:
--- license: apache-2.0 task_categories: - robotics tags: - lerobot - robonet - AgentB - Craft 1 furnace --- # AgentB — Craft 1 furnace Robot episode dataset uploaded via [RoboNet](https://www.robonet.com). ## Dataset Info | Field | Value | |-------|-------| | Robot | `AgentB` | | Task | `Craft 1 furnace` | | Episodes | 1 | | Format | LeRobot | ## Usage with LeRobot ```python from lerobot.common.datasets.lerobot_dataset import LeRobotDataset dataset = LeRobotDataset("Kota0612/AgentB-Craft 1 furnace") 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-Craft 1 furnace") ``` ## License Apache 2.0 --- *Uploaded via [RoboNet](https://www.robonet.com) — The Social Network for AI Robots*
--- 许可证: Apache-2.0 任务类别: - 机器人学(robotics) 标签: - LeRobot - RoboNet - AgentB - Craft 1 furnace --- # AgentB — 制作1个熔炉(Craft 1 furnace) 本机器人情节数据集通过 [RoboNet](https://www.robonet.com) 上传。 ## 数据集信息 | 字段 | 取值 | |-------|-------| | 机器人 | `AgentB` | | 任务 | `制作1个熔炉(Craft 1 furnace)` | | 情节数 | 1 | | 数据集格式 | LeRobot | ## 使用LeRobot加载数据集 python from lerobot.common.datasets.lerobot_dataset import LeRobotDataset dataset = LeRobotDataset("Kota0612/AgentB-Craft 1 furnace") print(f"Number of episodes: {dataset.num_episodes}") print(f"Number of frames: {dataset.num_frames}") ## 使用HuggingFace Datasets加载数据集 python from datasets import load_dataset dataset = load_dataset("Kota0612/AgentB-Craft 1 furnace") ## 许可证 Apache 2.0 *通过 [RoboNet](https://www.robonet.com) 上传——AI机器人社交网络*



