Robotics
English
MobileManipulation
snehal-allenai commited on
Commit
7c45429
·
verified ·
1 Parent(s): cafc35f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - allenai/molmobot-data
5
+ language:
6
+ - en
7
+ base_model:
8
+ - allenai/Molmo2-4B
9
+ tags:
10
+ - robotics
11
+ - MobileManipulation
12
+ ---
13
+
14
+ # MolmoBot-RBY1DoorOpening
15
+
16
+ [[Paper](https://arxiv.org/pdf/2603.16861)] [[Project Website](https://allenai.github.io/MolmoBot)] [[Code](https://github.com/allenai/MolmoBot/tree/main/MolmoBot)] [[Data](https://huggingface.co/datasets/allenai/molmobot-data)]
17
+
18
+ MolmoBot-RBY1Multitask is the MolmoBot VLA trained on simulation data on the RBY1 Mobile Manipulator, **without any real robot data**. See [here](https://github.com/allenai/MolmoBot/tree/main/MolmoBot) for usage instructions.
19
+
20
+ ## BibTeX
21
+
22
+ ```
23
+ @misc{deshpande2026molmobot,
24
+ title={MolmoB0T: Large-Scale Simulation Enables Zero-Shot Manipulation},
25
+ author={Abhay Deshpande and Maya Guru and Rose Hendrix and Snehal Jauhri and Ainaz Eftekhar and Rohun Tripathi and Max Argus and Jordi Salvador and Haoquan Fang and Matthew Wallingford and Wilbert Pumacay and Yejin Kim and Quinn Pfeifer and Ying-Chun Lee and Piper Wolters and Omar Rayyan and Mingtong Zhang and Jiafei Duan and Karen Farley and Winson Han and Eli Vanderbilt and Dieter Fox and Ali Farhadi and Georgia Chalvatzaki and Dhruv Shah and Ranjay Krishna},
26
+ year={2026},
27
+ eprint={2603.16861},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.RO},
30
+ url={https://arxiv.org/abs/2603.16861},
31
+ }
32
+ ```