Coder Social home page Coder Social logo

maliciousgenius / aorta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andreasschmidtjensen/aorta

0.0 1.0 0.0 67.91 MB

Adding Organizational Reasoning to Agents

Home Page: http://www2.compute.dtu.dk/~ascje/AORTA/

TeX 1.45% Java 91.71% GAP 1.29% MATLAB 4.72% Objective-C++ 0.26% Shell 0.03% ANTLR 0.41% HTML 0.02% Prolog 0.08% Batchfile 0.03%

aorta's Introduction

AORTA: Adding Organizational Reasoning to Agents

AORTA is an organizational reasoning component that can be integrated into the agent's reasoning mechanism, allowing it to reason about (and act upon) regulations specified by an organizational model using simple reasoning rules. Read more about AORTA here.

The project consists of the following:

  • metamodel: The AORTA metamodel
  • framework: The AORTA framework
  • gui: GUI for the execution of AORTA agents
  • Integrations
    • jason: The integration with Jason
    • jeditplugin: A plugin for JEdit for Jason
    • apapl: Integration with 2APL
  • Model checking
    • ajpf2014: A modified version of AJPF to incorporate organizational properties as used in AORTA.
    • aorta4ail: Implementation of AORTA operational semantics in AIL for optimized model checking.
    • modelchecker: A model checker for AORTA using AJPF. Enables verification of AIL-systems integrated with AORTA (but without optimizations).
  • Examples
    • examples: A collection of smaller example programs that can be run in AORTA+Jason or AORTA+2APL
    • bw4t: An example usage of the jason-integration using Blocks World for Teams
  • Organizational modeling
    • opera: A translator from the OperA model to the AORTA metamodel
    • moise: A translator from the Moise+ model to the AORTA metamodel

AORTA should be built using at least Java 7 (and exactly Java 7 to use the model checker).

Integration with Jason

The jeditplugin includes a build-configuration that creates a jar including AORTA and all dependencies. This jar (aorta-standalone.jar) furthermore comes with an installer, which installs AORTA into an existing Jason installation directory.

The installer is created using ant make-installer in the jeditplugin folder and creates a new folder installer containing the jar.

It can be run with the following command:

java -jar aorta-standalone.jar install <Jason-location>

Model Checking

The modelchecker works as a JPF plugin. It furthermore includes a build-configuration that creates a jar with all dependencies. This jar (in the folder standalone) can be run as follows:

java -jar aorta-modelchecker.jar AIL-file [PSL-file] [p=Propertyname] [m=Modelfile] [-save]

If no PSL-file is provided, the system is executed normally. Otherwise, modelchecking using JPF is performed. The jar should be executed in the working directory of the system to be verified. To model check a specific property in the PSL-file, use p=Propertyname. To generate a model of the entire system (use with precaution, can get quite large), use p=Propertyname m=Modelfile -save (will be generated using the property specified by Propertyname). To use the model file afterwards instead of running the system, use m=Modelfile.

Setup of the modelchecking system

The system relies on JPF and should therefore be setup as follows:

  1. Download and unzip AORTA

  2. Install JPF-Core (download and build from JPF repository)

  3. Edit site.properties in ~/.jpf to include the following line:

     mcapl = <Parent of AORTA project dir>/aorta/ajpf2014
    
  4. Run the JAR file as specified above to verify the system in AIL-file using all the properties in PSL-file

aorta's People

Contributors

andreasschmidtjensen 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.