Skip to content

A software framework integrating various imitation learning methods and benchmark environments for robotic manipulation

License

Notifications You must be signed in to change notification settings

isri-aist/RoboManipBaselines

Repository files navigation


A software framework integrating various imitation learning methods and benchmark environments for robotic manipulation.
Provides easy-to-use baselines for policy training, evaluation, and deployment.

CI-install CI-pre-commit LICENSE

RoboManipBaselines_VideoVer200.mp4
RoboManipBaselines_VideoVer100.mp4

🚀 Quick Start

Start collecting data in the MuJoCo simulation, train your model, and rollout the ACT policy in just a few steps!
📄 See the Quick Start Guide.


⚙️ Installation

Follow our step-by-step Installation Guide to get set up smoothly.


🧠 Policies

We provide several powerful policy architectures for manipulation tasks:

  • 🔹 MLP – Simple feedforward policy
  • 🔹 SARNN – Sequence-aware RNN policy
  • 🔹 ACT – Transformer-based imitation policy
  • 🔹 DiffusionPolicy – Diffusion-based behavior cloning

📦 Data


🎮 Teleoperation

Use your own teleop interface to collect expert data.
See Teleop Tools for more info.


🌍 Environments

Explore diverse manipulation environments:


🧰 Miscellaneous

Check out Misc Scripts for standalone tools and utilities.


📊 Evaluation Results

See benchmarked performance across environments and policies:
📈 Evaluation Results


🤝 Contributing

We welcome contributions!
Check out the Contribution Guide to get started.


📄 License

This repository is licensed under the BSD 2-Clause License, unless otherwise stated.
Please check individual files or directories (especially third_party and assets) for specific license terms.


📖 Citation

If you use RoboManipBaselines in your work, please cite us:

@software{RoboManipBaselines_GitHub2024,
  author = {Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi},
  title = {{RoboManipBaselines}},
  url = {https://github.com/isri-aist/RoboManipBaselines},
  version = {1.0.0},
  year = {2024},
  month = dec,
}

About

A software framework integrating various imitation learning methods and benchmark environments for robotic manipulation

Topics

Resources

License

Stars

Watchers

Forks

Languages