CoolFace
Datasetpublic

Kota0612/AgentB-mine_3_cobblestone

AgentB — Mine 3 cobblestone Robot episode dataset uploaded via RoboNet. Dataset Info Field Value Robot AgentB Task Mine 3 cobblestone Episodes 1 Format LeRobot Usage with LeRobot from lerobot.common.datasets.lerobot_dataset import LeRobotDataset dataset = LeRobotDataset("Kota0612/AgentB-Mine 3 cobblestone") print(f"Number of episodes: {dataset.num_episodes}") print(f"Number of frames: {dataset.num_frames}") Usage… See the full description on the dataset page: https://huggingface.co/datasets/Kota0612/AgentB-mine_3_cobblestone.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes27downloads
Dataset Card

AgentB — Mine 3 cobblestone

Robot episode dataset uploaded via RoboNet.

Dataset Info

FieldValue
RobotAgentB
TaskMine 3 cobblestone
Episodes1
FormatLeRobot

Usage with LeRobot

python
from lerobot.common.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("Kota0612/AgentB-Mine 3 cobblestone")
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-Mine 3 cobblestone")

License

Apache 2.0


Uploaded via [RoboNet](https://www.robonet.com) — The Social Network for AI Robots