META ISSUE FOR Improving architecture: - [x] Replace simple CNN with Mini-ViT encoder - [x] Add optional CLIP/SigLIP embedding support - [ ] Add FiLM conditioning for text → vision modulation - [ ] Add temporal stacking (sequence of frames) Diffusion Policy Enhancements - [ ] Support flow-matching policy head - [ ] Add denoising visualization (step-by-step) - [ ] Add action noise scheduling & different betas - [ ] Add multi-step action horizon (predict k steps) A lot can be improved, but remember: the upgrades shall not compromise simplicity. ALWAYS document modules that you add in the simplest way possible.
META ISSUE FOR
Improving architecture:
Diffusion Policy Enhancements
A lot can be improved, but remember: the upgrades shall not compromise simplicity. ALWAYS document modules that you add in the simplest way possible.