- Step1: Clone the repository: git clone https://github.com/Tinker-Twins/AutoDRIVE-Coopertitive-MARL.git
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Download or build the AutoDRIVE simulator and configure its path
- Step4: Modify training configuration files for desired scenarios and algorithms
- Step5: Launch training scripts (e.g., python train_maddpg.py) to train agents
- Step6: Use evaluation scripts to test learned policies in simulation
- Step7: Visualize results with built-in plotting utilities or integrate into your applications