0.1.1
What's Changed
- Allow URL as input by @ssardina in #11
- Allow the input domain to be a URL link
- Improved a lot the way we handle prefix and suffix, they are not hard-coded anymore, including the domain name suffix.
- Made a few changes to make it fully usable as a library
- Resolved issue #13 to better handle the domain name in the problem instance. For example, if the CLI tool parses a file that contains both domain+problem, it will automatically update the problem to match the domain name with the new one.
- fixed a few bugs that we had
- Updated README to include all this.
- the normalization process as it was breaking if the PDDL had metric effects (e.g., increase, etc..). #15
- the determinization process: basic effects could be (besides And), Predicate or Not. It was crashing on some domains whose effect are just a predicate or a not predicate
Full Changelog: v0.1.0...v0.1.1