WACV 2025
The code for the paper:
Incorporating Task Progress Knowledge for Subgoal Generation in Robotic Manipulation through Image Edits
conda create -n taksie python=3.9
conda activate taksie
pip install -r requirements.txt
Run the example inference script to test the subgoal generation:
python example_inference.py
Follow the instructions here to install the CALVIN environment.
Install JAX and jaxrl_m
for the goal-conditioned policy:
# Follow the instructions here to install jax and jaxrl_m:
https://github.com/rail-berkeley/bridge_data_v2
Download the DGBC checkpoint from the provided link. Update the cfg/cfg.yaml
file by replacing the parent directory path with the path to the downloaded checkpoint.
Follow the instructions here to install the LIV framework. Additionally, download the fine-tuned LIV checkpoint for the CALVIN dataset:
- Download the checkpoint: Hugging Face
- Replace the default checkpoint in
~/.liv/resnet50
with the downloaded fine-tuned checkpoint.
Run the evaluation script with the appropriate configuration file:
python evaluate_calvin.py --running_config=cfg/cfg.yaml
Coming soon...
@misc{kang2024incorporatingtaskprogressknowledge,
title={Incorporating Task Progress Knowledge for Subgoal Generation in Robotic Manipulation through Image Edits},
author={Xuhui Kang and Yen-Ling Kuo},
year={2024},
eprint={2410.11013},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2410.11013},
}
Thank you for these excellent works!