Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 794 Bytes

File metadata and controls

38 lines (29 loc) · 794 Bytes

multiagent_learning

Top level project files for multiagent learning.

Installation

Linux

Install system dependencies:

sudo apt install libboost-dev libeigen3-dev libyaml-cpp-dev

In the working folder of your choice, clone the project code:

git clone https://github.com/JenJenChung/multiagent_learning.git

Clone internal dependencies:

cd multiagent_learning
git clone https://github.com/JenJenChung/include.git

Build the code:

cd build
cmake ..
make

Running preconfigured projects

Run the project configured by config.yaml using six threads:

./testWarehouse -c ./config.yaml -t 6

Consult the documentation (Multiagent_neuro_evolution_for_learning_traffic_management_policies.pdf) for details about configuration file options.