Giter VIP home page Giter VIP logo

landmark-based-goal-recognition's Introduction

Landmark-Based-GoalRecognition

Landmark-Based Approaches For Goal Recognition.

  • Goal Recognition Filter using Landmarks;

  • Goal Completion Heuristic;

  • Landmark Uniqueness Heuristic;

These approaches have been published in ECAI-16, AAAI-17, and AIJ.

Usage

  • Option (1): Single tar.bz2 file containing domain, problem (initial state), set of goals, observations, correct goal, threshold value.

Parameters needed: <-filter | -goalcompletion | -uniqueness> <tar.bz2 file> <threshold_value>

java -jar goalrecognizer1.2.jar -filter experiments/blocks-test/blocks-test.tar.bz2 0
  • Option (2): Separate files, e.g., domain, problem (initial state), set of goals, observations, correct goal, threshold value.

Parameters needed: <-filter | -goalcompletion | -uniqueness> <domain.pddl> <problem.pddl> <goals.dat> <observations.dat> <correct_goal.dat> <threshold_value>

java -jar goalrecognizer1.2.jar -goalcompletion experiments/blocks-test/domain.pddl experiments/blocks-test/template.pddl experiments/blocks-test/hyps.dat experiments/blocks-test/obs.dat experiments/blocks-test/real_hyp.dat 0.1

Observations as Facts

Our approaches also deal with observations as facts. To use the recognizers in such mode, please use the branch called obsfacts:

At the following link we have some examples of how we use observations as facts:

There is also an executable file called goalrecognizer-obsfacts.jar.

Dependencies

Our goal recognizer uses the following libs (which are included in lib):

  • jgrapht-jdk1.6.jar (A free Java Graph Library);
  • planning-landmarks2.3.jar (A Landmark Extraction Algorithm based on Ordered Landmarks in Planning);
  • planning-utils2.2.jar (PDDL Parser and Planning data structure from JavaFF);

landmark-based-goal-recognition's People

Contributors

meneguzzi avatar ramonpereira avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

landmark-based-goal-recognition's Issues

Recognizer does not check whether problem file is valid

The constructor in Recognizer does not check whether the file being given is actually .tar.bz2, (and after decompressing, whether the individual componentes are actually there), so when scanning a directory for problems, you get errors whenever it has anything but valid problems.

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.