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

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

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

MarkFzp/mobile-aloha

0
View on GitHub↗
4,440 نجوم·729 تفرعات·Jupyter Notebook·MIT·3 مشاهداتmobile-aloha.github.io↗

Mobile Aloha

Mobile Alohas هو إطار عمل للتلاعب المحمول ثنائي اليد مصمم لتعلم التحكم في الروبوت لكامل الجسم. يوفر خط أنابيب متكامل لتعلم التقليد يدير عملية جمع بيانات العرض البشري وتدريب نماذج السلوك لأتمتة المهام الجسدية المعقدة.

يتميز النظام بواجهة تشغيل روبوت عن بعد تربط حركات الإنسان بروبوت محمول بذراعين. يتضمن أداة مجموعة بيانات حركة كامل الجسم تُستخدم لتسجيل وتصور وإعادة تشغيل بيانات المفاصل والمستشعرات من جلسات التلاعب.

يغطي إطار العمل العديد من مجالات القدرة، بما في ذلك التشغيل عن بعد لكامل الجسم، وتدريب تعلم التقليد، والتلاعب الروبوتي ثنائي اليد. كما يوفر أدوات لتصور البيانات المسجلة وإعادة تشغيل حركة الأجهزة.

Features

  • Dual-Arm Mobile Robots - Provides a framework for controlling a robotic platform combining a wheeled base with two arms.
  • Behavioral Cloning Toolkits - Trains behavior models using human demonstration data to automate complex physical movements.
  • Imitation Learning Pipelines - Implements a workflow for collecting human demonstration data and training behavior models.
  • Policy Execution Engines - Runs trained behavior models to autonomously generate control commands based on live sensory input.
  • Imitation Learning Trainings - Trains neural networks to map sensor inputs to robot actions using human demonstration data.
  • Teleoperated Demonstration Collection - Captures high-dimensional movement data by mapping human controllers to a remote robot in real time.
  • Bimanual Mobile Manipulation Frameworks - Provides a complete framework for learning whole-body robot control through human teleoperation and imitation learning.
  • Teleoperation Systems - Ships a remote control system that maps human movements to a mobile robot with dual arms.
  • Demonstration Collection Systems - Captures and structures sensor and joint data from human operators for machine learning datasets.
  • Bimanual Coordination - Implements unified control and learning for synchronized dual-arm and mobile base movements.
  • Whole-Body Teleoperation - Enables real-time remote control of the mobile robot's entire body and arms using a master device.
  • Bimanual Capture - Records human demonstrations of dual-arm and base movements for bimanual robotic learning.
  • Mobile Base Capture - Captures whole-body human movements via a remote interface to create imitation learning datasets.
  • Robotic Motion Dataset Tools - Provides a utility for recording, visualizing and replaying joint and sensor data from manipulation sessions.
  • Hardware Movement Replays - A functionality that executes previously saved episodes by sending stored movement commands back to the physical hardware.
  • Robotics Visualization Tools - Provides tools for reviewing and rendering recorded sensor data and physical episodes.
  • Robotic State Logging - Saves timestamped robotic joint angles and sensor readings into structured files for dataset generation.
  • Data Stream Recording and Replay - Provides capabilities to stream saved joint commands back to physical hardware for episode replay.
  • Robotics Data Recording - Captures and saves joint and sensor information during sessions into structured files.

سجل النجوم

مخطط تاريخ النجوم لـ markfzp/mobile-alohaمخطط تاريخ النجوم لـ markfzp/mobile-aloha

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Mobile Aloha

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mobile Aloha.
  • rlinf/rlinfالصورة الرمزية لـ RLinf

    RLinf/RLinf

    2,502عرض على GitHub↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Pythonagentic-aiembodied-aireinforcement-learning
    عرض على GitHub↗2,502
  • openai/video-pre-trainingالصورة الرمزية لـ openai

    openai/Video-Pre-Training

    1,712عرض على GitHub↗

    Video-Pre-Training is a machine learning framework designed for training autonomous agents to perform complex tasks by observing and mimicking human behavior from video recordings. It provides a comprehensive toolkit for imitation learning and reinforcement learning research, enabling the development of agents that can replicate human actions within simulated digital environments. The framework distinguishes itself through its ability to process large-scale, unlabeled video datasets to bootstrap agent capabilities. It utilizes inverse dynamics modeling to infer control inputs from frame trans

    Python
    عرض على GitHub↗1,712
  • vector-wangel/xlerobotالصورة الرمزية لـ Vector-Wangel

    Vector-Wangel/XLeRobot

    5,256عرض على GitHub↗

    XLeRobot is an embodied AI robotics platform and hardware ecosystem designed for developing and deploying autonomous robots. It integrates a dual-arm mobile robot platform with an LLM-based robot controller, a physics-based simulation environment, and a teleoperation interface to translate natural language instructions into physical actions. The project emphasizes low-cost robot fabrication using 3D printing and affordable components to create a mobile base with interchangeable arms and grippers. It features a specialized teleoperation workflow that allows for remote hardware control via VR i

    Python
    عرض على GitHub↗5,256
  • 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

    Pythonrobotics
    عرض على GitHub↗4,299
عرض جميع البدائل الـ 25 لـ Mobile Aloha→

الأسئلة الشائعة

ما هي وظيفة markfzp/mobile-aloha؟

Mobile Alohas هو إطار عمل للتلاعب المحمول ثنائي اليد مصمم لتعلم التحكم في الروبوت لكامل الجسم. يوفر خط أنابيب متكامل لتعلم التقليد يدير عملية جمع بيانات العرض البشري وتدريب نماذج السلوك لأتمتة المهام الجسدية المعقدة.

ما هي الميزات الرئيسية لـ markfzp/mobile-aloha؟

الميزات الرئيسية لـ markfzp/mobile-aloha هي: Dual-Arm Mobile Robots, Behavioral Cloning Toolkits, Imitation Learning Pipelines, Policy Execution Engines, Imitation Learning Trainings, Teleoperated Demonstration Collection, Bimanual Mobile Manipulation Frameworks, Teleoperation Systems.

ما هي البدائل مفتوحة المصدر لـ markfzp/mobile-aloha؟

تشمل البدائل مفتوحة المصدر لـ markfzp/mobile-aloha: rlinf/rlinf — RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the… openai/video-pre-training — Video-Pre-Training is a machine learning framework designed for training autonomous agents to perform complex tasks by… vector-wangel/xlerobot — XLeRobot is an embodied AI robotics platform and hardware ecosystem designed for developing and deploying autonomous… real-stanford/diffusion_policy — Diffusion Policy is a robot learning framework that uses diffusion models to map visual observations to precise action… ros2/ros2 — ROS 2 is a distributed communication middleware for robot systems, built on a peer-to-peer Data Distribution Service… peng-zhihui/dummy-robot — Dummy-Robot is a software platform designed for the real-time teleoperation of desktop robotic arms. It functions as a…