#1386: added documentation + dealing with pre-commit checks

This commit is contained in:
Czar Echavez
2023-06-20 11:19:05 +01:00
parent 0ab4520904
commit db67a829d5
17 changed files with 311 additions and 192 deletions

View File

@@ -293,6 +293,14 @@ Rewards are calculated based on the difference between the current state and ref
The number of steps to take when scanning the file system
* **deterministic** [bool]
Set to true if the agent should use deterministic actions. Default is ``False``
* **seed** [int]
Seed used in the randomisation in training / evaluation. Default is ``None``
The Lay Down Config
*******************