Giter VIP home page Giter VIP logo

otpl's Introduction

Open Task Planning Library (OTPL)

This library consists of Python modules that can be used to support PDDL-related projects. The code supports all features of temporal PDDL 2.2.

Current modules include:

  • PDDL2.2 parser and data structures.
  • Grounding.
  • Planning Graphs.
  • Plan representations.
  • Temporal Networks to represent temporal plans.

Use the examples directory to see more.

Requirements

OTPL makes use of type hinting generics (e.g. l : list[str] = ()) introduced in Python 3.9.

Install the runtime requirements using:

pip install -r requirements.txt

OTPL has the following optional dependencies:

Literature

  • PDDL - The Planning Domain Definition Language. Ghallab, M., Knoblock, C., Wilkins, D., Barrett, A., Christianson, D., Friedman, M., Kwok, C., Golden, K., Penberthy, S., Smith, D., Sun, Y., & Weld, D. (1998).
  • PDDL2.1: An Extension to PDDL for Expressing Temporal Planning Domains. Fox, M., & Long, D. (2003). http://arxiv.org/abs/1106.4561
  • PDDL2.2: The Language for the Classical Part of the 4th International planning Competition. Technical Report No. 195. Institut für Informatik. Edelkamp, S. & Hoffmann, J. (2003). https://gki.informatik.uni-freiburg.de/teaching/ws0607/aip/pddl2.2.pdf

otpl's People

Contributors

m312z avatar gerardcanal avatar andmur09 avatar

Stargazers

Antoine Boucher avatar Vinícius Carvalho avatar Emanuele De Pellegrin avatar  avatar  avatar  avatar Sebastian Stock avatar Hendrik Wiese avatar Octavio Arriaga avatar Michael avatar Oscar Lima avatar Andreas Bresser avatar  avatar

Watchers

James Cloos avatar Oscar Lima avatar  avatar Stefan Bezrucav avatar

otpl's Issues

Printing object type 'object' in domains

The atomic_formula class' print_pddl() function specifically doesn't print the object's type if the type is just 'object', but when a predicate or function is being defined in the domain to apply to any object I am pretty sure I need to be print '?obj - object' instead of just '?obj'.

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.