Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 883 Bytes

File metadata and controls

35 lines (25 loc) · 883 Bytes

burrolib

This repository provides a small framework for multi-agent games released by xploras. The framework is designed such that each participant in the chain can not see the full information but has access to previous and following nodes. This simulator represents an abstract view of supply chains and thus can be used to train models optimizing supply chain control.

Install library & necessary packages

Prior to using the library execute

python3.8 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

to create an environment and install the required packages. If you want to use rendering please install

sudo apt install python3-tk

the tk library.

Run the refill agent example

To start the agent simply run the following:

python examples/run_refill_agent.py

Install burro as pip package

pip install -e .