- Step1: Clone the repository from GitHub: git clone https://github.com/pr-shukla/maddpg-keras.git
- Step2: Navigate to the project folder: cd maddpg-keras
- Step3: Install dependencies: pip install -r requirements.txt
- Step4: Configure environment and hyperparameters in config.py or via command-line args
- Step5: Run training script: python main.py --env --num_agents
- Step6: Monitor training output, view logs and checkpoints in the logs/ directory