dimentary/llm-robotics-playground

★ 138⑂ 8

A library of experiments using frontier LLMs/VLMs for robotics tasks, currently focusing on GPT-6 Astra.

About dimentary/llm-robotics-playground

dimentary/llm-robotics-playground is an open-source project on GitHub, mainly written in Python. A library of experiments using frontier LLMs/VLMs for robotics tasks, currently focusing on GPT-6 Astra. It currently holds 138 stars and 8 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Today's Trending board, currently at rank #91 with 0 new stars today.

GitHub Repository Details

Repository dimentary/llm-robotics-playground · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

LLM Robotics Playground 🤖

A library of experiments using frontier LLMs/VLMs for robotics tasks, currently focusing on GPT-6 Astra.

Each experiment includes a MuJoCo environment, controller code, and a recorded run. Current tasks cover cable untangling, mobile manipulation, writing, and drawing.

| Experiment | Preview | Demo | | --- | --- | --- | | Headphone untangling | Headphones | Two robot arms open two tangled cable regions. | | Robo spider | Spider | A six-legged robot carries and places two objects using two arms. | | Fibonacci writing | Fibonacci | A humanoid writes a Python program on a whiteboard. | | Dove drawing | Dove | An articulated hand draws a dove with a pencil. |

Watch or download the demos.

Setup

Tested on macOS Apple Silicon with Python 3.14 and MuJoCo 3.12.0. Rendering needs graphics support. Other platforms have not been verified.

Install uv, then clone the repository and install its dependencies:

git clone https://github.com/dimentary/llm-robotics-playground.git
cd llm-robotics-playground
uv sync --locked
uv run python check.py

uv handles Python 3.14 and the project environment. Pick an experiment and follow its README to run it. New results go in its outputs/ folder, which Git ignores. The experiments share the robot models in assets/.

Replay a demo

Download a recorded run without rerunning the simulation:

uv run python fetch.py robo-spider
cd experiments/robo-spider
uv run python validate.py
uv run python render.py --preview

To try another demo, replace robo-spider with its folder name and follow that experiment's replay instructions. Downloads are checked against recordings.json. If replay files already exist in outputs/, move them aside before downloading again.

How the experiments work

The first experiments used GPT-6 Astra in Codex to build the environments and write the robot-control code. I guided the task setup and gave feedback along the way. The controllers read positions and contacts from the simulator. The code here runs locally without calling a model API. Each experiment's README explains its setup and what the demo shows.

License

Original code is MIT licensed. Robot models retain their upstream licenses. The dove artwork and artwork-derived assets are excluded from the MIT grant; see the drawing credits.

GitHub Stars & Activity

138Stars
8Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars138
Forks8
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Daily boardrank #91 · ▲ 0 stars

Related AI Projects

1

NousResearch / hermes-agent

Python★ 247,332⑂ 51,995
2

Significant-Gravitas / AutoGPT

Python★ 187,453⑂ 46,009▲ 30 stars
3

docling-project / docling

Python★ 67,364⑂ 4,850▲ 129 stars
4

openai / openai-python

Python★ 31,654⑂ 5,822▲ 13 stars
5

harvard-edge / cs249r_book

Python★ 28,368⑂ 3,587▲ 31 stars
6

browser-use / browser-harness

Python★ 17,826⑂ 1,748▲ 86 stars
7

FareedKhan-dev / train-llm-from-scratch

Python★ 10,015⑂ 1,390▲ 196 stars
8

zhouxiaoka / autoclip

Python★ 7,748⑂ 1,504▲ 325 stars

More AI Rankings