We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
done
env.step
decima-sim/spark_env/env.py
Lines 338 to 341 in c010dd7
I believe this logic is wrong, and the intended logic is as follows:
done = (self.num_source_exec == 0 and len(self.timeline) == 0) or \ self.wall_time.curr_time >= self.max_time
The way it's currently written allows the environment to keep going way past the max time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
decima-sim/spark_env/env.py
Lines 338 to 341 in c010dd7
I believe this logic is wrong, and the intended logic is as follows:
The way it's currently written allows the environment to keep going way past the max time.
The text was updated successfully, but these errors were encountered: