Hernán Foffani

Results 46 comments of Hernán Foffani

I'm seeing this error too from `edgedb watch` in a specific db change. ``` Schema migration error: ClientConnectionEosError: connection closed by server [2024-03-01T15:31:27Z ERROR edgedb::watch::main] Cannot set database error state:...

Sorry, I didn't even know about the language. I've just downloaded the Höller, et al. paper. Thanks for pointing out. I haven't done anything with this project since a long...

Thanks, I'll take a look at the paper. Yes, antlr4 is powerful and very convenient to write grammars.

OR is not supported, sorry. :disjunctive_preconditions are part of ADL and this library only supports STRIPS plus :negative_preconditions and types. As a workaround you can split the action into several...

Mmm... Which Python version are you using? edit: That message implies a bug.. :-( I'll have a look at it!

Hi Rohit, I'm sorry but I could not reproduce it: ``` (pddltest) ~ $ (pddltest) ~ $ (pddltest) ~ $ pip install pddlpy Collecting pddlpy Downloading pddlpy-0.1.9-py3-none-any.whl Collecting antlr4-python3-runtime=4.7 (from...

Did you use `pip install pddlpy` from a python 3 environment? If your default python is version 2.x then you probably need to install pddlpy with `pip3 install pddlpy`. It...

A solver is one of the most asked features. I would probably work on it sometime in the next weeks.

issue #1 refers to a basic planner feature.

> what is the fix for this? It's been a while since I touched this project. I'm reopening the issue and will take a look.