YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

๐Ÿค– 1st Lehome Challenge Submission

Team Name: Affiliation: UCAS Track: Simulation Challenge


1. ๐Ÿ“‘ Method Overview

Our solution implements a Dynamic Mixture-of-Experts (MoE) framework to address the multi-category garment manipulation task in the challenge.

  • Vision-based Router: We utilize a fine-tuned ResNet18 classifier to determine the specific garment category (pant_long, pant_short, top_long, top_short) from the initial RGB observation frame.
  • Specialized Experts: Each expert is trained and optimized exclusively on one garment category to ensure high-precision manipulation and robust handling of specific cloth geometries.
  • Dynamic Policy Switching: At the start of each evaluation episode, the system identifies the target type and dynamically routes the control flow to the corresponding expert, ensuring the most suitable policy is active for the task at hand.

2. ๐Ÿ  Repository Structure

.
โ”œโ”€โ”€ screenshots/                                        # Evaluation result screenshots
โ”œโ”€โ”€ scripts/eval_policy/example_participant_policy.py  # Core MoE Logic & Dynamic Routing
โ”œโ”€โ”€ outputs/classifier/garment_classifier_resnet18.pth # Fine-tuned ResNet18 Weights
โ”œโ”€โ”€ outputs/train/                                     # Specialized Expert Weights
โ””โ”€โ”€ Datasets/example/                                  # Metadata for Normalization

3. ๐Ÿงฎ Evaluation Instructions

To evaluate our policy, please ensure the official Isaac Sim and LeRobot environment is properly configured. Our policy is registered under the type custom.

3.1 Retrieve Policy and Weights

Please clone this Hugging Face repository into your evaluation workspace:

git lfs install
git clone https://huggingface.co/UCAS-LeHome/policies

Please ensure that all files referenced under policies/ also exist at the corresponding paths under the original project root, or are mapped there via symbolic links.

3.2 Recommended Execution (By Category)

python -m scripts.eval --policy_type custom --garment_type custom --enable_cameras --device cpu

4. ๐Ÿ“ง Contact Information

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support