rename folder

This commit is contained in:
better629 2024-03-27 23:07:46 +08:00
parent 9a8627f23c
commit 7ca51b728c
112 changed files with 70 additions and 723 deletions

View file

@ -1,93 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : entry of Stanford Town(ST/st) game
import asyncio
from typing import Optional
import fire
from examples.st_game.roles.st_role import STRole
from examples.st_game.stanford_town import StanfordTown
from examples.st_game.utils.const import STORAGE_PATH
from examples.st_game.utils.mg_ga_transform import (
get_reverie_meta,
write_curr_sim_code,
write_curr_step,
)
from examples.st_game.utils.utils import copy_folder
from metagpt.logs import logger
async def startup(
idea: str, fork_sim_code: str, sim_code: str, temp_storage_path: str, investment: float = 30.0, n_round: int = 500
):
town = StanfordTown()
logger.info("StanfordTown init environment")
# copy `storage/{fork_sim_code}` to `storage/{sim_code}`
copy_folder(str(STORAGE_PATH.joinpath(fork_sim_code)), str(STORAGE_PATH.joinpath(sim_code)))
# get role names from `storage/{simulation_name}/reverie/meta.json` and then init roles
reverie_meta = get_reverie_meta(fork_sim_code)
roles = []
sim_path = STORAGE_PATH.joinpath(sim_code)
sim_path.mkdir(exist_ok=True)
for idx, role_name in enumerate(reverie_meta["persona_names"]):
has_inner_voice = True if idx == 0 else False
role = STRole(
name=role_name,
profile=role_name,
sim_code=sim_code,
step=reverie_meta.get("step", 0),
start_time=reverie_meta.get("start_date"),
curr_time=reverie_meta.get("curr_time"),
sec_per_step=reverie_meta.get("sec_per_step"),
has_inner_voice=has_inner_voice,
)
roles.append(role)
# init temp_storage
write_curr_sim_code({"sim_code": sim_code}, temp_storage_path)
write_curr_step({"step": reverie_meta.get("step", 0)}, temp_storage_path)
await town.hire(roles)
town.invest(investment)
town.run_project(idea)
await town.run(n_round)
def main(
idea: str,
fork_sim_code: str,
sim_code: str,
temp_storage_path: Optional[str] = None,
investment: float = 30.0,
n_round: int = 500,
):
"""
Args:
idea: idea works as an `inner voice` to the first agent.
fork_sim_code: old simulation name to start with, choose one inside `generative_agents/environment/frontend_server/storage/`
sim_code: new simulation name to save simulation result
temp_storage_path: generative_agents temp_storage path inside `environment/frontend_server` to interact.
investment: the investment of running agents
n_round: rounds to run agents
"""
asyncio.run(
startup(
idea=idea,
fork_sim_code=fork_sim_code,
sim_code=sim_code,
temp_storage_path=temp_storage_path,
investment=investment,
n_round=n_round,
)
)
if __name__ == "__main__":
fire.Fire(main)

View file

@ -1,3 +0,0 @@
# path to store simulation data
test_*
July*

View file

@ -1,26 +0,0 @@
{
"Isabella Rodriguez": {
"maze": "the_ville",
"x": 72,
"y": 14
},
"Klaus Mueller": {
"maze": "the_ville",
"x": 126,
"y": 46
},
"Maria Lopez": {
"maze": "the_ville",
"x": 123,
"y": 57
}
}

View file

