Coder Social home page Coder Social logo

martin1887 / symbolic-osp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from speckdavid/symbolic-osp

0.0 1.0 0.0 23.11 MB

Sym-Osp is a state-of-the-art optimal oversubscription planner based on symbolic search.

License: Other

Shell 5.73% C++ 32.42% Python 12.47% C 44.91% Makefile 0.02% HTML 3.31% CMake 0.82% M4 0.11% Roff 0.22%

symbolic-osp's Introduction

Symbolic Osp Planner Sym-Osp

Sym-Osp is a state-of-the-art optimal oversubscription planner based on symbolic search.

Main source:

  • Speck, D.; Michael Katz. 2021. Symbolic Search for Oversubscription Planning. In Proceedings of the Thirty-Fifth AAAI Conference on Artificial Intelligence (AAAI 2021), AAAI Press. (to appear)
@InProceedings{speck-katz-aaai2021,
  author =       "David Speck and Michael Katz",
  title =        "Symbolic Search for Oversubscription Planning",
  booktitle =    "Proceedings of the Thirty-Fifth {AAAI} Conference on
                  Artificial Intelligence ({AAAI} 2021)",
  publisher =    "{AAAI} Press",
  year =         "2021",
  note =         "to appear"
}

Dependencies

Currently we only support Linux systems. The following should install all necessary dependencies.

$ sudo apt-get -y install cmake g++ make python3 autoconf automake

Sym-Osp should compile on MacOS with the GNU C++ compiler and clang with the same instructions described above.

Compiling the Symbolic Osp Planner

$ ./build.py 

Osp Configurations

Sym-Osp uBDD representing the utility function as multiple BDDs to determine the utility values of sets of states.

$ ./fast-downward.py --translate --search domain.pddl problem.pddl --search "symosp-fw()"

Sym-Osp uADD representing the utility function as ADD to determine the utility values of sets of states.

$ ./fast-downward.py --translate --search domain.pddl problem.pddl --search "symosp-fw(use_add=true)"

Explicit A* search with the blind heuristic, representing the utility function as an ADD to determine the utility values of a single state.

$ ./fast-downward.py --translate --search domain.pddl problem.pddl --search "eager_osp(single(g()), f_eval=g(),reopen_closed=true)"

Based on:

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.