gitextract_ljmww4sq/ ├── .gitignore ├── LICENSE ├── README.md ├── colab/ │ └── SimpleAutomationTrainModel.ipynb └── core/ ├── configs/ │ ├── chains/ │ │ ├── chip_testing.yaml │ │ ├── eat_chips.yaml │ │ ├── glue_stick.yaml │ │ └── lamp_testing.yaml │ └── robot/ │ ├── koch.yaml │ ├── so100.yaml │ └── so100_dummy.yaml ├── dummy_arm.py ├── models_chain.py └── test.py