#1386: remove redundant config files + test fixtures + fixing deterministic and seed config description in documentation to avoid misunderstandings

This commit is contained in:
Czar Echavez
2023-07-06 13:27:44 +01:00
parent bb9bfc50a5
commit 08220ff6ea
4 changed files with 2 additions and 178 deletions

View File

@@ -310,11 +310,11 @@ Rewards are calculated based on the difference between the current state and ref
* **deterministic** [bool]
Set to true if the agent should use deterministic actions. Default is ``False``
Set to true if the agent evaluation should be deterministic. Default is ``False``
* **seed** [int]
Seed used in the randomisation in training / evaluation. Default is ``None``
Seed used in the randomisation in agent training. Default is ``None``
The Lay Down Config
*******************