AI-Planning / planning-as-a-service

The newly improved planner (and more) in the cloud.
Apache License 2.0
30 stars 8 forks source link

Fixed issue where planutils solvers would not be able to run #16

Closed camcunningham closed 3 years ago

camcunningham commented 3 years ago

Made a few fixes, mainly two:

Added ~/.planutils/bin to the env for the worker, which allows for us to use any installed planutils tools. Also changed os.rmdir to shutil rmdir functionality which allows us to remove non-empty directories.

I've changed the default planner to be lama-first, because lama seemed to run indefinitely when I was testing.

camcunningham commented 3 years ago

@haz Made those changes.