Using Unified Planning Library to parse PDDL and generate plans for PDSim.
The full documentation, including installation guides, CLI navigation, and development integration, can be found in our GitHub Wiki.
The fastest way to get started is by using our pre-built image from Docker Hub:
# Pull the latest image
docker pull cryoscopice/pdsim-backend
# Run interactive mode
docker run --rm -it --network host -v ./data:/data cryoscopice/pdsim-backendFor local installation and more advanced options, please refer to the Wiki.