Add examples for werewolf game tuner (#96)

This commit is contained in:
garyzhang99
2026-01-16 17:25:49 +08:00
committed by GitHub
parent 9503bda45d
commit 5855c5161b
16 changed files with 2095 additions and 8 deletions

View File

@@ -72,7 +72,7 @@
│ ├── frozen_lake/ # 教一个智能体玩需要多步操作的游戏
│ ├── learn_to_ask/ # 使用 LLM 作为评委辅助智能体训练
│ ├── email_search/ # 提升智能体的工具使用能力
│ ├── werewolf_game/ # 强化多智能体应用能力
│ ├── werewolves/ # 强化多智能体应用能力
│ └── data_augment/ # 增强用于调优的数据
├── sample_template/ # 新样例贡献模板
└── README.md