Class PddlGenerator

java.lang.Object
edu.tufts.hrilab.action.planner.pddl.PddlGenerator

public class PddlGenerator extends Object
This class gathers information from several places/components in DIARC to generate a pddl domain and problem file on the fly. This is used during the action selection process in order to leverage pddl planners.
  • Field Details

    • pddl

      public Pddl pddl
  • Constructor Details

  • Method Details

    • build

      public Pddl build()
      Builds the PDDL object from the builder.
      Returns: