From a228a099175aeb40acaad33af87d13b19a6c34ef Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Sun, 10 Mar 2024 15:13:37 +0000 Subject: [PATCH] #2350: documentation --- docs/source/configuration/game.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/configuration/game.rst b/docs/source/configuration/game.rst index e43ea224..828571a7 100644 --- a/docs/source/configuration/game.rst +++ b/docs/source/configuration/game.rst @@ -23,6 +23,11 @@ This section defines high-level settings that apply across the game, currently i - ICMP - TCP - UDP + thresholds: + nmne: + high: 10 + medium: 5 + low: 0 ``max_episode_length`` ---------------------- @@ -44,3 +49,8 @@ See :ref:`List of Ports ` for a list of ports. A list of protocols that the Reinforcement Learning agent(s) are able to see in the observation space. See :ref:`List of IPProtocols ` for a list of protocols. + +``thresholds`` +-------------- + +These are used to determine the thresholds of high, medium and low categories for counted observation occurrences.