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.
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.
To start the agent simply run the following:
python examples/run_refill_agent.py
pip install -e .