Skip to content

Parsing functionality, which analyses whether planning problems conform to the rules of PDDL.

License

Notifications You must be signed in to change notification settings

PlanX-Universe/parsing-service

Repository files navigation

Parsing Service

The Parsing Service accepts planning problems and analyses whether they conform to the rules of the chosen specification.

Prerequisites

  • Java Development Kit (JDK) : Version 14 and above
  • Docker
  • IntelliJ IDEA

Configuring Docker and IntelliJ IDEA

  • Install RabbitMQ container on Docker with the flag --name = rabbitmq
  • Check module settings in IntelliJ IDEA and make sure the right JDK is selected.

Getting Started

  • Clone the repository or download it on your local device.
  • Make sure the docker application is running.
  • Now navigate to build.sh and execute it to build the project.

About

Parsing functionality, which analyses whether planning problems conform to the rules of PDDL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages