Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contests/THUAI9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AI 工厂模拟(THUAI9)

### PVP 赛道(C++)

详细的使用说明参照选手包里的 docs\选手使用说明书.md
详细的使用说明参照选手包里的 docs\THUAI9_CPP选手运行说明.md

---

Expand Down
73 changes: 73 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,79 @@ module.exports = {
]
},
]
},
{
"THUAI9": [
"contests/THUAI9/README",
{
"PVE": [
{
"引入": [
"contests/THUAI9/pve/intro/rule",
],
},
{
"游戏": [
"contests/THUAI9/pve/game/actions",
"contests/THUAI9/pve/game/state",
"contests/THUAI9/pve/game/reward",
],
},
{
"接口": [
"contests/THUAI9/pve/interface/gym",
],
},
{
"训练": [
"contests/THUAI9/pve/training/training",
],
},
{
"常见问题": [
"contests/THUAI9/pve/faq/README",
],
},
]
},
{
"PVP": [
{
"引入": [
"contests/THUAI9/pvp/intro/rule",
"contests/THUAI9/pvp/intro/score",
],
},
{
"地图": [
"contests/THUAI9/pvp/map/map",
"contests/THUAI9/pvp/map/placetype",
"contests/THUAI9/pvp/map/resource",
"contests/THUAI9/pvp/map/factory",
"contests/THUAI9/pvp/map/market",
"contests/THUAI9/pvp/map/compute_center",
],
},
{
"角色": [
"contests/THUAI9/pvp/character/character",
"contests/THUAI9/pvp/character/tech",
],
},
{
"接口": [
"contests/THUAI9/pvp/interface/interfacecpp",
],
},
{
"常见问题": [
"contests/THUAI9/pvp/faq/README",
"contests/THUAI9/pvp/faq/cpptips",
],
},
]
},
]
}
]
};