From 22d10bf0d59605195a2adbf8396ff123d7042150 Mon Sep 17 00:00:00 2001 From: "Archer.Bowen" Date: Fri, 19 Jul 2024 14:28:00 +0100 Subject: [PATCH] #2734 Minor grammatical issue. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 9035c87c..93da9b88 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,6 +76,6 @@ PrimAITE incorporates the following features: - A PCAP service is seamlessly integrated within the simulation, automatically capturing and logging frames for both inbound and outbound traffic at the network interface level. This automatic functionality, combined with the ability to separate traffic directions, significantly enhances network analysis and troubleshooting capabilities; -- Agent action logs provide a description of every action taken by each agent during the episode. This includes timestep, action, parameters, request and response, for all Blue agent activity, which is aligned with the Track 2 Common Action / Observation Space (CAOS) format. Action logs also details of all scripted / stochastic red / green agent actions; +- Agent action logs provide a description of every action taken by each agent during the episode. This includes timestep, action, parameters, request and response, for all Blue agent activity, which is aligned with the Track 2 Common Action / Observation Space (CAOS) format. Action logs also detail all scripted / stochastic red / green agent actions; - Environment ground truth is provided at every timestep, providing a full description of the environment’s true state; - Alignment with CAOS provides the ability to transfer agents between CAOS compliant environments.