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 the work. By the code, I was wondering why it argsorted the pre-generated trajectories given the GT trajectory and set the closest one as the first, which is then used directly as the data input? Futhermore, when calculating the loss, the labels are all zeros, which is the first, closest one in the trajectories. Isn't it a hack? The model just needs to know the score of the first trajectory is always the highest. Thanks for the explanation in advance.
Hi, thanks for the work. By the code, I was wondering why it argsorted the pre-generated trajectories given the GT trajectory and set the closest one as the first, which is then used directly as the data input? Futhermore, when calculating the loss, the labels are all zeros, which is the first, closest one in the trajectories. Isn't it a hack? The model just needs to know the score of the first trajectory is always the highest. Thanks for the explanation in advance.
DTPP/data_process.py
Line 252 in 4d721b6
DTPP/train_utils.py
Line 73 in 4d721b6
The text was updated successfully, but these errors were encountered: