Zima · 2025-11-23 · 6 hours
Goal: Make model reliably execute search and approach strategy in real life
What I did:
- Collected more real world demonstrations
- evaluated model in real world again
- optimized data loading speed by maxing out cached episodes + parallel workers
- added partial action chunk execution to try smoothing out movements
What worked:
- Model performed better in real life with image history + larger action history
- Training on all data for 2 epochs, then fine tuning on one epoch of only real world data had good results
-

Key learning:
- More data + more context for model + cleaner visual input -> acceptable model performance
Next session:
- Begin implementing transformer in pytorch, and continue reading papers
- create a battery voltage monitoring system (need to update and reflash MCU firmware)
Time spent: 6 hours