You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.