Giter VIP home page Giter VIP logo

go-pddl's Introduction

go-pddl

A PDDL Parser written in Go

Purpose

The go-al is to parse a PDDL file and convert it to a JSON/YAML standard format.

Run

  • Install the latest version of go

Docker

  • Install docker
  • Install docker-compose
  • go get github.com/APLA-Toolbox/go-pddl/edit/main/README.md
  • cd $GOPATH/src/github.com/APLA-Toolbox/go-pddl
  • docker-compose -f docker/docker-compose.yml up

Scripting

  • Create a .env file, copy the content of .env.example
  • Fill DOMAIN and PROBLEM with domain.pddl and problem.pddl absolute paths
  • Source .env
  • Run go run main.go

Contributions

See the open issues and feel free to contribute, help is WANTED.

go-pddl's People

Contributors

guilyx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

go-pddl's Issues

Implement Planner(s)

Depends on #1

  • DFS/BFS
  • Dijkstra/A*

Dijkstra/A* should use the same algorithm. We register a heuristic: for Dijkstra it always returns 0, for A* we can register different kind of heuristics through an interface.
Should return the path as a file. (gitignored)

Convert to PROPER Json

As of now the conversion is ugly (like really ugly)
I'll not be as available for the next few months, looking for help on this.

Basically needs to tweak in the ToJSON converters, maybe you can decide to leave the ToJSON as is and do post-treatment to repair the JSON. To your convenience.

ReadMe

  • Brief about PDDL
  • How to install/run/etc...
  • How to contribute

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.