Victor Paléologue

Results 13 issues of Victor Paléologue

Hello, I have been using the branch by @o01eg to build Python for Android (from this PR: https://github.com/python-cmake-buildsystem/python-cmake-buildsystem/pull/262) and managed to make it work with some extra changes. I hope...

Type: Enhancement
Project: crosscompilation

When running the PDDL test using the following planner configuration ```json { "kind": "COMMAND", "path": "/Users/victor.paleologue/Code/Palaio/HTN/downward/fast-downward.py", "syntax": "$(planner) --alias=lama $(options) $(domain) $(problem)", "title": "fast-downward.py", "canConfigure": true } ``` I get...

Trying to install the VAL tool on a Mac with M1 processor, I get this error: ```Binaries for operating system darwin arm64 are not available. Supported: win32 (arch: x64, x32,...

Supersedes https://github.com/aibasel/downward/pull/43

Updates the French translation file of the frontend to fix a broken markdown link syntax in the text box saying that the project is empty. It looked bad since it...

Hello, I am trying out [this example from the documentation](http://pddl4j.imag.fr/configuring_planners_by_programming.html#step-1-create-a-simple-java-project-with-pddl4j). But I am stuck when I write: ```java planner.setDomain(benchmarks + "domain.pddl"); ``` Because there is no such function `setDomain`.

Is it BSD like ROSPlan? Or something else? Please make it explicit in this repository.

When using the VSCode PDDL extension, I am given the opportunity to download and configure a pre-built VAL tool. The matching binary is not found for my platform: Mac OS...