- Step1: Install ViZDoom following official instructions.
- Step2: Clone the RL_Shooter repository from GitHub.
- Step3: Install Python dependencies using pip install -r requirements.txt.
- Step4: Configure scenario settings in config files (maps, rewards, frame skip).
- Step5: Run training scripts (e.g., python train.py) with chosen RL algorithm.
- Step6: Monitor logs and tensorboard for performance metrics.
- Step7: Evaluate trained agents with evaluation scripts.
- Step8: Modify or add custom maps and reward functions as needed.