Lerobot_MLP-SFP
Collection
End-to-End trained model and dataset for push-T task based on the Lerobot framework. Optimized with MLP-SFP.
•
8 items
•
Updated
•
1
This project explores RRAM-compatible neural network architectures for robotic manipulation policies, replacing UNet with pure MLP (Linear + ReLU only) for deployment on analog RRAM accelerators.
Diffusion Policy achieves SOTA on robotic manipulation but requires 50-100 denoising steps — impractical for RRAM deployment (each step needs ADC/DAC conversion). We explore:
| Model | Architecture | Description |
|---|---|---|
| pusht_diffusion_v3 | ResNet18 + UNet | DP baseline, 136 episodes |
| pusht_diffusion_v4 | ResNet18 + UNet | DP baseline, 226 episodes |
| pusht_diffusion_v5 | ResNet18 + UNet | DP baseline, 255 episodes (best) |
| pusht_sfp_v9 | ResNet18 + UNet | SFP working baseline |
| pusht_sfp_v14 | ResNet18 + UNet | SFP with h50/k2/σ1 params |
| pusht_sfp_v15 | ResNet18 + MLP | SFP with cond_residual MLP (RRAM-compatible) |
| Dataset | Episodes | Description |
|---|---|---|
| pusht_real_merged | 255 | Real robot Push-T task, SO-101 arm, 320x240 |
Sim (2D Push-T):
Real Robot:
Coming soon.
Part of FYP project at The University of Hong Kong, supervised by Prof. Han Wang.