Liyux commited on
Commit
9d27507
·
verified ·
1 Parent(s): 0218032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -16,9 +16,9 @@ This project explores RRAM-compatible neural network architectures for robotic m
16
 
17
  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:
18
 
19
- 1. **Streaming Flow Policy (SFP)**reduces to 1-4 integration steps
20
- 2. **MLP velocity networks**replaces UNet with RRAM-friendly architecture
21
- 3. **Quantization + noise tolerance**validates INT8 deployment with device variation
22
 
23
  ## Models
24
 
@@ -47,7 +47,7 @@ Diffusion Policy achieves SOTA on robotic manipulation but requires 50-100 denoi
47
  **Real Robot:**
48
  - DP v5: >90% success rate
49
  - SFP v9: >70% success rate
50
- - SFP v14/v15: Testing in progress
51
 
52
  ## Code
53
 
 
16
 
17
  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:
18
 
19
+ 1. **Streaming Flow Policy (SFP)** reduces to 1-4 integration steps
20
+ 2. **MLP velocity networks** replaces UNet with RRAM-friendly architecture
21
+ 3. **Quantization + noise tolerance** validates INT8 deployment with device variation
22
 
23
  ## Models
24
 
 
47
  **Real Robot:**
48
  - DP v5: >90% success rate
49
  - SFP v9: >70% success rate
50
+ - SFP v14/v15: > 80% success rate
51
 
52
  ## Code
53