Skip to content

Commit

Permalink
Fixes to STRL discretization generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Apr 7, 2024
1 parent d55b24e commit 55ed824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schedulers/tetrisched_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,8 +1260,6 @@ def construct_task_strl(
and placement_time <= time_until_choices_end
):
time_discretizations.append((placement_time, reward))
else:
break

if len(time_discretizations) == 0:
self._logger.warn(
Expand Down

0 comments on commit 55ed824

Please sign in to comment.