ykitagawa commited on
Commit
1b28f0a
·
verified ·
1 Parent(s): 17298b0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -10
README.md CHANGED
@@ -1,10 +1,39 @@
1
- ---
2
- title: README
3
- emoji: 🏆
4
- colorFrom: green
5
- colorTo: green
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ [![CI-install](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/install.yml/badge.svg)](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/install.yml)
5
+ [![CI-pre-commit](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/isri-aist/RoboManipBaselines/actions/workflows/pre-commit.yml)
6
+ [![LICENSE](https://img.shields.io/github/license/isri-aist/RoboManipBaselines)](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
+ ```