- ステップ1: リポジトリをgit clone https://github.com/furiousteabag/MultiAgentSystems.gitでクローン
- ステップ2: dependenciesをpip install -r requirements.txtでインストール
- ステップ3: configs/フォルダでアルゴリズムと環境設定を選択
- ステップ4: トレーニングを実行: python train.py --config configs/maddpg.yaml
- ステップ5: tensorboard --logdir logs/を使用して進行状況をモニター
- ステップ6: トレーニング済みエージェントを評価: python evaluate.py --checkpoint path/to/checkpoint
- ステップ7: configやモデルファイルを編集してシナリオやエージェントアーキテクチャをカスタマイズ