Skip to content

Commit f3140cc

Browse files
committed
Better API reference
1 parent ea46bb4 commit f3140cc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/game_components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Game Components
2-
Game components are the building blocks of the Network Security Game.
32
::: AIDojoCoordinator.game_components

docs/game_coordinator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Coordinator is the centerpiece of the game orchestration. It provides an interface between the agents and the worlds.
33

44
In detail it handles:
5+
56
1. World initialiazation
67
2. Registration of new agents in the game
78
3. Agent-World communication (message verification and forwarding)

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ The NetSecGame environment has several components in the following files:
136136
| ├── actions_parser.py
137137
```
138138
Some compoments are described in detail in following sections:
139+
139140
- [Architecture](architecture.md) describes the architecture and important design decisions of the NetSecGame
140-
- [Configuration](configuration.md)
141-
- [API Reference](reference.md)
141+
- [Configuration](configuration.md) describes the task and scenario configuration for NetSecGame
142+
- [API Reference](game_components.md) provides details of the API
142143

143144
## About
144145
This code was developed at the [Stratosphere Laboratory at the Czech Technical University in Prague](https://www.stratosphereips.org/). The project is supported by Strategic Support for the Development of Security Research in the Czech Republic 2019–2025 (IMPAKT 1) program, by the Ministry of the Interior of the Czech Republic under No.

0 commit comments

Comments
 (0)