Robotics
LeRobot
reinforcement-learning
physical-ai
mujoco
bipedal-vtol
autonomous-agents
Eval Results (legacy)
Instructions to use artnfull/OpenBird-artnfull with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use artnfull/OpenBird-artnfull with LeRobot:
- Notebooks
- Google Colab
- Kaggle
π¦ OpenBird-artnfull AI Models & Motion Datasets
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}")
Space using artnfull/OpenBird-artnfull 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