@ -1,51 +0,0 @@
{
"vision_r": 8,
"att_bandwidth": 8,
"retention": 8,
"curr_time": null,
"curr_tile": null,
"daily_plan_req": "Isabella Rodriguez opens Hobbs Cafe at 8am everyday, and works at the counter until 8pm, at which point she closes the cafe.",
"name": "Isabella Rodriguez",
"first_name": "Isabella",
"last_name": "Rodriguez",
"age": 34,
"innate": "friendly, outgoing, hospitable",
"learned": "Isabella Rodriguez is a cafe owner of Hobbs Cafe who loves to make people feel welcome. She is always looking for ways to make the cafe a place where people can come to relax and enjoy themselves.",
"currently": "Isabella Rodriguez is planning on having a Valentine's Day party at Hobbs Cafe with her customers on February 14th, 2023 at 5pm. She is gathering party material, and is telling everyone to join the party at Hobbs Cafe on February 14th, 2023, from 5pm to 7pm.",
"lifestyle": "Isabella Rodriguez goes to bed around 11pm, awakes up around 6am.",
"living_area": "the Ville:Isabella Rodriguez's apartment:main room",
"concept_forget": 100,
"daily_reflection_time": 180,
"daily_reflection_size": 5,
"overlap_reflect_th": 4,
"kw_strg_event_reflect_th": 10,
"kw_strg_thought_reflect_th": 9,
"recency_w": 1,
"relevance_w": 1,
"importance_w": 1,
"recency_decay": 0.995,
"importance_trigger_max": 150,
"importance_trigger_curr": 150,
"importance_ele_n": 0,
"thought_count": 5,
"daily_req": [],
"f_daily_schedule": [],
"f_daily_schedule_hourly_org": [],
"act_address": null,
"act_start_time": null,
"act_duration": null,
"act_description": null,
"act_pronunciatio": null,
"act_event": ["Isabella Rodriguez", null, null],
"act_obj_description": null,
"act_obj_pronunciatio": null,
"act_obj_event": [null, null, null],
"chatting_with": null,
"chat": null,
"chatting_with_buffer": {},
"chatting_end_time": null,
"act_path_set": false,
"planned_path": []
}

View file

@ -1,66 +0,0 @@
{
"the Ville": {
"Hobbs Cafe": {
"cafe": [
"refrigerator",
"cafe customer seating",
"cooking area",
"kitchen sink",
"behind the cafe counter",
"piano"
]
},
"Isabella Rodriguez's apartment": {
"main room": [
"bed",
"desk",
"refrigerator",
"closet",
"shelf"
]
},
"The Rose and Crown Pub": {
"pub": [
"shelf",
"refrigerator",
"bar customer seating",
"behind the bar counter",
"kitchen sink",
"cooking area",
"microphone"
]
},
"Harvey Oak Supply Store": {
"supply store": [
"supply store product shelf",
"behind the supply store counter",
"supply store counter"
]
},
"The Willows Market and Pharmacy": {
"store": [
"behind the pharmacy counter",
"pharmacy store shelf",
"pharmacy store counter",
"grocery store shelf",
"behind the grocery counter",
"grocery store counter"
]
},
"Dorm for Oak Hill College": {
"garden": [
"dorm garden"
],
"common room": [
"common room sofa",
"pool table",
"common room table"
]
},
"Johnson Park": {
"park": [
"park garden"
]
}
}
}

View file

@ -1,51 +0,0 @@
{
"vision_r": 8,
"att_bandwidth": 8,
"retention": 8,
"curr_time": null,
"curr_tile": null,
"daily_plan_req": "Klaus Mueller goes to the library at Oak Hill College early in the morning, spends his days writing, and eats at Hobbs Cafe.",
"name": "Klaus Mueller",
"first_name": "Klaus",
"last_name": "Mueller",
"age": 20,
"innate": "kind, inquisitive, passionate",
"learned": "Klaus Mueller is a student at Oak Hill College studying sociology. He is passionate about social justice and loves to explore different perspectives.",
"currently": "Klaus Mueller is writing a research paper on the effects of gentrification in low-income communities.",
"lifestyle": "Klaus Mueller goes to bed around 11pm, awakes up around 7am, eats dinner around 5pm.",
"living_area": "the Ville:Dorm for Oak Hill College:Klaus Mueller's room",
"concept_forget": 100,
"daily_reflection_time": 180,
"daily_reflection_size": 5,
"overlap_reflect_th": 4,
"kw_strg_event_reflect_th": 10,
"kw_strg_thought_reflect_th": 9,
"recency_w": 1,
"relevance_w": 1,
"importance_w": 1,
"recency_decay": 0.99,
"importance_trigger_max": 150,
"importance_trigger_curr": 150,
"importance_ele_n": 0,
"thought_count": 5,
"daily_req": [],
"f_daily_schedule": [],
"f_daily_schedule_hourly_org": [],
"act_address": null,
"act_start_time": null,
"act_duration": null,
"act_description": null,
"act_pronunciatio": null,
"act_event": ["Klaus Mueller", null, null],
"act_obj_description": null,
"act_obj_pronunciatio": null,
"act_obj_event": [null, null, null],
"chatting_with": null,
"chat": null,
"chatting_with_buffer": {},
"chatting_end_time": null,
"act_path_set": false,
"planned_path": []
}

View file

