Closed WiemKhlifi closed 10 months ago
Add the time_limit attribute to Jumanji's environments.
This helps control the time_limit and avoid using the default one.
time_limit
Extract this attribute from config and feed it to the make function as jumanji.make(...., **config.env.kwargs).
jumanji.make(...., **config.env.kwargs)
What?
Add the time_limit attribute to Jumanji's environments.
Why?
This helps control the
time_limit
and avoid using the default one.How?
Extract this attribute from config and feed it to the make function as
jumanji.make(...., **config.env.kwargs)
.