- Step1: Clone the repository with git clone https://github.com/anfisou/Multi-Agent_Drone_Environment.git
- Step2: Install required Python packages via pip install -r requirements.txt
- Step3: Register the environment in your Python script using gym.register
- Step4: Import the environment: import gym; env = gym.make('MultiAgentDroneEnv-v0')
- Step5: Configure scenarios and reward functions in the config file
- Step6: Train your multi-agent RL algorithm using env.reset() and env.step() loops
- Step7: Use built-in visualization tools to render agent behavior and metrics