Overview
Contents
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.
Highlight
2024
2023
2021-2022
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={arXiv preprint arXiv:2210.11339},
doi={10.48550/arXiv.2210.11339},
year={2022}
}