Commit graph

364 commits

Author SHA1 Message Date
liangliang
b2d1aa44a5 add requirement 2023-10-19 09:39:41 +08:00
stellahsr
713e858c87 update: set temperature for each action; add two basic skills 2023-10-16 22:47:24 +08:00
stellahsr
6d718735d2 Merge branch 'minecraft' of github.com:geekan/MetaGPT into minecraft 2023-10-13 23:27:17 +08:00
stellahsr
a893da1a39 update code: reduce top-k number and change k during runtime 2023-10-13 23:24:11 +08:00
Sirui Hong
184359b4e4
Update curriculum_agent.py
rm self
2023-10-13 20:14:02 +08:00
liangliang
682bc0320b Mineflayer:set born location to (26,100,20) 2023-10-13 15:02:44 +08:00
stellahsr
4b29758dd8 update: update chest observation 2023-10-12 23:08:59 +08:00
stellahsr
a24f39c5ea update prompts 2023-10-12 23:06:02 +08:00
stellahsr
5061184144 bug fix: handle error_messages type error 2023-10-12 22:59:04 +08:00
stellahsr
a6cd05ac53 update:
1. add round_id for role when resume
2. use ; instead of , to log tasks
2023-10-12 22:48:49 +08:00
stellahsr
41bf001799 bug fix: just obtain event instead of execute_event 2023-10-12 19:19:48 +08:00
stellahsr
d9cd6f6866 update: add path check 2023-10-12 17:40:22 +08:00
stellahsr
e81339f0b0 Merge branch 'minecraft' of github.com:geekan/MetaGPT into minecraft 2023-10-12 17:31:13 +08:00
stellahsr
0b757d0b47 update: add round_id for resume 2023-10-12 17:28:16 +08:00
Sirui Hong
c57da6d222
Merge pull request #422 from stellaHSR/minecraft
Minecraft: bug fix in curriculum_agent.py
2023-10-12 16:54:52 +08:00
Sirui Hong
5a2ea51544
Update curriculum_agent.py
fix bug:  rm self
2023-10-12 16:48:58 +08:00
Sirui Hong
18e4b245cb
Merge pull request #421 from stellaHSR/minecraft
Minecraft: 更新vdb的运行保存&恢复
2023-10-12 14:27:58 +08:00
stellahsr
8a7d96d507 remove useless code 2023-10-12 12:10:51 +08:00
stellahsr
bb5f3f8ecf update code: 更新断后恢复,支持vdb的更新和处理 2023-10-12 11:57:43 +08:00
stellahsr
b55a080c83 update code 2023-10-11 22:20:27 +08:00
Sirui Hong
f62d22de4b
Merge pull request #408 from stellaHSR/minecraft
Minecraft: bug fix for code save and skill add.
2023-10-11 17:15:16 +08:00
stellahsr
d731fd85cd update player_action.py, change to _check 2023-10-11 17:05:01 +08:00
stellahsr
dd99839836 update code 2023-10-11 16:59:19 +08:00
liangliang
465f362cf8 Add Completed vs Failed Tasks per Round 2023-10-11 14:27:19 +08:00
stellahsr
4bb69f4503 update code: add exception in execution 2023-10-10 19:46:59 +08:00
stellahsr
896932e02d bug fix: add exception handle 2023-10-10 19:25:30 +08:00
stellahsr
e27d97ee3c bug fix: add reset before code generation
bug fix: parse js code using original code
2023-10-10 00:42:00 +08:00
stellahsr
a0a64e7f3b bug fix: use action 2023-10-09 21:46:46 +08:00
stellahsr
21639ebe96 rm vdb init 2023-10-09 20:19:02 +08:00
stellahsr
37a7a96bbe update code 2023-10-09 19:32:50 +08:00
stellahsr
f70ba27d35 add different llms for different agents 2023-10-07 20:24:55 +08:00
stellahsr
168bd3b57b fix bug: update finish state in role init
fix bug: update finish state when new round start
fix bug: update CriticReviewer status in run_step()
fix bug: update ga.runtime_status when failed
update: add extra yaml load utils
2023-10-07 20:01:15 +08:00
stellahsr
84cb2fa3db update code: directly get events instead of request mc
bug fix: human_msg and system_msg assignment
2023-10-07 11:09:54 +08:00
stellahsr
64a1246e1c update code for add skills
bug fix: check event and update event
2023-10-07 02:07:26 +08:00
stellahsr
6bcd3bdcee merge: merge from yuymf/minecraft_dev2, update base vdb op in PlayerActions and add event execute func, use PlayerActions as action base 2023-10-06 20:28:01 +08:00
stellahsr
5aea00f8b4 rm useless comments 2023-10-06 18:52:07 +08:00
stellahsr
7d14a85329 update code 2023-10-06 18:49:13 +08:00
stellahsr
c1c1d22cff bug fix: use get func 2023-10-06 16:44:34 +08:00
stellahsr
d998a48cd2 update critic_agent use 2023-10-06 16:39:54 +08:00
stellahsr
dc0fd134fb update locally 2023-10-06 16:16:09 +08:00
stellahsr
eb9ea304a5 Merge branch 'minecraft' of github.com:geekan/MetaGPT into minecraft 2023-10-06 15:49:11 +08:00
yuymf
1047d698ae Fix some bugs, a runnable version remain some TODO 2023-10-03 05:37:38 +08:00
yuymf
d45ddf58e4 Add update progress 2023-10-03 02:11:22 +08:00
yuymf
d41cf7cad6 Minecraft game add skill_manager & ignore bug fix 2023-10-02 10:08:10 +08:00
洪思睿
dfc59422d9 update player base 2023-10-02 03:33:23 +08:00
洪思睿
493225f636 update:更新基础版本,支持多轮,每轮使用每个角色的任务完成情况判断 2023-10-02 03:09:20 +08:00
liangliang
0b4a75bd81 complete critic_agent & review_task 2023-10-01 23:10:55 +08:00
yuymf
59b3e93563 Minecraft game add curriculum_agent 2023-09-30 19:54:35 +08:00
yuymf
73cd368828 Action developer add chest_memory & .run test pass 2023-09-28 21:09:13 +08:00
yuymf
3a705a0e89 Move test func & add comment 2023-09-28 01:17:02 +08:00