#2837 - Updates to some more documentation files to cover new features [skip ci]

This commit is contained in:
Charlie Crane
2024-09-04 14:12:10 +01:00
parent b3080100fd
commit f0cc821ff8
3 changed files with 13 additions and 1 deletions

View File

@@ -172,3 +172,8 @@ The amount of timesteps that the frequency can randomly change.
---------------
If ``True``, gymnasium flattening will be performed on the observation space before sending to the agent. Set this to ``True`` if your agent does not support nested observation spaces.
``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.