Thank you very much for your great work. I encountered several questions while reproducing the results and would really appreciate your clarification:
-
Regarding reusing normalization, I would like to confirm whether this means copying the norm_stats.json from the corresponding pre-training model into
openpi-comet/outputs/assets/train/pi05_b1k-turning_on_radio_lr2.5e-6_step20k_sft,
and using it directly during fine-tuning.
-
When training a single task (turning_on_radio) with pi05-b1kpt12-cs32, I observed that the training loss initially increases and then gradually decreases.
Is this behavior expected or normal in this setting?
-
I noticed that enabling
env_wrapper._target_=behavior.learning.wrappers.RGBWrapper
does not seem to significantly affect the resolution. From the saved videos, I cannot observe an obvious difference.
Could you clarify what changes this wrapper is expected to introduce, and whether the effect should be visible in the rendered videos?
Thank you very much for your time and help.

Thank you very much for your great work. I encountered several questions while reproducing the results and would really appreciate your clarification:
Regarding reusing normalization, I would like to confirm whether this means copying the
norm_stats.jsonfrom the corresponding pre-training model intoopenpi-comet/outputs/assets/train/pi05_b1k-turning_on_radio_lr2.5e-6_step20k_sft,and using it directly during fine-tuning.
When training a single task (turning_on_radio) with pi05-b1kpt12-cs32, I observed that the training loss initially increases and then gradually decreases.
Is this behavior expected or normal in this setting?
I noticed that enabling
env_wrapper._target_=behavior.learning.wrappers.RGBWrapperdoes not seem to significantly affect the resolution. From the saved videos, I cannot observe an obvious difference.
Could you clarify what changes this wrapper is expected to introduce, and whether the effect should be visible in the rendered videos?
Thank you very much for your time and help.