This repo includes the Robot Studio SO101 follower-arm model from
google-deepmind/mujoco_menagerie
under model/so101/. The exposed motors follow the LeRobot-style names:
shoulder_panshoulder_liftelbow_flexwrist_flexwrist_rollgripper
Run the viewer demo with the existing conda environment:
conda run -n mujoco-sim python so101_env.pyGymnasium usage:
from so101_env import SO101GymEnv
env = SO101GymEnv()
obs, info = env.reset()
obs, reward, terminated, truncated, info = env.step(env.action_space.sample())