Duanj1 commited on
Commit
5e3eb40
·
verified ·
1 Parent(s): 9dad400

Add safety and citation sections

Browse files

Append model and hardware safety guidance plus the MolmoAct2 BibTeX citation to the model card.

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -167,3 +167,20 @@ out = model.predict_action(
167
  )
168
  ```
169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  )
168
  ```
169
 
170
+ ## Model and Hardware Safety
171
+
172
+ MolmoAct2 generate robot actions from visual observations and language instructions, but their behavior may vary across embodiments, environments, and hardware configurations. Users should carefully validate model outputs before deployment, especially when operating physical robots or other actuated systems. Where possible, actions should be monitored through interpretable intermediate outputs (adaptive depth map), simulation rollouts, action limits, or other safety checks before execution on hardware. The model’s action space should be bounded by the training data, robot controller limits, and task-specific safety constraints, including limits on speed, workspace, torque, and contact force. Users should follow the hardware manufacturer’s safety guidelines, use appropriate emergency-stop mechanisms, and operate the system only in a safely configured environment with human supervision.
173
+
174
+ ## Citation
175
+
176
+ ```bibtex
177
+ @misc{fang2026molmoact2actionreasoningmodels,
178
+ title={MolmoAct2: Action Reasoning Models for Real-world Deployment},
179
+ author={Haoquan Fang and Jiafei Duan and Donovan Clay and Sam Wang and Shuo Liu and Weikai Huang and Xiang Fan and Wei-Chuan Tsai and Shirui Chen and Yi Ru Wang and Shanli Xing and Jaemin Cho and Jae Sung Park and Ainaz Eftekhar and Peter Sushko and Karen Farley and Angad Wadhwa and Cole Harrison and Winson Han and Ying-Chun Lee and Eli VanderBilt and Rose Hendrix and Suveen Ellawela and Lucas Ngoo and Joyce Chai and Zhongzheng Ren and Ali Farhadi and Dieter Fox and Ranjay Krishna},
180
+ year={2026},
181
+ eprint={2605.02881},
182
+ archivePrefix={arXiv},
183
+ primaryClass={cs.RO},
184
+ url={https://arxiv.org/abs/2605.02881},
185
+ }
186
+ ```