agentsociety.environment.sim.client¶
Module Contents¶
Classes¶
模拟器接口 Simulator interface |
Data¶
API¶
- agentsociety.environment.sim.client.__all__¶
[‘CityClient’]
- class agentsociety.environment.sim.client.CityClient(url: str, secure: bool = False)¶
模拟器接口 Simulator interface
Initialization
Args:
url(str): 模拟器server的地址。The address of the emulator server.secure(bool,optional): 是否使用安全连接. Defaults to False. Whether to use a secure connection. Defaults to False.
- NAME¶
‘city’
- property person_service¶
模拟器智能体服务子模块 Simulator agent service submodule