Commit graph

648 commits

Author SHA1 Message Date
garylin2099
72d1cfafcb Merge branch 'werewolf_game' of https://github.com/garylin2099/MetaGPT into werewolf_game 2023-10-17 22:13:59 +08:00
garylin2099
8525ec6d7b small bug fixed for reflection record and retrieve 2023-10-17 21:27:14 +08:00
garylin2099
fdbadbc0f3
Merge pull request #430 from garylin2099/werewolf_game
introduce experience
2023-10-13 22:30:40 +08:00
garylin2099
205d1c9843 experience operation 2023-10-13 22:26:59 +08:00
garylin2099
4c0ed559cc introduce experience 2023-10-13 21:25:26 +08:00
garylin2099
cb8e251312
Merge pull request #419 from garylin2099/werewolf_game
introduce simple reflection & abstract common _act
2023-10-11 16:46:36 +08:00
garylin2099
5026a022e1 minor update 2023-10-11 16:44:56 +08:00
garylin2099
d015c81fc4 introduce simple reflection & abstract common _act 2023-10-11 16:30:07 +08:00
garylin2099
94a7395da4
Merge pull request #411 from ariafyy/werewolf_game
polish log files for evals
2023-10-11 11:05:40 +08:00
Aria F
6f641d6310
#refactor: refactor Utils class for log parsing 2023-10-11 10:45:58 +08:00
Aria F
c55608cb76
feat: polish log files for evals 2023-10-10 20:29:19 +08:00
Aria F
48043f4f9d
Merge branch 'geekan:werewolf_game' into werewolf_game 2023-10-10 20:16:28 +08:00
garylin2099
7954d5325d
Merge pull request #405 from garylin2099/werewolf_game
Win mechanism, CoT, introduce thoughts and simple strategies to all roles
2023-10-09 21:37:22 +08:00
yzlin
ef1a9a4609 introduce nighttime thought to all roles & add simple strategies into action 2023-10-09 21:33:59 +08:00
yzlin
343ad8d653 add more instruction in speak prompt & simplify nighttimewhisper 2023-10-09 14:56:56 +08:00
yzlin
0c238d2b0d update win mechanism 2023-10-09 14:36:55 +08:00
garylin2099
4ffbee525c
Merge pull request #392 from davidlee21/act-with-your-thoughts
Werewolf game modify Common Actions to speak thoughts out loud
2023-10-09 11:34:46 +08:00
davidlee21
010d11600b
Update the proposal according to the reviewer's suggestions for improvement 2023-10-08 22:02:42 +08:00
Aria F
26ca9641bf
# fix: merge comments from mg 2023-10-05 12:21:30 +08:00
MrL
55794a572b make roles to speak their mind while they act 2023-10-04 11:40:41 +08:00
MrL
546c58aa6a make roles to speak their mind while they act 2023-10-04 11:35:51 +08:00
MrL
e694848b48 make roles to speak their mind while they act 2023-10-04 11:31:05 +08:00
MrL
17a0bd5de1 Changes 2023-10-04 11:14:16 +08:00
MrL
b8743fc890 Changes 2023-10-04 11:12:23 +08:00
Aria F
ef81791f32
# feat:convert txt file to json for evals 2023-10-02 13:42:31 +08:00
garylin2099
e40b34acf8
Merge pull request #383 from garylin2099/werewolf_game
add human player
2023-10-01 23:15:18 +08:00
yzlin
91faec6bb1 add human player 2023-10-01 23:10:59 +08:00
yzlin
81e8ee83fb small bug fixed 2023-10-01 11:47:59 +08:00
garylin2099
0d401e6aab
Merge pull request #380 from garylin2099/werewolf_game
example of modifying role strategy
2023-09-30 23:38:50 +08:00
yzlin
91c6c6b200 example of modifying role strategy 2023-09-30 23:36:54 +08:00
garylin2099
6662cd5fe0
Merge pull request #377 from garylin2099/werewolf_game
1st version of runnable complete pipeline
2023-09-30 15:08:54 +08:00
yzlin
fa88e44521 rm redundant & add random game setup 2023-09-30 15:02:19 +08:00
yzlin
4d39bb2815 moderator parsespeak & 1st v of runnable pipeline 2023-09-30 12:24:45 +08:00
yzlin
f7ed6ef2ee game setup 2023-09-30 12:08:57 +08:00
garylin2099
4dcb377f68
Merge pull request #376 from chaleeluo/lyw-witch-0930
Werewolf game add  Witch
2023-09-30 11:52:32 +08:00
chaleeluo
6f8b1f7116 fix 2023-09-30 11:16:12 +08:00
chaleeluo
de153405b3 fix 2023-09-30 11:05:05 +08:00
chaleeluo
85343bf3e9 Merge branch 'lyw-witch-0930' into werewolf_game
# Conflicts:
#	examples/werewolf_game/actions/__init__.py
#	examples/werewolf_game/roles/__init__.py
#	examples/werewolf_game/start_game.py
2023-09-30 10:59:42 +08:00
chaleeluo
ce388827f8 witch role 2023-09-30 10:56:29 +08:00
garylin2099
882660c43e
Merge pull request #361 from kevin-meng/werewolf_game
Werewolf game add Guard
2023-09-29 10:30:20 +08:00
garylin2099
9778d213f7
Merge branch 'werewolf_game' into werewolf_game 2023-09-29 10:29:24 +08:00
garylin2099
50d9ad4270
Merge pull request #365 from mannaandpoem/manna_werewolf_game
Werewolf game modify moderator and add seer role and action
2023-09-29 10:24:05 +08:00
mannaandpoem
fd03751e1d 修改了STEP_INSTRUCTIONS 2023-09-28 23:48:08 +08:00
mannaandpoem
e5140fd6a5 添加了ivan写的parse speak 2023-09-26 23:05:45 +08:00
Kevin Meng
f9179c377d
Update start_game.py
delete two lines of local testing code
2023-09-26 20:15:27 +08:00
mannaandpoem
4584435bc6 整理了论文中的一些提示词 2023-09-26 13:00:44 +08:00
mannaandpoem
c6a5b46ddd add seer role and action, and update moderator role 2023-09-26 09:50:41 +08:00
kevin-meng
be2580f5db add arbiter prompt for evaluate 2023-09-26 01:20:29 +08:00
kevin-meng
1a7f415fa9 modify pronunciation 2023-09-25 23:27:12 +08:00
mannaandpoem
3c01534964 Modify moderator 2023-09-25 23:22:18 +08:00