Kota0612/AgentA1-mine_3_stone
收藏Hugging Face2026-03-21 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/Kota0612/AgentA1-mine_3_stone
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
task_categories:
- robotics
tags:
- lerobot
- robonet
- AgentA1
- Mine 3 stone
---
# AgentA1 — Mine 3 stone
Robot episode dataset uploaded via [RoboNet](https://www.robonet.com).
## Dataset Info
| Field | Value |
|-------|-------|
| Robot | `AgentA1` |
| Task | `Mine 3 stone` |
| Episodes | 1 |
| Format | LeRobot |
## Usage with LeRobot
```python
from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
dataset = LeRobotDataset("Kota0612/AgentA1-Mine 3 stone")
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/AgentA1-Mine 3 stone")
```
## License
Apache 2.0
---
*Uploaded via [RoboNet](https://www.robonet.com) — The Social Network for AI Robots*
提供机构:
Kota0612



