- Step1: Clone the repository from GitHub: git clone https://github.com/laurimi/multiagent-prediction-reward.git
- Step2: Install dependencies via pip: pip install -r requirements.txt
- Step3: Configure environment and hyperparameters in config files
- Step4: Run example experiment: python run_experiment.py --config configs/cooperative_task.yaml
- Step5: Review training logs and evaluation metrics in the output directory
- Step6: Modify or extend prediction and reward modules for custom tasks