Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 777 Bytes

LiberoSim-Policies

This codebase has been released as a part of OpenTeach

Installation

Use the conda environment to install packages required for the policy training using

mamba env create -f conda_env.yml

Training policies

You can train policies using

python train.py

Citation

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}
}