mirror of
https://github.com/Tavish9/any4lerobot.git
synced 2026-05-22 01:19:42 +00:00
fix agibot2lerobot and update dirty tasks
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
# AgiBot-World to LeRobot
|
||||
|
||||
AgiBot World, the first large-scale robotic learning dataset designed to advance multi-purpose robotic policies. It is accompanied by foundation models, benchmarks, and an ecosystem to democratize access to high-quality robot data for the academic community and the industry, paving the path towards the "ImageNet Moment" for Embodied AI. (Copied from [docs](https://agibot-world.com/))
|
||||
|
||||
## ⚠️ Dirty Tasks
|
||||
|
||||
| (Gripper) Task ID | (Some episodes) Reason | Fixed By |
|
||||
| :---------------: | :--------------------: | -------- |
|
||||
| task_352 | action_len > state_len | skipping |
|
||||
| task_354 | action_len > state_len | skipping |
|
||||
| task_359 | action_len > state_len | skipping |
|
||||
| task_361 | action_len > state_len | skipping |
|
||||
| task_368 | action_len > state_len | skipping |
|
||||
| task_376 | action_len > state_len | skipping |
|
||||
| task_377 | action_len > state_len | skipping |
|
||||
| task_380 | corrupted mp4 | skipping |
|
||||
| task_384 | corrupted mp4 | skipping |
|
||||
| task_410 | action_len > state_len | skipping |
|
||||
| task_414 | action_len > state_len | skipping |
|
||||
| task_421 | action_len > state_len | skipping |
|
||||
| task_428 | corrupted mp4 | skipping |
|
||||
| task_460 | corrupted mp4 | skipping |
|
||||
| task_505 | corrupted mp4 | skipping |
|
||||
| task_510 | corrupted mp4 | skipping |
|
||||
| task_711 | corrupted mp4 | skipping |
|
||||
|
||||
## 🚀 What's New in This Script
|
||||
|
||||
In this dataset, we have made several key improvements:
|
||||
@@ -129,7 +153,6 @@ Dataset Structure of `meta/info.json`:
|
||||
|
||||
### Download source code:
|
||||
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Tavish9/any4lerobot.git
|
||||
```
|
||||
@@ -239,4 +262,4 @@ cd agibot2lerobot && bash convert.sh
|
||||
|
||||
**Other Community Supported Cluster Managers**
|
||||
|
||||
See the [doc](https://docs.ray.io/en/latest/cluster/vms/user-guides/community/index.html) for more details.
|
||||
See the [doc](https://docs.ray.io/en/latest/cluster/vms/user-guides/community/index.html) for more details.
|
||||
|
||||
Reference in New Issue
Block a user