awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 مستودعات

Awesome GitHub RepositoriesRobotic Policy Evaluators

Tools for executing benchmarks and evaluation scripts on physical and simulated robotic hardware.

Distinct from Performance Evaluation Tools: Distinct from general performance tools: focuses on robotic policy rollout and hardware evaluation.

Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Robotic Policy Evaluators. Refine with filters or upvote what's useful.

Awesome Robotic Policy Evaluators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • huggingface/lerobotالصورة الرمزية لـ huggingface

    huggingface/lerobot

    21,687عرض على GitHub↗

    This project is a comprehensive research platform designed for the end-to-end lifecycle of robotic learning. It provides a modular framework for training neural network policies—specifically through imitation and reinforcement learning—and deploying them onto physical robotic hardware. By offering a unified interface for hardware abstraction, the platform decouples high-level control logic from the specific sensors and actuators of diverse robotic systems. The framework distinguishes itself through a standardized approach to data and policy management. It utilizes a consistent schema for reco

    Executes standardized benchmarks to test trained policies in simulated and physical environments.

    Python
    عرض على GitHub↗21,687
  • isaac-sim/isaaclabالصورة الرمزية لـ isaac-sim

    isaac-sim/IsaacLab

    6,377عرض على GitHub↗

    Isaac Lab is an open-source framework for training robot policies in physically simulated environments, supporting both single-agent and multi-agent reinforcement learning. It is built on an Omniverse-PhysX simulation backend that models rigid bodies, articulated systems, deformable objects, and sensors, and provides a task-based environment configuration system where each training environment is defined as a modular class specifying observation spaces, action spaces, reward functions, and termination conditions. The framework distinguishes itself through an RL-library abstraction layer that

    Loads a saved checkpoint and runs the policy across multiple parallel simulation environments to observe behavior.

    Pythonisaac-simomniverse-kit-extensionrobot-learning
    عرض على GitHub↗6,377
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

    Provides a framework for scalable, repeatable evaluation of trained robot policies within a simulated environment.

    Jupyter Notebook
    عرض على GitHub↗6,222
  • openvla/openvlaالصورة الرمزية لـ openvla

    openvla/openvla

    5,305عرض على GitHub↗

    OpenVLA is a vision-language-action model and framework designed for general-purpose robotic manipulation. It provides a robotic policy training framework and a control inference engine that map visual and textual inputs to robotic control actions, enabling zero-shot instruction following on hardware. The project includes a robotics dataset pipeline for standardizing diverse trajectory data and managing dataset mixtures. It supports large-scale model training through distributed GPU compute and sharded data parallelism, alongside parameter-efficient adaptation for fine-tuning models to new ta

    Includes tools for evaluating robotic policies through benchmarks in real-world environments and simulations.

    Python
    عرض على GitHub↗5,305
  • real-stanford/diffusion_policyالصورة الرمزية لـ real-stanford

    real-stanford/diffusion_policy

    4,299عرض على GitHub↗

    Diffusion Policy is a robot learning framework that uses diffusion models to map visual observations to precise action trajectories. It functions as an imitation learning toolkit and visuomotor policy learner, providing a system to train neural networks that replicate human behavior by generating robotic movements based on image and sensor data. The framework employs a conditional denoising process to sample sequences of robotic movements, allowing it to handle multimodal action distributions where multiple valid trajectories may exist for a single state. It utilizes score-based action modeli

    Provides tools for executing benchmarks and logging performance metrics on physical and simulated robotic hardware.

    Pythonrobotics
    عرض على GitHub↗4,299
  • michaelgrupp/evoالصورة الرمزية لـ MichaelGrupp

    MichaelGrupp/evo

    4,255عرض على GitHub↗

    evo هو إطار عمل Python لتقييم خوارزميات SLAM، وقياس مسافة الروبوت، وبيانات المسار. يعمل كمكتبة تحليل لقياس الانحراف والدقة عن طريق حساب أخطاء الوضع المطلقة والنسبية بين المسارات المقدرة ومراجع الحقيقة الأرضية. يوفر المشروع إطار عمل للمحاذاة الهندسية لتصحيح الدوران، والترجمة، والمقياس بين المسارات المكانية، مما يضمن قياس خطأ متسق. يتضمن أدوات متخصصة لتحليل انحراف قياس المسافة ومعالجة بيانات الروبوتات، بما في ذلك القدرة على استخراج معلومات المسار من ملفات ROS bagfiles. يغطي البرنامج مجموعة واسعة من القدرات بما في ذلك تصور المسار ثنائي وثلاثي الأبعاد مع دعم بلاطات الخرائط الجغرافية وتراكبات خرائط ROS. تشمل الوظائف الإضافية مزامنة الطابع الزمني، والتحويلات المكانية، والقدرة على تصفية أو تصدير بيانات المسار بتنسيقات قياسية متنوعة في الصناعة.

    Calculates absolute and relative pose errors by comparing estimated trajectories against recorded ground-truth data.

    Python
    عرض على GitHub↗4,255
  • leggedrobotics/legged_gymالصورة الرمزية لـ leggedrobotics

    leggedrobotics/legged_gym

    3,022عرض على GitHub↗

    Legged Gym is a high-performance simulation platform and toolkit engineered for training autonomous robotic agents in complex, physics-based environments. It provides a comprehensive framework for developing legged locomotion control policies, enabling robots to learn movement strategies for navigating uneven terrain and managing physical disturbances through reinforcement learning. The platform distinguishes itself by utilizing hardware-accelerated physics and headless execution to maximize computational throughput during training. It incorporates a domain randomization pipeline that injects

    Facilitates policy execution by running saved reinforcement learning models within simulation environments to evaluate robotic performance and physical behavior.

    Python
    عرض على GitHub↗3,022
  • opendrivelab/agibot-worldالصورة الرمزية لـ OpenDriveLab

    OpenDriveLab/AgiBot-World

    2,786عرض على GitHub↗

    AgiBot-World is a suite of software pipelines and tools designed for robotic policy training, dataset standardization, embodiment transfer, and performance benchmarking. It provides infrastructure for developing bimanual manipulation policies using foundation models and human-reference trajectory data. The project features a robot embodiment transfer suite that adapts pre-trained models to different robot bodies without requiring new multi-embodiment training data. It also includes a specialized evaluation framework for validating vision-language-action models through open-loop testing and ph

    Implements a platform for measuring accuracy and generalization in robotic manipulation tasks using large scale datasets.

    Pythonpretraining-for-roboticsrobotic-foundation-modelrobotic-manipulation
    عرض على GitHub↗2,786
  • haosulab/maniskillالصورة الرمزية لـ haosulab

    haosulab/ManiSkill

    2,576عرض على GitHub↗

    ManiSkill is a GPU-accelerated robot simulation framework designed for training robotic manipulation skills, benchmarking learning algorithms, and generating synthetic datasets. It serves as a reinforcement learning environment where robot control policies can be developed and evaluated using parallelized physics and rendering on the GPU. The platform is distinguished by its ability to perform sim-to-real transfer, allowing policies trained in virtual environments to be deployed onto physical robotic hardware. It features ray-traced parallel rendering for producing high-frame-rate RGBD and se

    Enables scalable and repeatable evaluation of trained robot policies within accelerated simulation environments.

    Python3d-computer-visioncomputer-visionembodied-ai
    عرض على GitHub↗2,576
  • music-and-culture-technology-lab/omnizartالصورة الرمزية لـ Music-and-Culture-Technology-Lab

    Music-and-Culture-Technology-Lab/omnizart

    1,915عرض على GitHub↗

    Omnizart is a deep learning framework designed for automatic music transcription and music information retrieval. It functions as a toolkit for analyzing polyphonic audio recordings to extract structured musical information, including notes, chord progressions, drum events, and rhythmic patterns. The system provides a modular pipeline that orchestrates the entire lifecycle of audio analysis, from initial feature extraction and data preparation to model inference. Users can apply pre-trained models to transcribe audio directly or utilize the included utilities to train and fine-tune neural net

    Compares automated transcription outputs against verified ground truth data to quantify accuracy.

    Pythonbeat-trackingchorddrum-transcription
    عرض على GitHub↗1,915
  1. Home
  2. Artificial Intelligence & ML
  3. Performance Evaluation Tools
  4. Robotic Policy Evaluators

استكشف الوسوم الفرعية

  • Ground Truth ComparisonsCompares predicted actions from a model against recorded ground-truth actions from a dataset, generating visualizations and error metrics. **Distinct from Robotic Policy Evaluators:** Distinct from Robotic Policy Evaluators: focuses on ground-truth comparison, not hardware evaluation.
  • Open-Loop EvaluationsCompares a model's predicted actions against ground-truth data from a dataset to compute error metrics and generate diagnostic plots. **Distinct from Robotic Policy Evaluators:** Distinct from Robotic Policy Evaluators: focuses on open-loop evaluation, not hardware-in-the-loop.
  • Parallel Policy Rollout ToolsUtilities for running trained policies across multiple parallel simulation environments for evaluation. **Distinct from Robotic Policy Evaluators:** Distinct from Robotic Policy Evaluators: focuses on parallel rollout across many environments, not hardware benchmarking.
  • Scalable Robot Policy EvaluationsProvides a framework for scalable, repeatable evaluation of trained robot policies within a simulated environment. **Distinct from Robotic Policy Evaluators:** Distinct from Robotic Policy Evaluators: focuses on scalable, repeatable evaluation in simulation, not general benchmark execution on physical hardware.