Blackbox

To try out Blackbox, follow these instructions:
  1. Download blackbox.tar.Z and uncompress it.

  2. Notice that blackbox is distributed as an executable, along with directory called "Examples".

  3. Just like Graphplan, Blackbox takes the input of an operators file and a facts file. There are also many other options. To find out about all of them, type:
    % cd blackbox
    % ./blackbox -help
    

  4. Next, try out blackbox on the logistics domain.
    % cd Examples/logistics-strips
    % ../../blackbox -o domain.pddl -f prob004-log-a.pddl
    
  5. This should take about 4 minutes, but - on Aludra - it might take as long as 5-10 minutes. But, it's a good example to use since you can watch it deliberate and consider various goal steps.

  6. Please contact Greg Barish (barish@isi.edu) if you need the source files to Blackbox.

  7. For more information, see the Blackbox home page .