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
Hi, thanks for releasing the valuable code and simulation benchmark.
I have a question about the training setup of the Execution Module. In the paper, it is mentioned that:
“The Execution Module of Mem-0 utilizes a single-task training strategy.”
In my own experiments, I first trained and evaluated my model on a single task, and the execution performance looked reasonable. However, when I trained one shared executor jointly across all 9 tasks, the model's manipulation ability became much worse. The issue is mainly related to the manipulation capability rather than the memory component.
I would like to better understand the expected behavior and the experimental setup:
Is training one shared Execution Module across multiple tasks generally expected to be difficult in this environment?
Did you try multi-task training for the Execution Module of MEM-0, and if so, did you observe similar degradation in action execution?
For the comparison methods in the paper, such as pi0.5 and X-VLA, were their execution policies also trained separately for each task?
This would help me understand whether the degradation I observe is likely caused by my model, the training setup, the number of expert demonstrations (50) , or whether multi-task executor training is generally challenging in this benchmark.
Hi, thanks for releasing the valuable code and simulation benchmark.
I have a question about the training setup of the Execution Module. In the paper, it is mentioned that:
In my own experiments, I first trained and evaluated my model on a single task, and the execution performance looked reasonable. However, when I trained one shared executor jointly across all 9 tasks, the model's manipulation ability became much worse. The issue is mainly related to the manipulation capability rather than the memory component.
I would like to better understand the expected behavior and the experimental setup:
This would help me understand whether the degradation I observe is likely caused by my model, the training setup, the number of expert demonstrations (50) , or whether multi-task executor training is generally challenging in this benchmark.
Thanks!
Single-task training:
episode0_singletask.mp4
Multi-task training:
episode1.mp4