|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/coffee.hdf5 \ |
|
|
--env_interface MG_Coffee \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/coffee_preparation.hdf5 \ |
|
|
--env_interface MG_CoffeePreparation \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/hammer_cleanup.hdf5 \ |
|
|
--env_interface MG_HammerCleanup \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/kitchen.hdf5 \ |
|
|
--env_interface MG_Kitchen \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/mug_cleanup.hdf5 \ |
|
|
--env_interface MG_MugCleanup \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/nut_assembly.hdf5 \ |
|
|
--env_interface MG_NutAssembly \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/pick_place.hdf5 \ |
|
|
--env_interface MG_PickPlace \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/square.hdf5 \ |
|
|
--env_interface MG_Square \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/stack.hdf5 \ |
|
|
--env_interface MG_Stack \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/stack_three.hdf5 \ |
|
|
--env_interface MG_StackThree \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/threading.hdf5 \ |
|
|
--env_interface MG_Threading \ |
|
|
--env_interface_type robosuite |
|
|
|
|
|
|
|
|
python prepare_src_dataset.py \ |
|
|
--dataset /home/siweih/Project/EmbodiedBM/mimicgen/datasets/source/three_piece_assembly.hdf5 \ |
|
|
--env_interface MG_ThreePieceAssembly \ |
|
|
--env_interface_type robosuite |
|
|
|