Skip to content

Commit d3a5663

Browse files
committed
add a note
1 parent 04de7f0 commit d3a5663

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

predicators/envs/mock_spot_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ def _create_operators(self) -> Iterator[STRIPSOperator]:
377377
# MoveToReachObject: Move robot to a position where it can reach an object
378378
# Preconditions: Object not blocked, robot not holding it
379379
# Effects: Object becomes reachable
380+
# TODO NOTE: add NotReachable, so remove self-loops
380381
robot = Variable("?robot", _robot_type)
381382
obj = Variable("?object", _movable_object_type)
382383
parameters = [robot, obj]

0 commit comments

Comments
 (0)