Simulated environment code for the paper
Learning Dynamic Tasks on a Large-scale Soft Robot in a Handful of Trials - Project Page
Abstract
Soft robots offer more flexibility, compliance, and adaptability than traditional rigid robots. They are also typically lighter and cheaper to manufacture. However, their use in real-world applications is limited due to modeling challenges and difficulties in integrating effective proprioceptive sensors. Large-scale soft robots (
Throwing Task:
Hammering Task:
Instructions tested on ubuntu 20.04 and Python3.8
Clone the repo and run pip install.
pip install -e .
- Add Mujoco environments
- Add BayesOpt Code
- Add Genetic algorithm baselines
If you find this useful, please cite the paper!
@inproceedings{Zwane2024,
author = {Sicelukwanda Zwane and Daniel G. Cheney and Curtis C Johnson and Yicheng Luo and Yasemin Bekiroglu and Marc Killpack and Marc P. Deisenroth},
booktitle = {Proceedings of the International Conference on Intelligent Robots and Systems (IROS)},
date = {2024-10-14},
title = {Learning Dynamic Tasks on a Large-scale Soft Robot in a Handful of Trials},
year = {2024}
}