Skip to content

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

Notifications You must be signed in to change notification settings

micss-lab/MCA4MARL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages