A differentiable simulator for robotics
- arXiv preprint: https://arxiv.org/abs/2203.00806
- Python interface: https://github.com/dojo-sim/dojopy
- site: https://sites.google.com/view/dojo-sim
- blue = Dojo nonlinear friction cone
- orange = Dojo linear friction cone
- black = MuJoCo nonlinear friction cone
- magenta = MuJoCo linear friction model
Learning geometry: Learning friction coefficient:
Dojo
can be added via the Julia package manager (type ]
):
pkg> add Dojo
The latest version can be added by calling:
pkg> add Dojo#main
@article{howelllecleach2022,
title={Dojo: A Differentiable Simulator for Robotics},
author={Taylor, A. Howell and Le Cleac'h, Simon and Kolter, Zico and Schwager, Mac and Manchester, Zachary},
journal={arXiv preprint arXiv:2203.00806},
url={https://arxiv.org/abs/2203.00806},
year={2022}
}
Please submit a pull request, open an issue, or reach out to: thowell@stanford.edu (Taylor) or simonlc@stanford.edu (Simon)