From 16e0df5cfc9422548b9c292164cf851f0c19208d Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Wed, 4 Sep 2024 14:12:39 +0100 Subject: [PATCH] #2837 - Updates to some more documentation files to cover new features [skip ci] --- docs/source/configuration/agents.rst | 2 +- docs/source/configuration/game.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/agents.rst b/docs/source/configuration/agents.rst index 39a71fb5..dece94c5 100644 --- a/docs/source/configuration/agents.rst +++ b/docs/source/configuration/agents.rst @@ -176,4 +176,4 @@ If ``True``, gymnasium flattening will be performed on the observation space bef ``Agent History`` ----------------- -Agents will record their action log for each step. This is a summary of what the agent did, along with response information from requests within the simulation. \ No newline at end of file +Agents will record their action log for each step. This is a summary of what the agent did, along with response information from requests within the simulation. diff --git a/docs/source/configuration/game.rst b/docs/source/configuration/game.rst index 1d08b8e4..2048708c 100644 --- a/docs/source/configuration/game.rst +++ b/docs/source/configuration/game.rst @@ -59,4 +59,4 @@ These are used to determine the thresholds of high, medium and low categories fo ``seed`` -------- -Used to configure the random seeds used within PrimAITE, ensuring determinism within episode/session runs. If empty or set to -1, no seed is set. \ No newline at end of file +Used to configure the random seeds used within PrimAITE, ensuring determinism within episode/session runs. If empty or set to -1, no seed is set.