- 步驟1:克隆專案:git clone https://github.com/minqi/learning-to-communicate-pytorch.git
- 步驟2:安裝依賴:pip install -r requirements.txt
- 步驟3:在設定檔中配置任務與網路
- 步驟4:啟動訓練:python train.py --config configs/referential_game.yaml
- 步驟5:評估協議:python evaluate.py --checkpoint 路徑/到/模型
- 步驟6:使用提供的繪圖腳本進行結果與訊息視覺化