Hi
I was using the provided pi0 code for training. When I train the model on 10 tasks together, the results look normal and the success rates are reasonable.
However, when I train the model on only 1 task, the final success rate drops to 0%.
Multi-task (10 tasks): ✅ success, results look fine
Single-task (1 task): ❌ always 0% success
I also tried to train the model on 5 and 3 tasks, the results are reasonable.
Is this expected behavior, or could it be an issue with the implementation / hyperparameters when training on a single task? Any suggestions on how to debug this would be very helpful.
Thanks!