Coder Social home page Coder Social logo

jacamoexamples's Introduction

JaCaMoExamples

Introduction

This repository has been made during my academic studies, in order to explore better JaCaMo.

JaCaMo is a framework for Multi-Agent Programming that combines three different technologies:

  • Jason: for programming autonomous agents
  • Cartago: for programming environment artifacts
  • Moise: for programming multi-agent organizations

The documentation of JaCaMo is made basically just by examples, so I decided to create a repository that has all the example commented. I also added a few example made by me.

Requirements

To run this project you need:

  • JVM >= 8
  • Gradle
  • Eclipse IDE

To make changes you need to install the plug-in (only available in Eclipse IDE); you can follow this tutorial to install it properly.

How to run

To run the example from the IDE you need to open the JaCaMo Navigator (given by the plug-in previously installed).
Then open the file .jcm you are interested in and just run it from the IDE.

You can also use Gradle by command line:
gradle run

Examples organization

Every example is annotated and you can comment and uncomment what you want to try.

The repository has four .jcm files:

  1. testJaCaMo: contains a basic overview of JaCaMo in all of its aspects. This code follows the code in this tutorial.

  2. auctionCoodinationByMessages: it goes a little bit deeper in the coordination between agents by messages. Based on the Part I of this tutorial.

  3. auctionCoordinationByEnvironment: you will find more examples using the environment as mean of coordination between agents. Based on the Part II of this tutorial.

  4. auctionCoordinationByOrganization: Using more Moise, you can find the implementation of an organization that tells to the agents their role and how to achieve a common goal. The tutorial of this example can be found in the Part III.

Thanks

I hope that you will find these working examples as useful as they are for me.
If you have more working example that you think that are important or you want to correct some errors, feel free to send a pull request.

Bye.

jacamoexamples's People

Contributors

elisatronetti avatar tale152 avatar

Watchers

 avatar

Forkers

tale152

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.