CS5811: Homework 3
Planning
Due: Monday, Oct. 20, 2003 (beginning of class.) (Assigned: Monday, Oct. 6, 2003.)The Vhpop system can be accessed at: /classes/cs5811/common/VHPOP-2.0/. Information is available : here. Note that the version in this site is 2.1, and is not as compatible with our system software as 2.0.
Try the following to get started:
[nilufer@wopr VHPOP-2.0]$ vhpop -h OC examples/gripper-domain.pddl examples/gripper-2.pddl ;strips-gripper2 1:(pick ball1 rooma left) 2:(move rooma roomb) 3:(drop ball1 roomb left) Time: 2 [nilufer@wopr VHPOP-2.0]$ vhpop -h ADD examples/gripper-domain.pddl examples/gripper-2.pddl ;strips-gripper2 1:(pick ball1 rooma right) 2:(move rooma roomb) 3:(drop ball1 roomb right) Time: 15 [nilufer@wopr VHPOP-2.0]$ vhpop -h ADD -f static examples/gripper-domain.pddl examples/gripper-2.pddl ;strips-gripper2 1:(pick ball1 rooma left) 2:(move rooma roomb) 3:(drop ball1 roomb left) Time: 13
The BLACKBOX system can be accessed at: /classes/cs5811/common/bb_39/. Information is available : here.
Try the following in the Examples/tire-world directory to get started :
../../blackbox -o domain.pddl -f tire-b.pddl