Hernán Foffani

Results 9 issues of 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...

design

> 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...

enhancement

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...

enhancement

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

enhancement

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...

bug

Add an example in the Readme using Visual Studio Code.

enhancement

Add API docs compiled to HTML and package it in the binaries distributions (pip and nuget.)

enhancement

As a use case, add a basic planner for Python and for .NET.

enhancement