From 3f74031dc7a6d65aba9b8aa738f351db915d34d2 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Tue, 11 Mar 2025 17:40:43 +0000 Subject: [PATCH] #3110: Fix references to list of ports and protocols. --- docs/source/configuration/game.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/game.rst b/docs/source/configuration/game.rst index b3c139b2..d4b8cc90 100644 --- a/docs/source/configuration/game.rst +++ b/docs/source/configuration/game.rst @@ -42,14 +42,14 @@ The maximum number of episodes a Reinforcement Learning agent(s) can be trained A list of ports that the Reinforcement Learning agent(s) are able to see in the observation space. -See :ref:`List of Ports ` for a list of ports. +See :py:const:`primaite.utils.validation.port.PORT_LOOKUP` for a list of ports. ``protocols`` ------------- 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. +See :py:const:`primaite.utils.validation.ip_protocol.PROTOCOL_LOOKUP` for a list of protocols. ``thresholds`` --------------