Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.02 KB

MCA4MARL

RevAP: A Bankruptcy-based Algorithm to Solve the Multi-agent Credit Assignment Problem in Task Start Threshold-based Multi-agent Systems

=================================================

This is the repo to provide supplementary material for the reproducibility of the RevAP approach.

=================================================

Deployment Steps

  1. Download the DevC++ 5.11 or higher.
  2. Install it.
  3. The needed libraries are only internal libraries as follow:

=================================================

#include <iostream>
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <math.h>
#include <windows.h>
#include <time.h>
#include <iomanip> 

=================================================

Compilation and Running the Source Code

  1. To compile the source code (RevAP-V1.cpp) press F9 or in menu bar select Execute---> Compile.
  2. To run the source code (RevAP-V1.cpp) press F10 or in menu bar select Execute---> run.
  3. You can directly run the RevAP-V1.exe to see the results.