MCPcopy Index your code
hub / github.com/DominiquePaul/golden-robot-retriever

github.com/DominiquePaul/golden-robot-retriever @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
56 symbols 179 edges 8 files 28 documented · 50% updated 14mo ago★ 38
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Golden robot retriever:

Watch the demo:

Golden Robot Retriever Demo

Data

We collected three datasets: - briannnyee/grabbing_v4_coke - briannnyee/grabbing_v4_tape - vhartman/mate_can

And we merged them the last two to a single LeRobot dataset dopaul/merged_grabbing_dataset_v7

Training

We trained them using the script below. If you don't pass a wandb api key then set wandb.enable to false.

cd lerobot

WANDB_API_KEY=[YOUR_WANDB_API_KEY] python lerobot/scripts/train.py \
--policy.type=act \
--dataset.repo_id=dopaul/merged_grabbing_dataset_v7 \
--wandb.enable=true \
--steps=100000 \
--output_dir=lerobot/outputs/train/zrh_grasping_v7

# Upload model to HF
python lerobot/scripts/push_pretrained.py \
    --pretrained_path=lerobot/outputs/train/zrh_grasping_v7/checkpoints/last/pretrained_model \
    --repo_id=dopaul/zrh_grasping_v7

To run the code

  1. Copy .env.example and rename it to .env. Create an OpenAI key and replace the placeholder.
  2. Install packages by running poetry install
  3. Run main.py

Core symbols most depended-on inside this repo

Shape

Function 31
Method 17
Class 6
Route 2

Languages

Python100%

Modules by API surface

main.py17 symbols
golden_robot_retriever/cameras.py12 symbols
golden_robot_retriever/robot_code/server.py11 symbols
golden_robot_retriever/openai_interface.py10 symbols
golden_robot_retriever/robot_code/client.py3 symbols
golden_robot_retriever/misc/make_cartoon.py2 symbols
tests/test_cameras.py1 symbols

For agents

$ claude mcp add golden-robot-retriever \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page