@ -1,86 +0,0 @@
{
"the Ville": {
"Oak Hill College": {
"hallway": [],
"library": [
"library sofa",
"library table",
"bookshelf"
],
"classroom": [
"blackboard",
"classroom podium",
"classroom student seating"
]
},
"Dorm for Oak Hill College": {
"garden": [
"dorm garden"
],
"Klaus Mueller's room": [
"bed",
"game console",
"closet",
"desk"
],
"woman's bathroom": [
"toilet",
"shower",
"bathroom sink"
],
"common room": [
"common room sofa",
"pool table",
"common room table"
],
"man's bathroom": [
"shower",
"bathroom sink",
"toilet"
]
},
"The Willows Market and Pharmacy": {
"store": [
"grocery store shelf",
"behind the grocery counter",
"grocery store counter",
"pharmacy store shelf",
"pharmacy store counter",
"behind the pharmacy counter"
]
},
"Harvey Oak Supply Store": {
"supply store": [
"supply store product shelf",
"behind the supply store counter",
"supply store counter"
]
},
"Johnson Park": {
"park": [
"park garden"
]
},
"The Rose and Crown Pub": {
"pub": [
"shelf",
"refrigerator",
"bar customer seating",
"behind the bar counter",
"kitchen sink",
"cooking area",
"microphone"
]
},
"Hobbs Cafe": {
"cafe": [
"refrigerator",
"cafe customer seating",
"cooking area",
"kitchen sink",
"behind the cafe counter",
"piano"
]
}
}
}

View file

@ -1,51 +0,0 @@
{
"vision_r": 8,
"att_bandwidth": 8,
"retention": 8,
"curr_time": null,
"curr_tile": null,
"daily_plan_req": "Maria Lopez spends at least 3 hours a day Twitch streaming or gaming.",
"name": "Maria Lopez",
"first_name": "Maria",
"last_name": "Lopez",
"age": 21,
"innate": "energetic, enthusiastic, inquisitive",
"learned": "Maria Lopez is a student at Oak Hill College studying physics and a part time Twitch game streamer who loves to connect with people and explore new ideas.",
"currently": "Maria Lopez is working on her physics degree and streaming games on Twitch to make some extra money. She visits Hobbs Cafe for studying and eating just about everyday.",
"lifestyle": "Maria Lopez goes to bed around 2am, awakes up around 9am, eats dinner around 6pm. She likes to hang out at Hobbs Cafe if it's before 6pm.",
"living_area": "the Ville:Dorm for Oak Hill College:Maria Lopez's room",
"concept_forget": 100,
"daily_reflection_time": 180,
"daily_reflection_size": 5,
"overlap_reflect_th": 4,
"kw_strg_event_reflect_th": 10,
"kw_strg_thought_reflect_th": 9,
"recency_w": 1,
"relevance_w": 1,
"importance_w": 1,
"recency_decay": 0.99,
"importance_trigger_max": 150,
"importance_trigger_curr": 150,
"importance_ele_n": 0,
"thought_count": 5,
"daily_req": [],
"f_daily_schedule": [],
"f_daily_schedule_hourly_org": [],
"act_address": null,
"act_start_time": null,
"act_duration": null,
"act_description": null,
"act_pronunciatio": null,
"act_event": ["Maria Lopez", null, null],
"act_obj_description": null,
"act_obj_pronunciatio": null,
"act_obj_event": [null, null, null],
"chatting_with": null,
"chat": null,
"chatting_with_buffer": {},
"chatting_end_time": null,
"act_path_set": false,
"planned_path": []
}

View file

@ -1,87 +0,0 @@
{
"the Ville": {
"Oak Hill College": {
"hallway": [],
"library": [
"library sofa",
"library table",
"bookshelf"
],
"classroom": [
"blackboard",
"classroom podium",
"classroom student seating"
]
},
"Dorm for Oak Hill College": {
"garden": [
"dorm garden"
],
"Maria Lopez's room": [
"closet",
"desk",
"bed",
"computer",
"blackboard"
],
"woman's bathroom": [
"toilet",
"shower",
"bathroom sink"
],
"common room": [
"common room sofa",
"pool table",
"common room table"
],
"man's bathroom": [
"shower",
"bathroom sink",
"toilet"
]
},
"The Willows Market and Pharmacy": {
"store": [
"grocery store shelf",
"behind the grocery counter",
"grocery store counter",
"pharmacy store shelf",
"pharmacy store counter",
"behind the pharmacy counter"
]
},
"Harvey Oak Supply Store": {
"supply store": [
"supply store product shelf",
"behind the supply store counter",
"supply store counter"
]
},
"Johnson Park": {
"park": [
"park garden"
]
},
"The Rose and Crown Pub": {
"pub": [
"shelf",
"refrigerator",
"bar customer seating",
"behind the bar counter",
"kitchen sink",
"cooking area",
"microphone"
]
},
"Hobbs Cafe": {
"cafe": [
"refrigerator",
"cafe customer seating",
"cooking area",
"kitchen sink",
"behind the cafe counter",
"piano"
]
}
}
}

