Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethkuil authored May 2, 2023
1 parent 8246910 commit e73d747
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@

以所需平台为 target,使用 Unity 打包。打包后的文件夹中包含播放器的可执行文件(`THUAI6``THUAI6.exe`),双击即可运行。

配置文件默认名为 `config.json`,放在可执行文件同目录下。可根据需要修改配置文件,如比赛时长、倍速、数据来源(AI/人类玩家/回放)。
配置文件默认名为 `config.json`,放在可执行文件同目录下。可根据需要修改配置文件,如倍速、比赛时长、数据来源(AI/回放文件)。

配置文件格式详见 [`config.schema.json`](https://raw.githubusercontent.com/THUAI-ssast/THUAI6/main/docs/config.schema.json)也可查看源码中负责这部分的 [`ProgramManager.cs`](./Assets/Scripts/ProgramManager.cs) 文件
配置文件格式详见 [`config.schema.json`](https://raw.githubusercontent.com/THUAI-ssast/THUAI6/main/docs/config.schema.json)不过,文件夹中自带了2个配置文件供使用,分别是 `config.json``config-replay.json`。推荐选手在此基础上根据需要修改

文件夹中自带了2个配置文件供使用,分别是 `config.json``config-replay.json`。选手可在此基础上根据需要修改
默认配置文件已设置为 1倍速、时长60秒、对战双方都是Python版示例AI。选手可直接启动 `THUAI6.exe` 查看效果

可通过命令行参数 `--config <path>` 指定配置文件路径,路径相对于可执行文件目录。例如:

```shell
# 不指定配置文件,默认使用 `config.json`
# 不指定配置文件,默认使用 `config.json`。也可在资源管理器中双击打开。
./THUAI6

# 以 `config-replay.json` 为配置文件启动播放器
# 以 `config-replay.json` 为配置文件启动播放器。默认效果是以 5倍速 回放 `record.json` 文件。
./THUAI6 --config config-replay.json
```

Expand Down

0 comments on commit e73d747

Please sign in to comment.