- Step1: Clone the repository or install via pip
- Step2: Import the CooperativeSearchEnv module in Python
- Step3: Register the environment with the gym API
- Step4: Configure scenario parameters (grid size, targets, communication)
- Step5: Train agents using an RL framework (e.g., Stable Baselines3 or Ray RLlib)
- Step6: Monitor training and visualize agent behaviors using built-in tools