#3110 - Amend Documentation pages that have out of date material following updates

This commit is contained in:
Charlie Crane
2025-03-12 17:10:51 +00:00
parent 213ed045ee
commit 3fa1104d2e
5 changed files with 3 additions and 17 deletions

View File

@@ -14,7 +14,6 @@ This section configures how PrimAITE saves data during simulation and training.
.. code-block:: yaml
io_settings:
# save_logs: True
save_agent_actions: True
save_step_metadata: False
save_pcap_logs: False
@@ -26,11 +25,6 @@ This section configures how PrimAITE saves data during simulation and training.
agent_log_level: INFO
``save_logs``
-------------
*currently unused*.
``save_agent_actions``
----------------------

View File

@@ -4,11 +4,6 @@
.. _common_node_attributes:
``ref``
-------
Human readable name used as reference for the |NODE|. Not used in code.
``hostname``
------------

View File

@@ -12,6 +12,7 @@ Available options are:
- ``computer``
- ``firewall``
- ``router``
- ``wireless_router``
- ``server``
- ``switch``

View File

@@ -14,12 +14,10 @@ Applications takes a list of applications as shown in the example below.
.. code-block:: yaml
- ref: client_1
hostname: client_1
- hostname: client_1
type: computer
...
applications:
- ref: example_application
type: example_application_type
options:
# this section is different for each application

View File

@@ -14,12 +14,10 @@ Services takes a list of services as shown in the example below.
.. code-block:: yaml
- ref: client_1
hostname: client_1
type: computer
...
applications:
- ref: example_service
type: example_service_type
options:
# this section is different for each service