From 61afaaf8e75227ef666aeb422cd05b0c64028b6c Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Thu, 13 Mar 2025 14:46:37 +0000 Subject: [PATCH] #3110 - Correct some YAML formatting of agent_settings in agents.rst --- docs/source/configuration/agents.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/source/configuration/agents.rst b/docs/source/configuration/agents.rst index e7373b53..b868dfda 100644 --- a/docs/source/configuration/agents.rst +++ b/docs/source/configuration/agents.rst @@ -22,9 +22,8 @@ Agents can be scripted (deterministic and stochastic), or controlled by a reinfo type: probabilistic-agent agent_settings: - start_settings: - start_step: 5 - frequency: 4 + start_step: 5 + frequency: 4 variance: 3 flatten_obs: False @@ -124,10 +123,9 @@ e.g. .. code-block:: yaml agent_settings: - start_settings: - start_step: 25 - frequency: 20 - variance: 5 + start_step: 25 + frequency: 20 + variance: 5 ``start_step`` ^^^^^^^^^^^^^^