- 1단계: git clone https://github.com/furiousteabag/MultiAgentSystems.git 명령어로 저장소 클론
- 2단계: pip install -r requirements.txt로 종속성 설치
- 3단계: configs/ 폴더 내에서 알고리즘과 환경 구성 선택
- 4단계: 훈련 실행: python train.py --config configs/maddpg.yaml
- 5단계: tensorboard --logdir logs/로 진행 상황 모니터링
- 6단계: 훈련된 에이전트 평가: python evaluate.py --checkpoint 저장경로/체크포인트
- 7단계: config와 모델 파일을 수정하여 시나리오 또는 에이전트 구조를 사용자 정의