Skip to content

ahmadkh1995/Embodied_AI_Robotic_arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Embodied AI Robotic Arm (MuJoCo)

mobile_robot

A minimal MuJoCo-based robotic arm simulation using the Google Robot model. It includes a runnable environment and assets for quick experimentation.

Base idea of project(under development)

        +-----------------+
        | Natural Language |
        |   Command Input  |
        +--------+--------+
                 |
                 v
          Text Encoder (CLIP)
                 |
                 v
   +-------------------------------+
   |        VLA Policy Module       |
   |  (Vision + Language → Action)  |
   +-------+-----------------------+
           |             ^
           v             |
     MuJoCo Simulator     |
     (robot + objects)    |
           |              |
           v              |
  RGB Camera Image    Vision Encoder (CLIP)
           |              |
           +--------------+

Features

  • MuJoCo XML model in robot_sim/mjmodel.xml
  • Google Robot assets in robot_sim/assets/google_robot
  • Simple Python simulation entrypoint in robot_sim/robot_env.py

Prerequisites

Install

# From the repository root (e.g. venv)
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt

Run

# From the repository root
python robot_sim/robot_env.py

About

A simulated robotic environment using MuJoCo for an embodied AI robotic arm

Topics

Resources

Stars

Watchers

Forks

Languages