A compact research demo showing how Convex Markov Games (cMG) encourage cooperative, safe, and fair behavior in a simple multi-agent navigation task compared to a baseline Policy-Gradient (PG) method.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py