πŸ¦… OpenBird-artnfull AI Models & Motion Datasets

Hugging Face Space GitHub Repository License: Apache 2.0 Design License: CC BY-NC-SA 4.0

Official AI weights, 15-stage Physical AI trajectory datasets, and simulation preview for the OpenBird-artnfull Bipedal VTOL Robot Platform.


🌟 Overview

This repository hosts pre-trained policy checkpoints, 3D MuJoCo assets, and multi-modal trajectory datasets for OpenBird-artnfull, an avian-inspired Physical AI companion robot featuring:

  • Digitigrade Bipedal Locomotion (Avian joint kinematics & dynamic walking)
  • Vertical Stowed & Deployed Duct Wings (180Β° horizontal VTOL deployment)
  • Look-Down Eye-Gaze & Beak Pitch Control (Independent 60Β° downward ground observation)
  • Stereo Eye Cameras + Head FPV Sensory Suite

πŸ“‚ Repository Contents

2_huggingface_public/
β”œβ”€β”€ policies/               # Trained neural network weights (.pt, .onnx)
β”‚   └── baseline_flight/    # Baseline VTOL takeoff, hover, and landing models
β”œβ”€β”€ datasets/               # MuJoCo / LeRobot compatible motion trajectories
β”‚   └── demonstration/      # Teleoperation & autonomous behavioral data
β”œβ”€β”€ outputs/eval/           # Official evaluation metrics & trajectory logs
β”‚   β”œβ”€β”€ eval_info.json      # Rollout evaluation statistics
β”‚   └── videos/             # High-definition evaluation rollouts
β”œβ”€β”€ robot_bird/             # MuJoCo 3D kinematics, FSM controller & XML models
└── README.md               # Model & dataset card

πŸš€ Quick Usage with Python

# Clone simulation environment from GitHub
# git clone https://github.com/artnfull-bot/OpenBird-artnfull.git

# Download policies & datasets using huggingface_hub
from huggingface_hub import snapshot_download

model_path = snapshot_download(repo_id="artnfull/OpenBird-artnfull", repo_type="model")
print(f"Downloaded assets to: {model_path}")
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Space using artnfull/OpenBird-artnfull 1

Evaluation results

  • 15-Stage Full Sequence Completion on OpenBird 15-Stage Multi-Modal Trajectory Dataset v1.0
    self-reported
    120.000
  • VTOL Takeoff & Landing Rate (%) on OpenBird 15-Stage Multi-Modal Trajectory Dataset v1.0
    self-reported
    100.000