-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Sorry to bother you.
In the pretrained model provided in the locomotion branch, the horizon of the diffusion model (defaults_T32_T20) and the value model (defaults_H32_T20_d0.997) are still the same as that of the diffuser's horizon=32. However, since you set horizon to 600 in config.locomotion.py, it seems that the model cannot be loaded correctly.
I can set horizon in config.locomotion.py to 32, and use the model provided by you to perform planning correctly. However, a trajectory based on horizon=32 is too short to produce the visualized plots shown in the paper, which were likely generated using horizon=600.
Could you please check the provided pretrained model, or let me know if my understanding is incorrect? If models trained with horizon=600 are available, could you share them?
I would appreciate your guidance. Thank you for your time and support!