- Step1: Clone the repository via git clone https://github.com/furiousteabag/MultiAgentSystems.git
- Step2: Install dependencies with pip install -r requirements.txt
- Step3: Select an algorithm and environment config in the configs/ folder
- Step4: Run training: python train.py --config configs/maddpg.yaml
- Step5: Monitor progress using TensorBoard with tensorboard --logdir logs/
- Step6: Evaluate trained agents: python evaluate.py --checkpoint path/to/checkpoint
- Step7: Customize scenarios or agent architectures by editing config and model files