Skip to content

This is an extension of the traditional Jason gold mining example with EBDI agents. ⛏

Notifications You must be signed in to change notification settings

diegocouto/gold-miners-ebdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gold Miners (EBDI)

This is just a simple demonstration of how we can integrate WASABI architecture with the traditional BDI agents provided by the JASON platform.

Setup

Apart from having JASON and WASABI running on your environment (follow the instruction here), there are some extra steps required in order to run this example:

  1. When running WASABI, you have to assign globalIDs to the EmotionalAttendees which are equals to the agents names running on the JASON platoform. You can do so by editing your WASABI.ini as something like this:
EA miner1
globalID miner1
xmlFilename WASABI_agent_default.xml
dynFilename Becker-Asano.emo_dyn
padFilename Becker-Asano.emo_pad
simulationOn true
EA_END
  1. On WASABI, be sure that the PAD values are enabled on the SenderMode section (it should look exactly like on the image below):

WASABI Network Settings

About

This is an extension of the traditional Jason gold mining example with EBDI agents. ⛏

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages