๐Ÿฆ… OpenBird (open-bird-robot-mujoco-ppo) AI Models & Motion Datasets

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

Official Physical AI simulation platform, pre-trained policy weights, and 15-stage trajectory datasets for the OpenBird-artnfull Bipedal VTOL Robot Platform.
๐ŸŽฎ Playable Interactive Simulator: Download from GitHub or Hugging Face and directly control the robot bird via keyboard (WASD)!


๐ŸŒŸ Key Features & Kinematics

  • ๐Ÿฆฟ Digitigrade Bipedal Locomotion: Avian joint kinematics with dynamic reverse-knee walking and counter-balancing.
  • ๐Ÿชฝ 180ยฐ Deployable Duct Wings: Stowed vertically behind the back during walking; deployed horizontally (180ยฐ) for high-thrust VTOL flight.
  • ๐Ÿฆ… Look-Down Eye-Gaze & Beak Pitch Control: Independent 60ยฐ downward ground scan without disturbing body equilibrium.
  • ๐Ÿ“ท Multi-Modal Vision Perception: Stereo Eye Cameras + Cockpit FPV view.

๐ŸŽฎ Interactive Keyboard Control Guide

You can download and directly control the robot bird locally in real-time 3D simulation!

Key Action Description
A / D Yaw Turn Turn left / right (Walking turn / Flight yaw)
โ†‘ / โ†“ (W/S) Forward / Backward Walk forward/backward (Ground) or Fly forward/backward (Air)
โ† / โ†’ Strafe Sideways translation in air
R / F Altitude Altitude Climb (+15cm) / Descend (-15cm)
SPACE Stop / Hover Stand still (Ground) / Precision Hover (Air)
1 $\rightarrow$ 2 $\rightarrow$ 3 Flight Sequence Deploy Wings $\rightarrow$ VTOL Takeoff & Hover $\rightarrow$ Soft Landing & Fold
C Camera Switch 3rd-Person Orbit $\rightarrow$ Head FPV $\rightarrow$ Left Eye $\rightarrow$ Right Eye
V / B Eye-Gaze Pitch Look down 60ยฐ (V) / Look forward (B)
G / Y / K / P Gestures Peck (G), Crouch (Y), Knockdown (K), Auto-Right (P)
Q / ESC Exit Close simulator

๐Ÿš€ How to Download & Run Locally

Option A: From GitHub (Recommended)

# 1. Clone repository
git clone https://github.com/artnfull-bot/OpenBird-artnfull.git
cd OpenBird-artnfull

# 2. Install dependencies (MuJoCo, NumPy, OpenCV)
pip install -r requirements.txt

# 3. Launch Interactive Flight (Manual Control)
run_manual.bat   # or python run_robot_bird.py

# 4. Launch Autonomous 15-Stage Cinematic AI
run_ai_auto.bat  # or python run_ai_robot_bird.py

Option B: Download via Hugging Face Hub (Python)

from huggingface_hub import snapshot_download

# Download complete model assets, datasets, and simulator scripts
repo_path = snapshot_download(repo_id="artnfull/open-bird-robot-mujoco-ppo", repo_type="model")
print(f"Downloaded OpenBird assets to: {repo_path}")

๐Ÿ“‚ Repository Contents

OpenBird-artnfull/
โ”œโ”€โ”€ 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
โ”œโ”€โ”€ run_robot_bird.py       # Interactive Keyboard Flight simulator
โ”œโ”€โ”€ run_ai_robot_bird.py    # 15-Stage Autonomous Cinematic Showcase
โ”œโ”€โ”€ run_manual.bat          # Windows 1-Click Interactive launcher
โ”œโ”€โ”€ run_ai_auto.bat         # Windows 1-Click Autonomous launcher
โ”œโ”€โ”€ requirements.txt        # Dependency list (mujoco, numpy, opencv-python)
โ””โ”€โ”€ README.md               # Model & dataset card
Downloads last month
9
Video Preview
loading

Space using artnfull/open-bird-robot-mujoco-ppo 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