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
Thanks for your solid work on diffusion for decision-making.
Here I have a small question about the fix_mask setting. How does the diffusion model perform if I change the fix_mask during inference? For instance, in previous baselines such as diffuser, the fix_mask is consistently set to the state at horizon=0 throughout the entire experiment. However, if I want to generate the state-action sequence given the initial state s_0 and the final state s_{#horizon-1}, can I easily modify the fix_mask during the inference stage to get desired performance? Or should I retrain the diffusion model with the new fix_mask?
The text was updated successfully, but these errors were encountered:
Plankson
changed the title
Some doubt problem towards the fix_mask setting in diffusion module
Some doubt towards the fix_mask setting in diffusion module
Jul 11, 2024
Thank you for using CleanDiffuser and providing feedback. : )
Since fix_mask affects model training, we cannot change the fix_mask during inference. Therefore, we do need to retrain the diffusion model with the new fix_mask.
Simply try the fix_mask below and train your new diffusion model. : )
Thanks for your solid work on diffusion for decision-making.
Here I have a small question about the fix_mask setting. How does the diffusion model perform if I change the fix_mask during inference? For instance, in previous baselines such as diffuser, the fix_mask is consistently set to the state at horizon=0 throughout the entire experiment. However, if I want to generate the state-action sequence given the initial state s_0 and the final state s_{#horizon-1}, can I easily modify the fix_mask during the inference stage to get desired performance? Or should I retrain the diffusion model with the new fix_mask?
The text was updated successfully, but these errors were encountered: