Overview#

Deoxys is a modularized, real-time controller library for Franka Emika Panda to facilitate robot learning research. Deoxys is developed by Yifeng Zhu and aims to democratize basic knowledge of robot manipulation to the robot learning community through open-sourcing the controller implementation.

Here are a list of features that we identified as strengths of our library.

✔ A user-friendly Python Interface and real-time controller implementation in C++
✔ Specialized for research on closed-loop visuomotor skill learning
✔ Easy configuration of robot controllers
✔ Seamless transfer from robosuite for real-robot control

Past research#

A number of projects have been boosted by Deoxys. Here is a list of publications based on Deoxys so far.

Reference#

If you find this repo useful for your research, please cite us through the following work:

@article{zhu2022viola,
  title={VIOLA: Imitation Learning for Vision-Based Manipulation with Object Proposal Priors},
  author={Zhu, Yifeng and Joshi, Abhishek and Stone, Peter and Zhu, Yuke},
  journal={6th Annual Conference on Robot Learning},
  year={2022}
}