We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8643072 commit 42c5c51Copy full SHA for 42c5c51
python/coverage_control/algorithms/controllers.py
@@ -152,5 +152,5 @@ def step(self, env):
152
153
# Check if actions are all zeros (1e-12)
154
if torch.allclose(actions, torch.zeros_like(actions), atol=1e-5):
155
- return env.GetObjectiveValue(), True
+ return True
156
return False
0 commit comments