How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="ariefansclub/humanoid-simple-navigation-planner-v1")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ariefansclub/humanoid-simple-navigation-planner-v1", dtype="auto")
Quick Links

Humanoid Simple Navigation Planner

A structured planning model for interpreting directional commands into navigation-ready representations.

Capabilities

  • Direction parsing
  • Path planning trigger
  • Safety validation

License

MIT

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support