This is the official repo for $\Sigma$-Agent [CoRL 2024]
git clone https://github.com/TeleeMa/Sigma-Agent.git
Following the RVT to install conda environment and CoppeliaSim.
cd Sigma-Agent
pip install -e .
pip install -e rvt/libs/PyRep
pip install -e rvt/libs/RLBench
pip install -e rvt/libs/YARR
pip install -e rvt/libs/peract_colab
python train.py --exp_cfg_path configs/sigma_agent.yaml --device [GPU NUM]
xvfb-run -a python eval.py --model-folder [PATH TO CKPT FOLDER]/sigma_agent --eval-datafolder [PATH TO RLBENCH/TEST] --tasks all --eval-episodes 25 --device 0 --headless --model-name [MODEL NAME]
If you find this useful, please cite the paper!
@article{ma2024contrastive,
title={Contrastive Imitation Learning for Language-guided Multi-Task Robotic Manipulation},
author={Ma, Teli and Zhou, Jiaming and Wang, Zifan and Qiu, Ronghe and Liang, Junwei},
journal={arXiv preprint arXiv:2406.09738},
year={2024}
}