Skip to content

dos-group/llarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llarm

This project investigates how Large Language Models (LLMs) can directly orchestrate robot behavior, from high-level intentions to low-level action sequences. It uses PyBullet as a reproducible simulation environment to prototype and evaluate LLM-guided policies for a robotic gripper arm, including grasping, placement, and simple manipulation routines. The pipeline translates natural-language goals into structured action plans, executes them via PyBullet, and feeds back state and failures to refine prompts, constraints, and controllers. Our objective is to map language to reliable closed-loop control, benchmarking success rates, safety, and sample efficiency entirely in simulation before transferring to hardware.

Install

pip install -r requirements.txt

Environment Variables Overview

Key Default
MODEL_URL -
MODEL_NAME -
MODEL_TEMPERATURE 0.0

Run

python3 src/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages