This tutorial is a simple adaptation of this MARL tutorial. All credits are due to the original author.
Install uv:
curl -LsSf https://astral.sh/uv/install.sh | shFrom the root directory of this project, run:
uv sync
uv run jupyter-notebookFrom the root directory of this project, run:
python -m venv .venv
source .venv/bin/activateYou should see (.venv) on your shell. Now run:
pip install .
jupyter-notebookUse Google Colab.
Open Google Colab and log in / sign up.
Upload MARL_tutorial.ipynb and run the code (remember to uncomment the first two cells).