SkillAgentSearch skills...

RoboManipBaselines

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

Install / Use

/learn @isri-aist/RoboManipBaselines
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://isri-aist.github.io/RoboManipBaselines-ProjectPage"> <img src="https://github.com/user-attachments/assets/4a4a6429-7e3c-4cfa-90b3-ed54dd9019a3" alt="logo" width="300"> </a> <br/> <a href="https://github.com/isri-aist/RoboManipBaselines/actions/workflows/install.yml"> <img src="https://github.com/isri-aist/RoboManipBaselines/actions/workflows/install.yml/badge.svg" alt="CI-install"> </a> <a href="https://github.com/isri-aist/RoboManipBaselines/actions/workflows/pre-commit.yml"> <img src="https://github.com/isri-aist/RoboManipBaselines/actions/workflows/pre-commit.yml/badge.svg" alt="CI-pre-commit"> </a> <a href="https://github.com/isri-aist/RoboManipBaselines/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/isri-aist/RoboManipBaselines" alt="LICENSE"> </a> </p>

🤖 RoboManipBaselines

<a href="https://isri-aist.github.io/RoboManipBaselines-ProjectPage/"><strong>Project Page</strong></a> | <a href="https://arxiv.org/abs/2509.17057"><strong>arXiv</strong></a>

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.

https://github.com/user-attachments/assets/1ad3dcbe-bb4c-4711-96c3-5e196e9d067b


🚀 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: Recurrent policy for sequential data
  • 🔹 ACT: Transformer-based action chunking policy
  • 🔹 MT-ACT: Multi-task Transformer-based imitation policy
  • 🔹 Diffusion Policy: Diffusion-based imitation policy
  • 🔹 3D Diffusion Policy: Diffusion-based policy with 3D point cloud input
  • 🔹 Flow Policy: Flow-matching-based policy with 3D point cloud input
  • 🔹 ManiFlow Policy: Flow-matching and consistency-based policy with 2D/3D vision
  • 🔹 pi0: Flow-matching-based policy with a vision-language model backbone (PaliGemma)
  • 🔹 GR00T: Diffusion Transformer-based policy with a vision-language model backbone (Eagle-2)

📦 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.


🤝 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 our paper:

@article{RoboManipBaselines_Murooka_2025,
  title={RoboManipBaselines: A Unified Framework for Imitation Learning in Robotic Manipulation across Real and Simulation Environments},
  author={Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi and Oh, Hanbit and Makihara, Koshi and Shirai, Keisuke and Ogata, Tetsuya and Domae, Yukiyasu},
  journal={arXiv preprint arXiv:2509.17057},
  year={2025}
}

Related Skills

View on GitHub
GitHub Stars347
CategoryEducation
Updated8h ago
Forks47

Languages

Python

Security Score

100/100

Audited on Apr 2, 2026

No findings