Skip to content

Commit 231b21b

Browse files
changes the pp planner
1 parent 5f935cd commit 231b21b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/opss25/a4/ex3_prioritised_planner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def check_plan_needed(paths: list[list], last_did_error: bool) -> list[int]:
3434
# our purposes, we'll say that an agent requires planning if its path is
3535
# empty. Additionally if last_did_error is True, we need to plan for all
3636
# agents, even if they've already been planned.
37-
# Hint: you might want to reserve existing paths for other agents.
3837
#
3938
# region ANSWER A4:
4039
if last_did_error:

0 commit comments

Comments
 (0)