View file

@ -1,13 +0,0 @@
{
"fork_sim_code": "base_the_ville_isabella_maria_klaus",
"start_date": "February 13, 2023",
"curr_time": "February 13, 2023, 00:00:00",
"sec_per_step": 10,
"maze_name": "the_ville",
"persona_names": [
"Isabella Rodriguez",
"Maria Lopez",
"Klaus Mueller"
],
"step": 0
}

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc :

View file

@ -1,7 +1,7 @@
## Stanford Town Game
### Pre-Description
The path configured in `examples/st_game/utils/const.py` is the storage path of the current project. In order to facilitate GA( [generative_agents](https://github.com/joonspk-research/generative_agents) )'s frontend docking data (to avoid changing its code), you can set the value `temp_storage_path` to `temp_storage` of `generative_agents` when start `run_st_game.py`. like
The path configured in `examples/stanford_town/utils/const.py` is the storage path of the current project. In order to facilitate GA( [generative_agents](https://github.com/joonspk-research/generative_agents) )'s frontend docking data (to avoid changing its code), you can set the value `temp_storage_path` to `temp_storage` of `generative_agents` when start `run_st_game.py`. like
`python3 run_st_game.py --temp_storage_path path/to/ga/temp_storage xxx`
@ -17,7 +17,7 @@ # updated
This can be used to achieve docking of simulation data without changing the GA code. Otherwise, the GA code must be modified to adapt to the MG output path.
If you don't want to start from 0, copy other simulation directories under `generative_agents/environment/frontend_server/storage/` to `examples/st_game/storage`, and select a directory named `fork_sim_code`.
If you don't want to start from 0, copy other simulation directories under `generative_agents/environment/frontend_server/storage/` to `examples/stanford_town/storage`, and select a directory named `fork_sim_code`.
### Backend service startup
The execution entry is `python3 run_st_game.py "Host a open lunch party at 13:00 pm" "base_the_ville_isabella_maria_klaus" "test_sim" 10`

View file

@ -1,7 +1,7 @@
## Stanford Town Game
### 前置
`examples/st_game/utils/const.py`配置的路径为当前项目的存储路径为了方便GA [generative_agents](https://github.com/joonspk-research/generative_agents) )的前端对接数据(避免改动它那块的代码),可在启动`run_st_game.py`加上`temp_storage_path`指向`generative_agents`对应的`temp_storage`路径。比如
`examples/stanford_town/utils/const.py`配置的路径为当前项目的存储路径为了方便GA [generative_agents](https://github.com/joonspk-research/generative_agents) )的前端对接数据(避免改动它那块的代码),可在启动`run_st_game.py`加上`temp_storage_path`指向`generative_agents`对应的`temp_storage`路径。比如
`python3 run_st_game.py --temp_storage_path path/to/ga/temp_storage xxx`
@ -16,7 +16,7 @@ # 更新为
```
这样可用实现不改变GA代码情况下实现仿真数据的对接。不然得修改GA的代码来适配MG的输出路径。
如果你不想从0开始启动拷贝`generative_agents/environment/frontend_server/storage/`下的其他仿真目录到`examples/st_game/storage`,并选择一个目录名作为`fork_sim_code`
如果你不想从0开始启动拷贝`generative_agents/environment/frontend_server/storage/`下的其他仿真目录到`examples/stanford_town/storage`,并选择一个目录名作为`fork_sim_code`
### 后端服务启动
执行入口为:`python3 run_st_game.py "Host a open lunch party at 13:00 pm" "base_the_ville_isabella_maria_klaus" "test_sim" 10`

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Desc : summarize relationship in a agent chat
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Desc : device to talk to another role, return yes or no
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -4,7 +4,7 @@
import random
from metagpt.environment.stanford_town_env.env_space import EnvObsParams, EnvObsType
from metagpt.environment.stanford_town.env_space import EnvObsParams, EnvObsType
from metagpt.logs import logger
from .st_action import STAction

View file

@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
# @Desc : generate_iterative_chat_utt
from examples.st_game.actions.st_action import STAction
from examples.st_game.utils.utils import extract_first_json_dict
from metagpt.environment.stanford_town_env.env_space import EnvObsParams, EnvObsType
from examples.stanford_town.actions.st_action import STAction
from examples.stanford_town.utils.utils import extract_first_json_dict
from metagpt.environment.stanford_town.env_space import EnvObsParams, EnvObsType
from metagpt.logs import logger

View file

@ -1,4 +1,4 @@
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -4,7 +4,7 @@
import datetime
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -4,7 +4,7 @@
import re
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -7,7 +7,7 @@ from abc import abstractmethod
from pathlib import Path
from typing import Any, Optional, Union
from examples.st_game.utils.const import PROMPTS_DIR
from examples.stanford_town.utils.const import PROMPTS_DIR
from metagpt.actions.action import Action
from metagpt.config2 import config
from metagpt.logs import logger

View file

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# @Desc : summarize the content of agents' conversation
from examples.st_game.actions.st_action import STAction
from examples.stanford_town.actions.st_action import STAction
from metagpt.logs import logger

View file

@ -7,8 +7,8 @@ import datetime
from numpy import dot
from numpy.linalg import norm
from examples.st_game.memory.agent_memory import BasicMemory
from examples.st_game.utils.utils import get_embedding
from examples.stanford_town.memory.agent_memory import BasicMemory
from examples.stanford_town.utils.utils import get_embedding
def agent_retrieve(

View file

@ -4,9 +4,9 @@
from typing import Tuple
from examples.st_game.actions.agent_chat_sum_rel import AgentChatSumRel
from examples.st_game.actions.gen_iter_chat_utt import GenIterChatUTT
from examples.st_game.memory.retrieve import new_agent_retrieve
from examples.stanford_town.actions.agent_chat_sum_rel import AgentChatSumRel
from examples.stanford_town.actions.gen_iter_chat_utt import GenIterChatUTT
from examples.stanford_town.memory.retrieve import new_agent_retrieve
from metagpt.logs import logger

View file

@ -5,7 +5,7 @@
import datetime
import time
from examples.st_game.actions.run_reflect_action import (
from examples.stanford_town.actions.run_reflect_action import (
AgentChatPoignancy,
AgentEventPoignancy,
AgentEventTriple,
@ -14,8 +14,8 @@ from examples.st_game.actions.run_reflect_action import (
AgentMemoryOnConvo,
AgentPlanThoughtOnConvo,
)
from examples.st_game.memory.retrieve import new_agent_retrieve
from examples.st_game.utils.utils import get_embedding
from examples.stanford_town.memory.retrieve import new_agent_retrieve
from examples.stanford_town.utils.utils import get_embedding
from metagpt.logs import logger

View file

@ -20,23 +20,23 @@ from typing import TYPE_CHECKING, Optional
from pydantic import ConfigDict, Field, field_validator, model_validator
from examples.st_game.actions.dummy_action import DummyAction, DummyMessage
from examples.st_game.actions.inner_voice_action import AgentWhisperThoughtAction
from examples.st_game.actions.run_reflect_action import AgentEventTriple
from examples.st_game.memory.agent_memory import AgentMemory, BasicMemory
from examples.st_game.memory.scratch import Scratch
from examples.st_game.memory.spatial_memory import MemoryTree
from examples.st_game.plan.st_plan import plan
from examples.st_game.reflect.reflect import generate_poig_score, role_reflect
from examples.st_game.utils.const import STORAGE_PATH, collision_block_id
from examples.st_game.utils.mg_ga_transform import (
from examples.stanford_town.actions.dummy_action import DummyAction, DummyMessage
from examples.stanford_town.actions.inner_voice_action import AgentWhisperThoughtAction
from examples.stanford_town.actions.run_reflect_action import AgentEventTriple
from examples.stanford_town.memory.agent_memory import AgentMemory, BasicMemory
from examples.stanford_town.memory.scratch import Scratch
from examples.stanford_town.memory.spatial_memory import MemoryTree
from examples.stanford_town.plan.st_plan import plan
from examples.stanford_town.reflect.reflect import generate_poig_score, role_reflect
from examples.stanford_town.utils.const import STORAGE_PATH, collision_block_id
from examples.stanford_town.utils.mg_ga_transform import (
get_role_environment,
save_environment,
save_movement,
)
from examples.st_game.utils.utils import get_embedding, path_finder
from examples.stanford_town.utils.utils import get_embedding, path_finder
from metagpt.actions.add_requirement import UserRequirement
from metagpt.environment.stanford_town_env.env_space import (
from metagpt.environment.stanford_town.env_space import (
EnvAction,
EnvActionType,
EnvObsParams,
@ -48,7 +48,7 @@ from metagpt.schema import Message
from metagpt.utils.common import any_to_str
if TYPE_CHECKING:
from metagpt.environment.stanford_town_env.stanford_town_env import ( # noqa: F401
from metagpt.environment.stanford_town.stanford_town_env import ( # noqa: F401
StanfordTownEnv,
)
@ -63,7 +63,7 @@ class STRoleContext(RoleContext):
@classmethod
def model_rebuild(cls, **kwargs):
from metagpt.environment.stanford_town_env.stanford_town_env import ( # noqa: F401
from metagpt.environment.stanford_town.stanford_town_env import ( # noqa: F401
StanfordTownEnv,
)

View file

@ -4,10 +4,10 @@
from typing import Any, Optional
from examples.st_game.roles.st_role import STRole
from examples.st_game.utils.const import MAZE_ASSET_PATH
from examples.stanford_town.roles.st_role import STRole
from examples.stanford_town.utils.const import MAZE_ASSET_PATH
from metagpt.context import Context
from metagpt.environment.stanford_town_env.stanford_town_env import StanfordTownEnv
from metagpt.environment.stanford_town.stanford_town_env import StanfordTownEnv
from metagpt.logs import logger
from metagpt.team import Team

View file

@ -4,17 +4,17 @@
import pytest
from examples.st_game.actions.gen_action_details import (
from examples.stanford_town.actions.gen_action_details import (
GenActionArena,
GenActionDetails,
GenActionObject,
GenActionSector,
GenActObjDescription,
)
from examples.st_game.roles.st_role import STRole
from examples.st_game.utils.const import MAZE_ASSET_PATH
from examples.stanford_town.roles.st_role import STRole
from examples.stanford_town.utils.const import MAZE_ASSET_PATH
from metagpt.environment.api.env_api import EnvAPIAbstract
from metagpt.environment.stanford_town_env.stanford_town_env import StanfordTownEnv
from metagpt.environment.stanford_town.stanford_town_env import StanfordTownEnv
@pytest.mark.asyncio

View file

@ -4,7 +4,7 @@
import pytest
from examples.st_game.actions.summarize_conv import SummarizeConv
from examples.stanford_town.actions.summarize_conv import SummarizeConv
@pytest.mark.asyncio

View file

@ -6,12 +6,12 @@ from typing import Tuple
import pytest
from examples.st_game.plan.converse import agent_conversation
from examples.st_game.roles.st_role import STRole
from examples.st_game.utils.const import MAZE_ASSET_PATH, STORAGE_PATH
from examples.st_game.utils.mg_ga_transform import get_reverie_meta
from examples.st_game.utils.utils import copy_folder
from metagpt.environment.stanford_town_env.stanford_town_env import StanfordTownEnv
from examples.stanford_town.plan.converse import agent_conversation
from examples.stanford_town.roles.st_role import STRole
from examples.stanford_town.utils.const import MAZE_ASSET_PATH, STORAGE_PATH
from examples.stanford_town.utils.mg_ga_transform import get_reverie_meta
from examples.stanford_town.utils.utils import copy_folder
from metagpt.environment.stanford_town.stanford_town_env import StanfordTownEnv
async def init_two_roles(fork_sim_code: str = "base_the_ville_isabella_maria_klaus") -> Tuple["STRole"]:

View file

@ -4,8 +4,12 @@
import pytest
from examples.st_game.plan.st_plan import _choose_retrieved, _should_react, _wait_react
from examples.st_game.tests.plan.test_converse import init_two_roles
from examples.stanford_town.plan.st_plan import (
_choose_retrieved,
_should_react,
_wait_react,
)
from examples.stanford_town.tests.plan.test_converse import init_two_roles
def test_should_react():

Some files were not shown because too many files have changed in this diff Show more