Mava icon indicating copy to clipboard operation
Mava copied to clipboard

[FEATURE] Set time limit per scenario

Open SimonDuToit opened this issue 4 months ago • 0 comments

Currently the time limit, along with other kwargs, are set in the environment config and cannot be specified for individual scenarios. This is a problem as for some environments (e.g. cleaner) a larger scenario may require significantly more timesteps to solve. There should be a way to specify the time limit in individual scenarios. The simplest way to change this is simply moving kwargs to the scenario config and repeating arguments that are the same across scenarios, but we could also treat time limit separately to other kwargs if we know that every environment has it.

SimonDuToit avatar Mar 08 '24 13:03 SimonDuToit