Instructions to use physical-intelligence/fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use physical-intelligence/fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("physical-intelligence/fast", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Choosing action space for PI0-FAST
#18
by jellyho - opened
Hi,
I guess for pi0-FAST on DROID setup, you used joint velocity as an action space.
Is there any specific reason why you choose joint velocity over end-effector velocity or something else?
Thanks!