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`` --------------