Agent Computation Time
- Agent Computation Time:
Contais the definition of the agent initialization budget.
- YAML Key:
AgentComputationTime
- Example:
AgentComputationTime:
Enabled: false
BudgetTimeMs: 1000
DisqualificationTimeMs: 70
MaxNumberWarnings: 5
- Properties:
Property |
Required |
Data type |
Options |
Definition |
|
|
|
true/false |
Enable the agent initialization budget. |
|
|
|
Define the budget time of the computation time in milliseconds of the agent. |
|
|
|
|
Define the max budget time to disqualify the agent in milliseconds. |
|
|
|
|
Define the max number of warnings before the agent gets disqualificated. |