ARISE-Initiative / robomimic

robomimic: A Modular Framework for Robot Learning from Demonstration
MIT License
596 stars 182 forks source link

Can it be used for offline learning? #26

Closed deepakraina99 closed 2 years ago

deepakraina99 commented 2 years ago

I have a data collected (images and poses) from real robot. Can I use the Robomimic framework for offline learning?

Thanks.

amandlek commented 2 years ago

Yes, robomimic primarily support offline learning and has been used for both simulation and real-world datasets. The only "online" part of training currently is evaluation rollouts - these can easily be disabled. However, if your real robot dataset only consists of images and poses, you will need to at least have actions defined for each timestep to train your policy. The most basic algorithm (Behavioral Cloning) only uses observations and actions for training. Please see here for more information on the expected dataset structure.