DTPP icon indicating copy to clipboard operation
DTPP copied to clipboard

why time horizon can be fixed like this?

Open hanbinjang opened this issue 5 months ago • 0 comments

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?

hanbinjang avatar Aug 30 '24 07:08 hanbinjang