The main implementation work happens inside nash-mtl-adapt/.

Repository map

Where to start

If you want the code first:

If you want the project framing first:

Quick start

cd nash-mtl-adapt
pip install -e .

Run the current toy integration:

cd nash-mtl-adapt/experiments/toy
python trainer.py --method replicator_nashmtl --log-weights true --replicator-lr 0.01

Current status

The repository is in an active prototype stage.