Hernán Foffani
Hernán Foffani
I would like to upgrade the vuetify components from 1.* to 2.* Has anyone done it? I am getting conflicts between npm packages (webpack, sass-loader, etc.)
Hi, Thanks for the tools! In the "Printing to reMarkable" script I have added a pdf compression step (with `ghostscript`). It looks like this: ``` for f in "$@" do...
> Hi Noah, > > I am very glad you find pddlpy useful. Regarding your question, I am afraid this feature is not implemented currently. > > However the grammar...
This library provides two main features, the PDDL parser and a variable binding mechanism. The current one is very naive and does not scale up. Ideally, besides enhancing the algorithm...
As of now PDDL-LIB only implements :strips :typing :negative-preconditions Add other PDDL features until reaching ADL level See https://www.ida.liu.se/~TDDC17/info/labs/planning/writing.html
The grammar is pretty complete but this implementation is very simple. See https://www.ida.liu.se/~TDDC17/info/labs/planning/writing.html for the different flavors. It should warn on other requirement but STRIPS or TYPING. It should also...
Add API docs compiled to HTML and package it in the binaries distributions (pip and nuget.)