Open luckypipitao opened 12 months ago
Hi @luckypipitao. If I understand you want to control the number of steps per episode, or episode length. By default the episode length equals to the number of hours in the simulation run period multiplied by the number of time steps per hour.
You have several solutions:
RunPeriod
block)horizon
) without resetting the environment (soft_horizon
)
Hi! I can only force the environment to stop at the desired number of steps by stopping it outside the environment. for example:
i used num_timesteps to control the number of steps I want to modify the steps from the environment. What parameters should I modify?
I sincerely hope to receive help. Thanks