This repository implementations paper, Graph Based Optimization For Multiagent Cooperation (AAMAS-2019).
- Python 2.7
- GNU Scientific Library (GSL) - 2.3
- Frodo (https://frodo-ai.tech/)
Create a folder name "gsl" in your home directory
$mkdir gsl
Download GSL-2.3 package from (ftp://ftp.gnu.org/gnu/gsl)
$tar -zxvf gsl-2.3.tar.gz
$cd gsl-2.3/
$./configure --prefix=/home/<username>/gsl
$make
$make check
$make install
Add line export LD_LIBRARY_PATH="/home/<username>/gsl/lib:$LD_LIBRARY_PATH" in .bashrc, file(located at /home/username/.bashrc)