mirror of
https://github.com/Tavish9/any4lerobot.git
synced 2026-05-11 12:09:41 +00:00
fe558f7adb
Co-authored-by: ModiShi <modishi@buaa.edu.cn> Co-authored-by: aopolin-lv <aopolin.ii@gmail.com> Co-authored-by: HaomingSong <haomingsong24@gmail.com>
7 lines
206 B
Bash
7 lines
206 B
Bash
export HDF5_USE_FILE_LOCKING=FALSE
|
|
export RAY_DEDUP_LOGS=0
|
|
python agibot_h5.py \
|
|
--src-path /path/to/AgiBotWorld-Beta/ \
|
|
--output-path /path/to/local \
|
|
--eef-type gripper \
|
|
--cpus-per-task 3 |