Instructions to use learner1119/ffw_sh5_n15_psc_left_50000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use learner1119/ffw_sh5_n15_psc_left_50000 with Transformers:
# Load model directly from transformers import GR00T_N1_5 model = GR00T_N1_5.from_pretrained("learner1119/ffw_sh5_n15_psc_left_50000", device_map="auto") - Notebooks
- Google Colab
- Kaggle
GR00T Fine-tuned Model
- Base model: unknown
- Architecture: GR00T_N1_5
- Action horizon: 30
- Local checkpoint:
checkpoint-50000
Usage
from gr00t.model.policy import Gr00tPolicy
# modality_config / modality_transform ์ ํ์ต data_config ์ ๋์ผํ๊ฒ ์ค์
policy = Gr00tPolicy(
model_path="learner1119/ffw_sh5_n15_psc_left_50000",
embodiment_tag="new_embodiment",
modality_config=modality_config,
modality_transform=modality_transform,
)
action = policy.get_action(observations)
- Downloads last month
- 6