Christian Muise
Christian Muise
The plugin needs to be updated for the modern era solver.planning.domains (uses [PaasS](https://github.com/ai-planning/planning-as-a-service/) now). You can add a new planning engine, select the planning-as-a-service option, and configure like so: ...
This would be quite useful. I've been messing around to accomplish a few things: - Autoload and run one chunk of code. - Hide that load library that's run once....
An ancient domain list :p. Have you seen the planning.domains set yet?
Well the best should be preserved in more complete sets. http://planning.domains
@marcofavorito : Update the list above?
Hey @beasteers , welcome and thank you so much for throwing your weight behind this! To be honest, I had to go down a few rabbit holes to try and...
Hrmz...from the first example, it doesn't look like you have any sub-type information put in. Here's an example of how sub-typing can be done: - https://github.com/AI-Planning/pddl/blob/8e3be082c0c2142288ffb14a9766f66bd9b1febf/tests/test_domain.py#L214 That said, it doesn't...
@nergmada I've noticed this trend a bit as well, as my students stumble upon the wiki and bring a question to class on "why can't I use this esoteric feature...
Should likely have a default for the types parameter so we don't _need_ to specify it, ya?
Tests all run green, but marking this as WIP until we resolve the discussion over in #100