Hi, I noticed that in the SumoEnvironment code there's written "episode ends when sim_step >= max_steps", however inside _compute_dones the condition is only "self.sim_step > self.sim_max_time", missing the =.
Is this intended (and if yes, why > instead of >=?)?
If it's not intended, would you mind updating the code so that installing the library via pip will have the updated code?
Thanks.
Hi, I noticed that in the SumoEnvironment code there's written "episode ends when sim_step >= max_steps", however inside _compute_dones the condition is only "self.sim_step > self.sim_max_time", missing the =.
Is this intended (and if yes, why > instead of >=?)?
If it's not intended, would you mind updating the code so that installing the library via pip will have the updated code?
Thanks.