We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de7f0 commit d3a5663Copy full SHA for d3a5663
1 file changed
predicators/envs/mock_spot_env.py
@@ -377,6 +377,7 @@ def _create_operators(self) -> Iterator[STRIPSOperator]:
377
# MoveToReachObject: Move robot to a position where it can reach an object
378
# Preconditions: Object not blocked, robot not holding it
379
# Effects: Object becomes reachable
380
+ # TODO NOTE: add NotReachable, so remove self-loops
381
robot = Variable("?robot", _robot_type)
382
obj = Variable("?object", _movable_object_type)
383
parameters = [robot, obj]
0 commit comments