Class PddlParser

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

public class PddlParser extends Object
This class parses a PDDL domain and problem file and populates several DIARC components with the parsed information. This can include ASL (action scripts) and beliefs (rules, facts). There is not guaranteed support for all valid PDDL features, so it's possible that not all the PDDL will be retained.
  • Constructor Details

    • PddlParser

      public PddlParser()
  • Method Details