Skip to main content

Parser of PDDL+ domains and problems for learning purposes

Project description

PDDL Plus Parser

PyPI PyPI - Python Version PyPI - Status PyPI - Implementation PyPI - Wheel GitHub

test lint docs codecov

black

Requirements

Features

Changelog:

  • version 0.0.1 - Initial release. Support for discrete PDDL domain and problem parsing.
  • version 1.0.0 - Major extension to support PDDL 2.1 in terms of numeric actions.
  • version 1.1.0 - Added support for Metric-FF solutions parsing.
  • version 1.2.0 - Added support for ENHSP solution parsing.
  • version 1.3.0 - Added problem generators for some domains used in the experiments.
  • version 1.4.0 - Added negative preconditions for actions.
  • version 2.0.0 - Added support for multi-agent PDDL domains and problems.
  • version 2.1.0 - Added support for more complex type of multi-agent trajectories to support non-trivial interactions.
  • version 2.2.0 - Added support for domains with disjunctive numeric preconditions.
  • version 3.0.0 - Added support for conditional effect without existential quantification and only conjunctive conditions.
  • version 3.1.0 - Added support for universal effects containing only conjunctive conditions.
  • version 3.1.4 - Added support for inapplicable actions and fixed a minor logical bug in the universal effects.
  • version 3.3.0 - Added support for nested action schemas including universal preconditions.
  • version 3.5.0 - Added simplification of numeric expression. This helps to prevent getting too complicated preconditions.
  • version 3.5.7 - Added support for problem exportation to PDDL from a problem object.
  • version 3.5.8 - Fixed a bug that displayed power expressions in PDDL even though this is not supported by the language.
  • version 3.6.5 - performance boost for the tokenizer - credit @yarin-benyamin.
  • version 3.7.0 - Added the ability to simplify preconditions by eliminating variables that are redundant and thus reducing the general size of the conditions.
  • version 3.8.0 - Added code to better support multi-agent domains and problems.
  • version 3.8.9 - Added bug fixes to the numeric expressions simplification.
  • version 3.9.0 - Added the ability to query the size of an observation.
  • version 3.10.0 - Added the ability to handle untyped domains and domains containing predicates / functions / actions where their parameters are grouped to the same type.
  • version 3.10.2 - Added the ability to convert a string representing a predicate into a Predicate object.
  • version 3.10.3 - Added the ability to support larger numerical error when comparing numbers.
  • version 3.10.5 - Fixed a bug in the plan parser that caused the creation of invalid joint actions.
  • version 3.11.0 - Added functionality to represent type hierarchy as a graph and iterate over it.
  • version 3.12.0 - Supporting zipping numeric multi-agent plans to some degree.
  • version 3.13.0 - Added the ability to easily change the signature of the domain elements.
  • version 3.13.6 - Added the is_masked property to the GroundedPredicate class.
  • version 3.14.0 - Starting to address unsuccessful state transitions - for online action model learning algorithms.
  • version 3.14.1 - Added the correct hashing of predicates.
  • version 3.14.2 - Added the support for negative goal conditions.
  • version 3.14.3 - Added the support for extended functionality in the Domain and Action classes.
  • version 3.15.0 - Added the ability to parse trajectories with transition statuses.
  • version 3.15.1 - Added the ability to parse trajectories from strings as well as from files.
  • version 3.15.2 - Fixed bug that was caused when some numeric functions were missing from the state.
  • version 3.15.6 - Added the eq operator to the ActionCall class.
  • version 3.16.0 - Added the vocabulary creator class to provide the functionality across different applications.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pddl_plus_parser-3.16.3.tar.gz (94.1 kB view details)

Uploaded Source

File details

Details for the file pddl_plus_parser-3.16.3.tar.gz.

File metadata

  • Download URL: pddl_plus_parser-3.16.3.tar.gz
  • Upload date:
  • Size: 94.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for pddl_plus_parser-3.16.3.tar.gz
Algorithm Hash digest
SHA256 c55abb5f57f66aed90c37b06701bbca90ef0a29658f8087d0a9df504ee01b0b9
MD5 a90ff8617c221b512f82f28c82b01bb8
BLAKE2b-256 39b30e0f3ffd8f5da143cc764b2932518cb4d8cd5fb5a2c946e8f84888267af7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page