- Step1: Install StarCraft II and DeepMind PySC2 following the README guidelines
- Step2: Clone the repository and navigate into the project directory
- Step3: Install Python dependencies with pip install -r requirements.txt
- Step4: Configure hyperparameters and map settings in config files
- Step5: Run python train.py --config configs/default.yaml to begin training
- Step6: Monitor progress with TensorBoard and adjust parameters as needed
- Step7: Evaluate trained models using python evaluate.py --model path/to/checkpoint