Coder Social home page Coder Social logo

continuous_gr's Introduction

Implementations of continuous goal recognition systems

The continuous GR systems are implemented based on a standard process mining-based "single-shot" GR system (can be accessed here). recognizer.jar is the complied tool of the standard GR system.

The continuous systems have an additional module, relearn controller, which is compiled as controller.jar (the source code of the controller is in RelearnController/).

The relearn controller also controls a miner to discover process models from recently collected traces. The miner is compiled as miner.jar, the source code can be accessed here.

The script for running the continuous GR systems is relearn_grsystems.py.

python3 relearn_grsystems.py

Before running the above command, the parameters in the script need to be configured:

  1. Input data (lines 382-382), need to specify the type of drift.
  2. Output directory to store the results for each drift (line 393).
  3. The percentage of observation (line 385).
  4. The option of continuous GR system (line 391): standard, open-loop, closed-loop with averaged accuracy, closed-loop with trend.

Still developing: the relearn decision based on reinforcement learning rlsb3_system.py.

python3 rlsb3_system.py

Dataset: experimental_data

Dataset for developing: data_rl

continuous_gr's People

Contributors

zihangs avatar

Watchers

 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.