#2837 - Updates to some more documentation files to cover new features [skip ci]

This commit is contained in:
Charlie Crane
2024-09-04 14:12:10 +01:00
parent b3080100fd
commit f0cc821ff8
3 changed files with 13 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ This section defines high-level settings that apply across the game, currently i
high: 10
medium: 5
low: 0
seed: 1
``max_episode_length``
----------------------
@@ -54,3 +55,8 @@ See :ref:`List of IPProtocols <List of IPProtocols>` for a list of protocols.
--------------
These are used to determine the thresholds of high, medium and low categories for counted observation occurrences.
``seed``
--------
Used to configure the random seeds used within PrimAITE, ensuring determinism within episode/session runs. If empty or set to -1, no seed is set.