In this file, I have summarized all the Marbel-related exam material. This includes all the lecture material about Marbel, the literature, and some important examples.
This summary covered all the Marbel-related material for the 2023 exam.
Of course, you still need to practice with every exam...
Marbel summary
I. Agents and entities
The environment that agents interact with consists of controllable entities that can perform
actions in the environment.
An agent can control the actions of these entities and can see what they see through
percepts that agents receive and store in a data base(mental state).
It’s important to note that the agent and environment are seperate processes.
An agent has three core abilities that enable its interaction with the environment :
- Event processing (percepts and messages)
- Representing information (modelling the environment as a database)
- Decision making (reasoning and action selection)
Marble agents use a knowledge representation language for representing percepts, beliefs and
messages and prolog to represent state of elements in the environment.
II. Marble
MARBEL is a rule based langauge. These rules are in the form of a condition-action rule : i, e if
true then print(« hello worlds »).
- An agent consists of multiple files :
(.mas2g) file is used to lauch an agent system, connecting to the environment
process and for processing events.
- Knowledge representation is used as the intitial database (.pl)
- (. mod2g) files are used to program the decision making of an agent
- An agent consists of multiple modules, most important is the decision module.
, The launch command is called a launch rule. It tells the platform when to create and launch
agents.
II.1 updating the robot (robotUpdate.mod2g)
As you can see above, the robotUpdate file is responsible for updating the information agent
« robot » has access to, i.e update in which rooms the agent has been or remove block
if it’s not percieved.
- Keep in mind that the use clause indicates the agent’s database (.pl)
The code line :
Indicates that the exit module will be initiated after condition is reached
If exit is assigned always then the module is immediatley exited after exécution, i.e it’s executed
only once.
exit=noaction entails not exiting the module after exécution and only moving on when there’s
nothing left to do.
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper tigovangerven. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €9,99. Je zit daarna nergens aan vast.