This codebase has been released as a part of OpenTeach
Use the conda environment to install packages required for the policy training using
mamba env create -f conda_env.yml
You can train policies using
python train.py
If you use this repo in your research, please consider citing the paper as follows:
title={OPEN TEACH: A Versatile Teleoperation System for Robotic Manipulation},
author={Aadhithya Iyer and Zhuoran Peng and Yinlong Dai and Irmak Guzey and Siddhant Haldar and Soumith Chintala and Lerrel Pinto},
year={2024},
eprint={2403.07870},
archivePrefix={arXiv},
primaryClass={cs.RO}
}