#3110 - Correct some YAML formatting of agent_settings in agents.rst

This commit is contained in:
Charlie Crane
2025-03-13 14:46:37 +00:00
parent 1433ee08f0
commit 61afaaf8e7

View File

@@ -22,7 +22,6 @@ Agents can be scripted (deterministic and stochastic), or controlled by a reinfo
type: probabilistic-agent type: probabilistic-agent
agent_settings: agent_settings:
start_settings:
start_step: 5 start_step: 5
frequency: 4 frequency: 4
variance: 3 variance: 3
@@ -124,7 +123,6 @@ e.g.
.. code-block:: yaml .. code-block:: yaml
agent_settings: agent_settings:
start_settings:
start_step: 25 start_step: 25
frequency: 20 frequency: 20
variance: 5 variance: 5