- Step1: Clone the repository from GitHub to your local machine.
- Step2: Install required dependencies, including StarCraft II, PySC2, TensorFlow/PyTorch.
- Step3: Configure map scenarios and reward functions in the config files.
- Step4: Define or import your agent policy networks in the agents folder.
- Step5: Run the training script to start multi-agent RL experiments.
- Step6: Monitor logs and metrics via built-in visualization tools.
- Step7: Evaluate trained agents on custom or benchmark maps.