robomimic fork for CLASS
August 18, 2025 ยท View on GitHub
Installation
Install using the following commands
$ bash ./scripts/setup.sh
Prepare Dataset
$ bash ./scripts/prepare_dataset.sh
Precompute and Pretrain
$ bash ./scripts/precompute_pretrain.sh
Finetune
Change "experiment/ckpt_path" argument from robomimic/exps/templates/diffusion_policy_finetune.json by selecting the last (or best) checkpoint from pretraining. (e.g., logs/dp_imn_pretrain/YYYYMMDDHHMMSS/models/model_epoch_50_image_v15_success_0.92.pth) and run the following command.
$ bash ./scripts/finetune.sh
Train from Scratch ๐ค
Alternatively, you can also train from scratch for ablation.
$ bash ./scripts/train.sh