Spaces:
Configuration error
Configuration error
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,39 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# [RoboManipBaselines](https://isri-aist.github.io/RoboManipBaselines-ProjectPage)
|
| 2 |
+
Software that integrates various imitation learning methods and benchmark task environments to provide baselines for robot manipulation
|
| 3 |
+
|
| 4 |
+
[](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/install.yml)
|
| 5 |
+
[](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/pre-commit.yml)
|
| 6 |
+
[](https://github.com/isri-aist/RoboManipBaselines/blob/master/LICENSE)
|
| 7 |
+
|
| 8 |
+
## Policies
|
| 9 |
+
### [SARNN](./robo_manip_baselines/sarnn)
|
| 10 |
+
Spatial attention recurrent neural network
|
| 11 |
+
|
| 12 |
+
### [ACT](./robo_manip_baselines/act)
|
| 13 |
+
Action Chunking with Transformers
|
| 14 |
+
|
| 15 |
+
### [DiffusionPolicy](./robo_manip_baselines/diffusion_policy)
|
| 16 |
+
Diffusion Policy
|
| 17 |
+
|
| 18 |
+
### [MT-ACT](./robo_manip_baselines/mt_act)
|
| 19 |
+
Multi-Task Action Chunking Transformer
|
| 20 |
+
|
| 21 |
+
## Data
|
| 22 |
+
### Publicly available datasets
|
| 23 |
+
See the dataset.
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
Files that originate from this repository are subject to the BSD 2-Clause License. If a file explicitly states a different license, or if there are different license files in a directory, those licenses will take precedence. For files in third-party directories, please follow the respective licenses.
|
| 27 |
+
|
| 28 |
+
## Citation
|
| 29 |
+
You can cite this work with:
|
| 30 |
+
```bib
|
| 31 |
+
@software{RoboManipBaselines_GitHub2024,
|
| 32 |
+
author = {Murooka, Masaki and Motoda, Tomohiro and Nakajo, Ryoichi},
|
| 33 |
+
title = {{RoboManipBaselines}},
|
| 34 |
+
url = {https://github.com/isri-aist/RoboManipBaselines},
|
| 35 |
+
version = {1.0.0},
|
| 36 |
+
year = {2024}
|
| 37 |
+
month = dec,
|
| 38 |
+
}
|
| 39 |
+
```
|