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
20 changes: 0 additions & 20 deletions AIDojoCoordinator/docs/Architecture.md

This file was deleted.

2 changes: 1 addition & 1 deletion AIDojoCoordinator/docs/Components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Game Components
Here, you can see the details of all components of the NetSetEnvironment and their usage. These components are located in [game_components.py](/env/game_components.py).
Here, you can see the details of all components of the NetSetEnvironment and their usage. These components are located in [game_components.py](game_components.py).

## Building blocks
The following classes are used in the game to hold information about the state of the game. They are used both in the [Actions](#actions) and [GameState](#gamestate).
Expand Down
Loading
Loading