Quick repo to test AI Planning on Apple Silicon MacOS with
-
Docker Desktop that will emulate AMD64 (as aiplanning/planutils currently only ships an AMD64 version)
-
VS Code, with the extensions
- Dev Containers
- PDDL
- Clone this repo
- Open VS Code in the cloned folder, with Dev Containers
- Open the files domain.pddl and problem.pddl side by side
- Hit
Option
+P
LAMA-first
will do just fine- Mind that
http://planutils/package
is local to your machine (cf. docker-compose.yml)
- Clone this repo
- Open VS Code in the folder, with Dev Containers
- In the VS Code dev-containerized terminal, execute
http post http://planutils:5555/package/lama-first/solve [email protected] [email protected]
This should get you the plan output - and can be useful to understand certain errors.