make script compatible with lerobot (b536f47) (#38)

* bump openx2lerobot script

* bump agibot2lerobot script

* bump robomind2lerobot script
This commit is contained in:
Qizhi Chen
2025-06-12 20:13:33 +08:00
committed by GitHub
parent 462a2ace0b
commit 297b67cbc2
7 changed files with 36 additions and 80 deletions
+3 -3
View File
@@ -174,7 +174,7 @@ python convert.py \
#### For single node
```bash
cd agibot2lerobot && bash convert.sh
bash convert.sh
```
#### For multi nodes
@@ -197,7 +197,7 @@ On either Node, check the ray cluster status, and start the script
```bash
ray status
cd agibot2lerobot && bash convert.sh
bash convert.sh
```
**Slurm-managed System**
@@ -257,7 +257,7 @@ done
sleep 10
cd agibot2lerobot && bash convert.sh
bash convert.sh
```
**Other Community Supported Cluster Managers**