Robotics
Transformers
LeRobot
open_bird_bipedal_vtol
reinforcement-learning
physical-ai
mujoco
ppo
bird
robot-bird
bipedal-vtol
autonomous-agents
Eval Results (legacy)
Instructions to use artnfull/open-bird-robot-mujoco-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use artnfull/open-bird-robot-mujoco-ppo with Transformers:
# Load model directly from transformers import OpenBirdPPOPolicy model = OpenBirdPPOPolicy.from_pretrained("artnfull/open-bird-robot-mujoco-ppo", device_map="auto") - LeRobot
How to use artnfull/open-bird-robot-mujoco-ppo with LeRobot:
- Notebooks
- Google Colab
- Kaggle
๐ฆ OpenBird (open-bird-robot-mujoco-ppo) AI Models & Motion Datasets
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
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.0self-reported120.000
- VTOL Takeoff & Landing Rate (%) on OpenBird 15-Stage Multi-Modal Trajectory Dataset v1.0self-reported100.000