Giter Site home page Giter Site logo

universal-pddl-parser's Introduction

universal-pddl-parser

An algorithm for parsing any planning problem in PDDL format.

Currently supports STRIPS planning, temporal planning, multiagent planning.

Compiling with "scons" creates an executable "Domain".

Compiling with "scons tests" runs a series of automated tests on actual planning domains.

The "Domain" and "Instance" classes provide limited support for creating PDDL domains:

  • creating types
  • creating constants
  • adding predicates
  • adding functions
  • adding actions
  • adding preconditions and effects of actions
  • adding objects
  • adding initial and goal states

However, more complicated constructs (such as forall and when) currently have to be implemented manually. These classes include a method "PDDLPrint" for printing the resulting domains in PDDL format.

The file "examples/compileSHE.cpp" provides an example of how to create a PDDL domain from an existing temporal domain. This is the compilation used in the following paper:

Sergio Jimenez, Anders Jonsson, Hector Palacios (2015) Temporal Planning With Required Concurrency Using Classical Planning International Conference on Automated Planning and Scheduling (ICAPS)

Compiling with "scons TPSHE" creates an executable "examples/compileSHE".

The file "examples/serialize.cpp" provides an example of how to create a PDDL domain from an existing multiagent domain. This is the compilation used in the following paper:

Matthew Crosby, Anders Jonsson and Michael Rovatsos (2014). A Single-Agent Approach to Multiagent Planning. European Conference on Artificial Intelligence (ECAI)

Compiling with "scons serial" creates an executable "examples/serialize".

universal-pddl-parser's People

Contributors

wisdompoet avatar jsego avatar dloti avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.