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
I found that the second trajectory's timesteps are 5.1 to 10.0, but they should be 3.1 to 8.0.
Could you please explain why this adjustment is done this way?
The text was updated successfully, but these errors were encountered:
Thank you for your excellent research.
I have a question regarding the time adjustment of second trajectory in the code.
In the existing code:
adjust timestep
trajs[:, :, -1] += self.horizon - self.first_stage_horizion
I found that the second trajectory's timesteps are 5.1 to 10.0, but they should be 3.1 to 8.0.
Could you please explain why this adjustment is done this way?
The text was updated successfully, but these errors were encountered: