Skip to content

Commit

Permalink
Correcting typos in documents (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwangbobo authored Mar 15, 2024
1 parent c46a091 commit 0a951d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial_zh/104-usecase.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

### 第二步:定义每个智能体(Agent)的角色

在狼人杀游戏中,不同智能体会扮演不同角色;不同角色的智能体也有不同的能力和目标。羡慕便是我们大概归纳
在狼人杀游戏中,不同智能体会扮演不同角色;不同角色的智能体也有不同的能力和目标。下面便是我们大概归纳

- 普通村民:普通的村民,没有特殊能力,只是寻求生存到最后。
- 狼人:伪装成村民的掠夺者,目标是比村民活得更久并杀死村民们。
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial_zh/105-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Logging

日志功能的首先包含的是一个基于Python内置 `logging`的根绝多智体场景可客制化的`loguru.logger`模块。其包含下面的一些特性:
日志功能首先包含的是一个基于Python内置 `logging`的根据多智体场景可定制化的`loguru.logger`模块。其包含下面的一些特性:

- **调整输出字体颜色**:为了增加日志的可读性,该模块为不同的在对话中发言智能体提供不同颜色的字体高亮。
- **重定向错误输出(stderr)**: 该模块自动抓取报错信息,在日志中用`ERROR`层级记录。
Expand Down
1 change: 0 additions & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial_zh/208-distribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ AgentScope中,我们将运行应用流程的进程称为“主进程”,而
- `launch_server`: 是否在本地启动RPC服务器,默认为`True`

假设有两个智能体类`AgentA``AgentB`,它们都继承自 `AgentBase`
Suppose there are two agent classes `AgentA` and `AgentB`, both of which inherit from `AgentBase`.

#### 主从模式

Expand Down

0 comments on commit 0a951d1

Please sign in to comment.