Git Product home page Git Product logo

mepk's Introduction

Multi-agent Epistemic Planner with Knowledge

This is a planner for multi-agent epistemic planning. This code is continuously updated. We are planning to release a brand new version of MEPK and more details about it will be presented. You are welcome to follow this work.

Introduction

MEPK is implemented in C/C++. It's a knowledge-base based planner which means it treats a knowledge-base as a state in the searching progress. (More details can be found in above paper and a comprehensive introduction will be proposed later)

Platform

Tested on Ubuntu 18.04 and macOS Mojave.

Dependencies

flex/bison - for parsing epddl

expect - for setting timeout

Compile and Run

Change to the directory MEPK/src

  • Compile:
$ make
  • Run with breadth first search:

    • Run one test case
    $ ./mepk ../benchmarks/hexa/hexa_domain3.epddl 2
    • Run all test cases
    $ ./run_with_bfs.sh
  • Run with heuristic strategy:

    • Run one test case
    $ ./mepk ../benchmarks/hexa/hexa_domain3.epddl 0
    • Run all test cases
    $ ./run_with_heu.sh
  • Debug:

$ ./test ../benchmarks/hexa/hexa_domain3.epddl

mepk's People

Contributors

fangbq avatar

Watchers

James Cloos avatar

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.